:root{
    --hover-bg: rgba(236, 53, 53, 0.1);
    --accent-black: #000;
}


body {
    font-family: Work Sans !important;
}

@font-face {
  font-family: 'LinotypeFinnegan';
  src: url('/wp-content/uploads/fonts/LinotypeFinnegan-ExtraBold.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/uploads/fonts/LinotypeFinnegan-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/LinotypeFinnegan-ExtraBold.woff2') format('woff2'), /* Modern browsers */
       url('/wp-content/uploads/fonts/LinotypeFinnegan-ExtraBold.woff') format('woff'),   /* Modern browsers */
       url('/wp-content/uploads/fonts/LinotypeFinnegan-ExtraBold.ttf') format('truetype'); /* Legacy Safari, Android */
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


.tdi_36 .tdb-logo-text-tagline,
.tdi_36 .tdb-logo-text-title,
.tdi_53 .tdb-logo-text-title,
.tdi_53 .tdb-logo-text-tagline,
.tdi_223 .tdb-logo-text-title,
.tdi_223 .tdb-logo-text-tagline,
.tdi_433 .tdb-logo-text-title,
.tdb_header_logo .tdb-logo-text-tagline,
.footer-logo-wrapper .tdb-logo-text-wrap .tdb-logo-text-title,
.footer-logo-wrapper .tdb-logo-text-wrap .tdb-logo-text-tagline,
.tdi_10 .tdb-logo-text-wrap .tdb-logo-text-title,
.tdi_10 .tdb-logo-text-wrap .tdb-logo-text-tagline{
    font-family: LinotypeFinnegan !important;
    letter-spacing: 0 !important;
}


/*#tdi_29 .vc_row.tdi_30 .vc_column.tdi_32,
#tdi_29 .vc_row.tdi_30 .vc_column.tdi_57 {
    display: none;
}*/

#tdi_29 .vc_row.tdi_30 .vc_column.tdi_53 {
    margin: 0 auto;
}


.positive {
    color: #00aa76 !important;
}

.negative {
    color: #ff4143 !important;
}




/*------------------ Table Design -------------------*/

.private-company .no-data {
    text-align: center;
    font-size: 14px;
    color: var(--td_theme_color);
    
    margin-top: 15px;
}

.private-company .nav-pills{
    margin-bottom: 30px;
}

.private-company .nav-pills li:first-child{
    margin-left: 0;
}



.private-company .nav-pills li a.nav-link {
  color: var(--td_theme_color);
  font-weight: 600;
  
  padding: 0.75rem 1.5rem;
  margin: 0 0.25rem;
  border-radius: 6px;
  transition: all 0.5s ease;
}



.private-company .nav-pills li a.nav-link:hover {
  background-color: var(--hover-bg);
  color: var(--td_slider_text);
}

.private-company .nav-pills li a.nav-link.active {
  color: var(--accent-color);
  background-color: var(--td_theme_color);
  box-shadow: 0 2px 8px rgba(236, 53, 53, 0.3);
}



.private-company .tab-content{
    padding: 1rem 0 !important;
}

.private-company .table-responsive table th, .private-company .table-responsive table td,
.ipo-calender-section .table-responsive table th, .ipo-calender-section .table-responsive table td {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    height: 36px;
    border: none;
    white-space: nowrap;
    
    line-height: 1.5;
    border-radius: 0;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    transition: color 0.3s ease;
}

.private-company .table-responsive table th,
.ipo-calender-section .table-responsive table th {
    font-weight: 700;
    font-size: 12px;
}


.private-company .table-responsive table td:first-child,
.ipo-calender-section .table-responsive table td:first-child {
    color: var(--td_theme_color);
}




.private-company .pc-widget,
.ipo-calender-section .table-responsive {
    background: var(--accent-color) !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #ccc !important;
    border-radius: 12px !important;
}


.private-company .pc-widget .tab-content {
    border: none !important;
    padding: 0 !important;
}

.private-company .table-responsive table,
.ipo-calender-section .table-responsive table {
    border: none !important;
    margin-bottom: 0 !important;
}

.private-company .tab-content .tab-pane.active {
    border-radius: 12px;
    border: 1px solid #ccc;
}

.private-company .tab-content .tab-pane .table-responsive{
    border-radius: 12px;
}



.private-company .table-responsive table th:hover,
.ipo-calender-section .table-responsive table th:hover {
    color:var(--td_theme_color);
}



.private-company .table-responsive table th:first-child,
.private-company .table-responsive table td:first-child,
.ipo-calender-section .table-responsive table th:first-child,
.ipo-calender-section .table-responsive table td:first-child {
    border-right: 1px solid #ccc;
}

.private-company .table-responsive table tbody tr.row-8 td {
    border-bottom: 0;
}

.private-company .table-responsive.scrolled th:first-child,
.private-company .table-responsive.scrolled td:first-child,
.ipo-calender-section .table-responsive.scrolled th:first-child,
.ipo-calender-section .table-responsive.scrolled td:first-child {
    left: 0px;
    position: sticky;
    z-index: 1;
    background-color: var(--accent-color);
    border-radius: 12px;
}




/*-------------- Responsive CSS --------------*/


@media(max-width:767px){

    .private-company .nav-pills{
        gap:20px;
    }

    .private-company .nav-pills li{
        width: calc(100% / 2 - 10px);
        margin:0;
    }

    .private-company .nav-pills li a{
        margin:0 !important;
        white-space:nowrap;
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        font-size:12px !important;
    }

}

/*-------------- Responsive CSS --------------*/

/*------------------ Table Design -------------------*/



/*----------------- IPO CALENDER DESIGN --------------------*/

.ipo-calender-section .table-responsive{
    margin-bottom: 40px;
    padding: 0 !important;
}

.ipo-calender-section .table-responsive table tbody tr:last-child td{
    border-bottom: 0 !important;
}

.ipo-calender-section{
    position: relative;
    margin: 50px 0 0 0;
}

.ipo-calender-section .ipo-heading{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
    min-height: 50px;
}

.ipo-calender-section .ipo-heading h2{
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    
    color: var(--accent-black);
}

.ipo-calender-section .button-date{
    display: inline-block;
}

.ipo-calender-section .button-date button {
    border: none;
    outline: none;
    background-color: var(--hover-bg);
    color: var(--td_theme_color);
    padding: .391rem .875rem;
    line-height: 1.2;
    font-size: 0.875rem;
    
    font-weight: 500;
    border-radius: 24px;
    border: 1px solid var(--td_theme_color);
    margin-left: 10px;
}

.ipo-calender-section .button-date button i {
    margin-left: 5px;
}

.ipo-calender-section .range-popup {
    display: flex;
    align-items: center;
}

.ipo-calender-section .range-popup input.hasDatepicker{
    background: var(--accent-color);
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ipo-calender-section .range-popup label{
    white-space: nowrap;
    margin-right: 20px;
    margin-left: 10px;
}

.ipo-calender-section .calender-box{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0 20px 0;
}

.ipo-calender-section .calender-box .owl-stage-outer {
    height: auto !important;
}

.ipo-calender-section .calender-box .date-box{
    background: var(--accent-color);
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: start;
    min-height: 100px;
}

.ipo-calender-section .calender-box .date-box.selected,
.week-boxes .week-box.active {
    border: 1px solid var(--td_theme_color);
}

.ipo-calender-section .calender-box .date-box h4,
.week-boxes .week-box .label {
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    color: var(--accent-black);
    line-height: 21px;
    
}

.ipo-calender-section .calender-box .date-box .price-info,
.week-boxes .week-box .count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 100%;
}

.ipo-calender-section .calender-box .date-box .price-info a,
.week-boxes .week-box .count a {
    text-decoration: none;
    border: 1px solid var(--td_theme_color);
    padding: 8px;
    white-space: nowrap;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.ipo-calender-section .calender-box .date-box .price-info .dot,
.week-boxes .week-box .count .dot {
    background-color: var(--td_theme_color);
    border-radius: 50%;
    height: 0.5rem;
    width: 0.5rem;
    display: inline-block;
    margin-right: 2px;
}

.ipo-calender-section .calender-box .date-box .price-info h6,
.week-boxes .week-box .count h6 {
    margin: 0;
    color: var(--accent-black);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1px;
    transition: color 0.5s ease;
}

.ipo-calender-section .calender-box .date-box .price-info p,
.week-boxes .week-box .count p {
    margin: 0;
}

.ipo-calender-section .calender-box .date-box .price-info a:hover h6,
.week-boxes .week-box .count a:hover h6 {
    color: var(--td_theme_color);
}

.ipo-calender-section .calender-box .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
    gap: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipo-calender-section .calendar-header .arrow.prev-week {
    right: 35px;
}

.ipo-calender-section .calendar-header .arrow {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.ipo-calender-section .calender-box .owl-nav button i,
.ipo-calender-section .calendar-header .arrow i {
    color: var(--td_theme_color);
}


.ipo-calender-section .result-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 20px;
}     

.ipo-calender-section .result-info .result-date,
.ipo-calender-section .result-info .result-view{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.ipo-calender-section .result-info .result-date h6,
.ipo-calender-section .result-info .result-view h6{
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0px;
    padding: 0 8px;
    font-size: 16px;
    text-align: center;
    color: var(--accent-black);
    line-height: 21px;
    
}

.ipo-calender-section .result-info .result-date span,
.ipo-calender-section .result-info .result-view span{
    color: var(--td_theme_color);
}

.ipo-calender-section .no-data{
    outline: none;
    background-color: var(--hover-bg);
    color: var(--td_theme_color);
    padding: .391rem 1.5rem;
    line-height: 1.2;
    font-size: 0.875rem;
    
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid var(--td_theme_color);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    text-align: left;
}  

.ipo-calender-section .no-data p{
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: var(--td_theme_color);
    
}

.ipo-calender-section .no-data p i{
    margin-right: 7px;
}

.ipo-calender-section .pop-date-container{
    position: relative;
}


.ipo-calender-section .date-pop-up {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all 0.3s ease; 
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 10;
}

.ipo-calender-section .date-pop-up.show-date {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.ipo-calender-section .date-picker {
    width: 260px;
    height: auto;
    max-height: 107px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
    
}

.ipo-calender-section .date-picker .div-date-input{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 30px;
    position: relative;
}

.ipo-calender-section .date-picker .div-date-input .submit-date,
.ipo-calender-section .apply-popup-date {
    border: none;
    outline: none;
    transform: translate(-6px, -22px);
    background-color: var(--td_theme_color);
    padding: 8px 20px;
    white-space: nowrap;
    width: max-content;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--accent-color);
}

.ipo-calender-section .apply-popup-date{
    transform: none;
    margin-left: 20px;
}

.ipo-calender-section .date-picker.open .div-date-input .submit-date{
    transform: translate(-6px, -14px);
}

.ipo-calender-section .date-picker .input {
    width: 100%;
    height: 50px;
    font-size: 0;
    cursor: pointer;
}


.ipo-calender-section .date-picker .input .result,
.ipo-calender-section .date-picker .input button {
    display: inline-block;
    vertical-align: top;
}

.ipo-calender-section .date-picker .input .result {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 12px;
    color: var(--accent-black);
}

.ipo-calender-section .date-picker .input button {
    width: 50px;
    height: 50px;
    background-color: var(--td_theme_color);
    color: #fff;
    line-height: 50px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.ipo-calender-section .date-picker .input button:hover {
    background-color: var(--accent-black);
}

.ipo-calender-section .date-picker .input button:focus {
    outline: none;
}

.ipo-calender-section .date-picker .calendar {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.ipo-calender-section .date-picker .ui-datepicker-inline {
    width: 100%;
}

.ipo-calender-section .date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    background: var(--td_theme_color);
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.ipo-calender-section .date-picker .ui-datepicker-prev,
.ipo-calender-section .date-picker .ui-datepicker-next {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    transition: all 0.5s ease;
}

.ipo-calender-section .date-picker .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ipo-calender-section .date-picker .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ipo-calender-section .date-picker .ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ipo-calender-section .date-picker .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ipo-calender-section .date-picker .ui-datepicker-prev:after,
.ipo-calender-section .date-picker .ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease;
}

.ipo-calender-section .date-picker .ui-datepicker-prev:hover,
.ipo-calender-section .date-picker .ui-datepicker-next:hover,
.ipo-calender-section .date-picker .ui-datepicker-prev:hover:after,
.ipo-calender-section .date-picker .ui-datepicker-next:hover:after {
    border-color: var(--accent-black);
}

.ipo-calender-section .date-picker .ui-datepicker-title {
    text-align: center;
}

.ipo-calender-section .date-picker .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    padding: 0 8px;
}

.ipo-calender-section .date-picker .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    color: var(--td_theme_color);
    margin-bottom: 5px;
    font-size: 13px;
}

.ipo-calender-section .date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #555;
    line-height: 40px;
    font-size: 13px;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.ipo-calender-section .date-picker .ui-datepicker-current-day{
    background-color: var(--hover-bg);
}

.ipo-calender-section .date-picker .ui-state-highlight,
.ipo-calender-section .date-picker .ui-state-active {
    color: var(--accent-black);
    background-color: transparent;
    font-weight: 600;
}

.ipo-calender-section .date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #ccc;
    border: 2px solid transparent;
    cursor: not-allowed;
}

.ipo-calender-section .date-picker.open {
    max-height: fit-content;
}

.ipo-calender-section .date-picker.open .input button {
    background: var(--accent-black);
}


.ipo-calender-section .calendar-header .week-boxes {
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
}

.ipo-calender-section .calendar-header .week-boxes .week-box {
    background: var(--accent-color);
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: start;
    min-height: 100px;
    margin-right: 25px;
    width: calc(100% / 7);
}

.ipo-calender-section .calendar-header .week-boxes .week-box:last-child {
    margin-right: 0;
}


.ipo-calender-section .ipo-info{
    margin-top: 30px;
}


.ui-widget.ui-widget-content{
   margin-top: 10px;
}

/*---------------- Responsive CSS --------------*/


@media(min-width:768px) and (max-width:991.98px){
    .ipo-calender-section .calendar-header .week-boxes{
        gap: 20px;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .ipo-calender-section .calendar-header .week-boxes .week-box{
        margin-right: 0;
        width: calc(100% / 5);
    }
    .ipo-calender-section .ipo-heading{
        gap: 20px;
        min-height: 100px;
    }
}


@media(max-width:767px){
    .ipo-calender-section .ipo-heading{
        justify-content: center;
        gap: 25px;
        min-height: 100px;
    }

    .ipo-calender-section .ipo-heading h2{
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        flex-wrap: wrap;
    }

    .ipo-calender-section .calender-box .date-box{
        box-shadow: none;
    }
    .ipo-calender-section .result-info{
        justify-content: center;
        align-items: center;
    }

    .ipo-calender-section .calender-box{
        padding: 40px 0;
    }

    .ipo-calender-section .calendar-header .week-boxes{
        gap: 20px;
        row-gap: 20px;
        flex-wrap: wrap;
    }

    .ipo-calender-section .calendar-header .week-boxes .week-box{
        width: calc(100% / 2 - 10px);
        margin-right: 0;
    }
    .ipo-calender-section .button-date button{
        margin-left: 0;
    }

    .ipo-calender-section .calendar-header .arrow{
        top: -50px;
        right: 10px;
    }
    .ipo-calender-section{
        margin-top: 80px;
    }
}



/*--------------- Responsive CSS ----------------*/

/*----------------- IPO CALENDER DESIGN --------------------*/




/*------------- IPO NEW TABLE -----------------*/


.ipo-tables {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    font-family: 'Work Sans', sans-serif !important;
    padding: 20px;
    margin-bottom: 50px;
}

.ipo-tables .ipo-table {
    width: calc(50% - 15px);
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    font-family: 'Work Sans', sans-serif !important;
}

.ipo-tables .ipo-table:hover {
    transform: translateY(-5px);
}

.ipo-tables .ipo-table h3 {
    padding: 16px 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
    background-color: #000;
    font-family: 'Work Sans', sans-serif !important;
}

.ipo-tables .ipo-table.advanced h3 {
    background-color: #4dab6f;
}

.ipo-tables .ipo-table.declined h3 {
    background-color: #ec3535;
}

.ipo-tables .ipo-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Work Sans', sans-serif !important;
}

.ipo-tables .ipo-table th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #000;
    background-color: #f9f9f9;
    font-family: 'Work Sans', sans-serif !important;
}

.ipo-tables .ipo-table td {
    padding: 12px 16px;
    vertical-align: middle;
    font-family: 'Work Sans', sans-serif !important;
}

.ipo-tables .ipo-table tr:last-child td {
    border-bottom: none;
}

.ipo-tables .ipo-table tr:hover td {
    background-color: #f5f5f5;
}


.ipo-tables .ipo-table td div {
    border-radius: 12px;
    margin-top: 0px;
    padding: 2px;
}

.ipo-tables .ipo-table td.progress-tracker{
    min-width: 70px;
    padding: 0 10px;
}

.ipo-tables .progress-container {
  width: 100%;
  height: 12px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
 box-shadow: 0px -1px 101px -47px rgba(0,0,0,0.75);
 position: relative;
}

.ipo-tables .progress-bar {
  width: 0;
  /*width: var(--wd);*/
  height: 100%;
  background-color: var(--bg);
   position: absolute;
   top: 0;
   left: 0;
}


@media (min-width: 768px) and (max-width: 991.98px){
    .ipo-tables .ipo-table {
        width: 100%;
        /*overflow-x: scroll;*/
    }

    .ipo-tables{
        padding:0;
    }

    .ipo-tables .ipo-table th,
    .ipo-tables .ipo-table td{
        padding:12px 10px;
        font-size:13px;
    }     
}

@media (max-width: 767px) {
     .ipo-tables .ipo-table {
        width: 100%;
        /*overflow-x: scroll;*/
    }

    .ipo-tables{
        padding:0;
    }

    .ipo-tables .ipo-table th,
    .ipo-tables .ipo-table td{
        padding:12px 10px;
        font-size:13px;
    }
}

/*------------- IPO NEW TABLE -----------------*/


/*----- NEW TABLE -----------*/



.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th, 
.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    border: none;
    white-space: nowrap;
    line-height: 1.5;
    text-align:left;
    border-radius: 0;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    transition: color 0.3s ease;
}

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th {
    font-weight: 700;
    font-size: 12px;
}

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th::before,
.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th::after{
    display:none !important;
}

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td:nth-child(n+4) {
  text-align: left;
  padding-left:12px !important;
}



.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td:first-child {
    color: var(--td_theme_color);

}

.dataTables_wrapper.no-footer .dataTables_scroll {
    background: var(--accent-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #ccc !important;
    border-radius: 12px !important;
}

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody{
    border-bottom: 0 !important;
}


.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:first-child,
.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td:first-child {
    border-right: 1px solid #ccc;
}

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table tr:last-child td{
    border-bottom: 0 !important;
}


/*.dataTables_wrapper.no-footer .dataTables_scroll.scrolled .dataTables_scrollHead th:first-child,
.dataTables_wrapper.no-footer .dataTables_scroll.scrolled .dataTables_scrollBody td:first-child {
    left: 0px;
    position: sticky;
    z-index: 1;
    background-color: var(--accent-color);
    border-radius: 12px;
}*/

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table tr:hover{
    /*background-color: #f5f5f5 !important;*/
    background-color: #ececec !important;
}


.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td.positive .ipo-value,
.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td.negative .ipo-value{
    position: relative;
}


.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td.positive .ipo-value::after,
.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td.negative .ipo-value::after{
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    height: 10px;
    width: 10px;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #00aa76;
}

.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td.negative .ipo-value::after{
    background-color: #ff4143;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}





.dataTables_wrapper.no-footer .dataTables_paginate.paging_simple_numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    font-family: inherit; 
    flex-wrap: wrap;
    gap: 15px;
}

.dataTables_wrapper.no-footer .dataTables_paginate.paging_simple_numbers .paginate_button {
    padding: 0.25rem 0.75rem;
    margin: 0 0.25rem;
    border-radius: 4px;
    color: var(--td_theme_color);
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 13px; 
}

.dataTables_wrapper.no-footer .dataTables_paginate.paging_simple_numbers .paginate_button.current {
    background-color: #ec3535 !important;
    color: white !important;
    border-color:#ec3535;
    font-weight: 700;
}

.dataTables_wrapper.no-footer .dataTables_paginate.paging_simple_numbers .paginate_button:hover{
    background-color: #ec3535 !important;
    color: #fff !important;
    background:#ec3535;
    border:1px solid transparent;
}

.dataTables_wrapper.no-footer .dataTables_paginate.paging_simple_numbers .paginate_button:hover:not(.disabled) {
    background-color: rgba(0, 0, 0, 0.05);
}

.dataTables_wrapper.no-footer .dataTables_paginate.paging_simple_numbers .paginate_button.disabled {
    color: #fff;
    cursor: not-allowed;
    opacity: 0.6;
}

.dataTables_wrapper.no-footer  .dataTables_paginate.paging_simple_numbers .ellipsis {
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem;
    color: #fff;
}



.dataTables_wrapper.no-footer .dataTables_info{
    text-align: center;
    color: #ec3535;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 0;
    margin-top: 2rem;
}


.dataTables_wrapper.no-footer .dataTables_filter input,
.dataTables_wrapper.no-footer .dataTables_length select{
    padding: 5px;
    background-color: transparent;
    color: inherit;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-left: 10px;
    margin-left: 10px;
}

.dataTables_wrapper.no-footer .dataTables_filter input:focus{
    border: 1px solid #ec3535;
}

.dataTables_wrapper.no-footer .dataTables_length{
    margin-bottom: 20px;
}

.dataTables_wrapper.no-footer .dataTables_filter label,
.dataTables_wrapper.no-footer .dataTables_length label{
    font-size: 15px;
    color: #000;
    font-family: inherit;
    font-weight: 500;
}

.dataTables_wrapper.no-footer .dataTables_length select {
     padding-right: 10px;
    margin-right: 10px;
    min-width: 70px;
}





@media (min-width: 768px) and (max-width: 1024px){
    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td:nth-child(n+4){
        text-align: center;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .dataTables_wrapper.no-footer .dataTables_filter {
        margin-bottom: 20px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:nth-child(n+4){
        text-align: center;
        padding-right: 22px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:last-child{
        text-align: right;
        padding-right: 10px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:nth-child(3){
        padding-left: 0;
        padding-right: 30px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:first-child{
        padding-right: 22px;
    }
}



@media(max-width: 767px){
    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody table td:nth-child(n+4){
        text-align: center;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .dataTables_wrapper.no-footer .dataTables_filter {
        margin-bottom: 20px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:nth-child(3){
        padding-left: 0;
        padding-right: 30px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:nth-child(n+4){
        text-align: center;
        padding-right: 22px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:first-child{
        padding-right: 22px;
    }

    .dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollHead table th:last-child{
        text-align: right;
        padding-right: 10px;
    }
}


/*----- NEW TABLE -----------*/



.header-widget-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 13px;
}



.header-widget-wrapper .tradingview-widget-container,
.header-widget-wrapper > iframe{
    background: var(--accent-color);
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    border-radius: 12px;
}

.tdb-menu .tdb-mega-menu .sub-menu>li{
    background-color: #f5f5f5 !important;
}


.tdi_227 .tdb-mega-menu .sub-menu>li{
    max-width: 100% !important;
}

/*----------------- CONTACT FORM CSS --------------------*/


.contact-form-wrapper {
  font-family: 'Work Sans', sans-serif !important;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

/* Label Styling with Required Asterisk */
.contact-form-wrapper label {
  display: block;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
  font-size: 15px;
}

.contact-form-wrapper .required {
  color: #ec3535;
  margin-left: 4px;
}

/* Input Fields (Modern with Floating Effect) */
.contact-form-wrapper .wpcf7-form-control-wrap {
  position: relative;
  margin-top: 5px;
}

.contact-form-wrapper form p{
    margin-bottom: 0;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background: #f9f9f9 !important;
  margin-top: 8px;
  transition: all 0.3s ease;
  font-family: 'Work Sans', sans-serif !important;

}

/* Focus/Hover Effects */
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: #aaa !important;
  outline: none;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(170, 170, 170, 0.1);
}

.contact-form-wrapper input[type="text"]::placeholder,
.contact-form-wrapper input[type="email"]::placeholder,
.contact-form-wrapper textarea::placeholder{
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Textarea Specific */
.contact-form-wrapper textarea {
  min-height: 150px;
  resize: vertical;
}

/* Submit Button (Animated) */
.contact-form-wrapper .wpcf7-submit {
  background: #ec3535 !important;
  color: #fff !important;
  border: none;
  padding: 16px 32px !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(236, 53, 53, 0.25);
  font-family: 'Work Sans', sans-serif !important;
  width: 100%;
  margin-top: 10px;
}

.contact-form-wrapper .wpcf7-submit:hover {
  background: #d42e2e !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(236, 53, 53, 0.3);
}

.contact-form-wrapper .wpcf7-submit:focus{
  background: #ec3535 !important;
  color: #fff !important;
  border: none !important;
}

/* Spinner Style */
.contact-form-wrapper .wpcf7-spinner {
  background-color: #ec3535;
  margin-left: 10px;
}

/* Validation & Response Messages */
.contact-form-wrapper .wpcf7-response-output {
  margin: 0 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  background: #f5f5f5 !important;
  color: #000;
  border-color: #ec3535 !important;
  font-size: 14px;
  text-align: center !important;
  width: 100% !important;
}

.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #ec3535;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;
}

@media (min-width: 768px) {

  .contact-form-wrapper .wpcf7-form > p{
    width: 100%;
    display: block;
  }

  .contact-form-wrapper .wpcf7-form > p:nth-child(2),
  .contact-form-wrapper .wpcf7-form > p:nth-child(3) {
    display: inline-block;
    width: calc(50% - 8px);
    vertical-align: top;
  }
  
 /* .contact-form-wrapper .wpcf7-form > p:nth-child(1) {
    margin-right: 20px;
  }*/
}

@media(max-width: 767px){
    .contact-form-wrapper{
        padding: 20px;
        margin-bottom: 0 !important;
    }
}

/*----------------- CONTACT FORM CSS --------------------*/


/*--------------- FOOTER CONTACT CSS -------------------*/


.footer-contact-form label,
.footer-contact-form br {
    display: none;
}



.footer-contact-form .td_block_text_with_title {
  margin-bottom: 0;
}

.footer-contact-form .wpcf7 {
  font-family: 'Work Sans', sans-serif !important;
  max-width: 100%;
  padding: 30px;
  /*background: white;*/
  background: #e9e9e9;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.footer-contact-form form p{
    margin-bottom: 0;
}



/* Default styles for all form elements */
.footer-contact-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

/* Label Styling */
.footer-contact-form label {
  display: block;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
  font-size: 15px;
}

.footer-contact-form .required {
  color: #ec3535;
  margin-left: 3px;
}

/* Input Fields */
.footer-contact-form input[type="text"],
.footer-contact-form input[type="email"],
.footer-contact-form textarea {
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  /*background: #f9f9f9;*/
  background: none;
  transition: all 0.2s ease;
  font-family: 'Work Sans', sans-serif !important;
}

.footer-contact-form input[type="text"]::placeholder,
.footer-contact-form input[type="email"]::placeholder,
.footer-contact-form textarea::placeholder{
    color: #000000;
}


/* Focus States */
.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
  border-color: #aaa !important;
  outline: none;
  background: #ededed !important;
  box-shadow: 0 0 0 3px rgba(170, 170, 170, 0.1);
}

/* Textarea */
.footer-contact-form textarea {
    min-height: 100px !important;
    resize: vertical;
    height: 100px !important;
}

/* Submit Button */
.footer-contact-form .wpcf7-submit {
    background: #ec3535 !important;
    color: #fff !important;
    border: none;
    padding: 16px 32px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(236, 53, 53, 0.25);
    font-family: 'Work Sans', sans-serif !important;
    width: 100%;
    margin-top: 10px;
}

.footer-contact-form .wpcf7-submit:focus{
  background: #ec3535 !important;
  color: #fff !important;
  border: none !important;
}


.footer-contact-form .wpcf7-submit:hover {
  background: #d42e2e !important;
  transform: translateY(-1px);
}


/* Validation & Response Messages */
.footer-contact-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  /*background: #f5f5f5 !important;*/
  background: none !important;
  color: #000;
  border-color: #ec3535 !important;
  font-size: 14px;
  text-align: center !important;
  width: 100% !important;
}

.footer-contact-form .wpcf7-not-valid-tip {
  color: #ec3535;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;
}



/* Two-column layout ONLY for first two fields (Name & Email) */
@media (min-width: 768px) {

  .footer-contact-form .wpcf7-form > p{
    width: 100%;
    display: block;
  }

  .footer-contact-form .wpcf7-form > p:nth-child(2),
  .footer-contact-form .wpcf7-form > p:nth-child(3) {
    display: inline-block;
    width: calc(50% - 8px);
    vertical-align: top;
  }
  
 /* .footer-contact-form .wpcf7-form > p:nth-child(1) {
    margin-right: 20px;
  }*/
}

@media (max-width: 767px) {
  .footer-contact-form .wpcf7 {
    padding: 20px;
  }
  
  .footer-contact-form input[type="text"],
  .footer-contact-form input[type="email"],
  .footer-contact-form textarea {
    padding: 12px;
  }
  

  .footer-contact-form .wpcf7-form > p {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/*--------------- FOOTER CONTACT CSS -------------------*/