@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    /* border: 1px solid red; */
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}




a {
    color: inherit; /* Inherit the color from the parent element */
    text-decoration: none; /* Remove the underline */
}




/* Orange table */


.tableText{
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    line-height: 21px;
}
.table-rounded {
    border-radius: 15px;
    overflow: hidden;
}
.topTable-rounded {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
} 
.tableBorder{
    border: 1px solid #DC8513;

}
.tableBorder2{
  border: 1px solid #DC8513;

}
.viewMore{
    font-size: 12px;
    font-weight: 500;
    color: #707070;
}
.tableText tbody tr td {
    color: #475467 ;
    height: 50px;
    padding: .5rem 1.2rem;

}

.contract{
  padding: .5rem 1.5rem;

}
.table td:first-child {
    padding-left: 15px !important;
}
.table th:first-child {
    padding-left: 15px !important;
}
.tableHeading{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1E293B;
}
.borderRadius10{
    border-radius: 10px;
}
select.form-select option:checked {
    background-color: #DC8513;
    color: black;
  }
.cardBg{
    background-color: #FEF9F0;
}
@media screen and (max-width:900px) {
    .tableHeading{
        font-size: 18px;
        line-height: 27px;
    }
    .tableHeaderColor{
        font-size: 14px;
    }
    .tableBorder{
        height: 100%;
    }
}


/*   technical analysis */

.nav-link{
    color: #707070;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.nav-link:hover{
    color: #707070;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #DC8513;
    background-color: #FEF9F0;
    border: 1px solid #DC8513;
    border-radius: 20px;
}

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

    .nav-link{
        font-size: 14px;
        line-height: 21px;
    }
}





.table td, .table th {
    vertical-align: middle;
    border-right: 0.5px solid #979797;

}
th > p, td >p{
    margin: 0;
}


/* Long short built up file css */

.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-left: 12px;
  }
  .breadcrumb-item a {
    color: #1e293b;
    text-decoration: none;
  }
  .breadcrumb-item.active {
    color: #dc8513;
  }

  .btn-outline-secondary {
    border-color: #e8e8e8;
    border-radius: 22px;
  }
  .greyBorder {
    border: 2px solid #6b788a;
    overflow: auto;
  }
  
  .hidden {
    display: none;
  }

  .btn-signin a {
    color: #dc8513 !important;
    border-color: #dc8513 !important;
    text-decoration: none;
  }







  /* news listing page  */

  .location{
    font-size: 12px;
    font-weight: 500;
    color: #475467;
    line-height: 18px;
  }
  .newsDetail{
    font-size: 12px;
    font-weight: 400;
    color: #636363;
    line-height: 18px;
    /* Restricting number of lines */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .headline{
    font-size: 21px;
    font-weight: 600;
    color: #475467;
    line-height: 31px;
    /* Restricting number of lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lh18 {
    line-height: 18px;
  }
  .leftHeadline {
    width: 85%;
  }


  .dateText2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475467;
  }
  .dateText2 {
    line-height: 17px;
  }
  .newsText2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
  }

  .page-link {
    margin-right: 5px;
    border-radius: 8px;
    color: #475467;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
  }
  .page-item.active .page-link {
    background-color: #dc8513;
    border-color: #dc8513;
  }
  .page-item.disabled .page-link {
    border: none;
    color: #cccccc;
  }


  .nextBtn {
    border: none;
  }
  .picksText {
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    line-height: 21px;
    /* Restricting number of lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .timeText {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    line-height: 21px;
    /* Restricting number of lines */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsTime {
      font-size: 14px;
      font-weight: 400;
      color: #475467;
      line-height: 21px;
      /* Restricting number of lines */
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .languages input[type="radio"] {
        display: none;
      }
      
      .languages label {
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 10px;
      }
      
      .languages label:hover {
        color: #dc8513;
      }
      
      .languages input[type="radio"]:checked + span {
        color: #dc8513;
      }




  .category {
    background-color: #fef9f0;
    color: #dc8513;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .topPicksDiv {
    height: 660px;
    overflow-y: scroll;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 10px;
  }
  .person {
    display: none;
  }

  .loadMoreBtn{
    color: #dc8513;
    background-color: #fff;
    border-color: #dc8513;
    box-shadow: none;
  }
  .picksHeading {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
  }
  .borderRadius12 {
    border-radius: 12px;
  }
  select.form-select option:checked {
    background-color: #dc8513;
    color: black;
  }


  .subscriptionDiv {
    background: url("images/subBg.svg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
  }
  .subscriptionDiv input {
    border: none;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight: 400;
  }
  .subscriptionDiv input::placeholder {
    color: #3c3636;
  }

  .subsText {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    line-height: 30px;
  }
  .hidden {
    display: none;
  }

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

    .pollHeading {
      font-size: 18px;
    }
    .voteBtnText {
      font-weight: 500;
    }
    .location , .headline{
      color: #000;
    }
  }

  /* builtup  */
  

.profitBg{
    background-color: #EBF7F1;
    border-radius: 9px;
    margin: 0;
    padding: 6px 8px;
    vertical-align: middle;
  }
  .lossBg{
    background-color: #FFE2E2;
    border-radius: 9px;
    margin: 0;
    padding: 6px 8px;
    vertical-align: middle;
  }
  .profitArrow{
    color: #0E9B4F;
  }
  .lossArrow{
    color: #FA0909;
  }
  
  .builtDate span {
    display: inline-block;
    padding: 0.25rem;
  }
  .builtDate p{
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    text-align: end;
  }

  .expiration{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
  }
  .element{
    font-weight: 600;
  }

td{
    vertical-align: middle;
    border-right: 0.5px solid #979797C7;
    text-align:left
  }
  
  
  /* Ensure consistent hover effects (if row hover is used) */
  .builtuptable tbody tr:hover .builtDate {
    background-color: inherit; /* Matches the hover color of the row */
  }
  .table-striped>tbody>tr:nth-of-type(odd){
    --bs-table-accent-bg:#F9FAFC;
  }
  
   .builtuptable>:not(:last-child)>:last-child>* {
    background-color: #6B788A;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
  }
  .builtuptable td {
    border-right: 0.5px solid #979797;
    border-left: none;
    border-bottom: none;
}

/* Remove right border from last column */
.builtuptable td:last-child {
    border-right: none;
}

  .slate td{
    background-color: #F2EFEF !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
  }
  td{
    /* padding: 4px 0 !important; */
    min-width: 140px;
  }
  .page-link {
    margin-right: 5px;
    border-radius: 8px;
    color: #475467;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
  }
  .page-item.active .page-link {
    background-color: #DC8513;
    border-color: #DC8513;
  }
  .page-item.disabled .page-link {
    border: none;
    color: #cccccc;
  }
  .nextBtn{
    border: none;
  }
  .greyBorder::-webkit-scrollbar{
    display: none;
  }
  .builtuptable > :not(:last-child) > :last-child > * {
    border-bottom-color: #6B788A;
  }

  
  
  @media screen and (max-width: 900px) {
    td{
      /* padding: 4px 0 !important; */
      min-width: auto !important;
    }
    .timeText {
      font-size: 11px;
      line-height: 17px;
      color: #97989f;
    }
    .headDiv h4{
      font-size: 20px;
      font-weight: 600;
      color: #000;
      line-height: 28px;
    }
    .timeText2{
    font-size: 12px;
    line-height: 18px;
    }
    .timeText2 span{
      font-weight: 500;
      color: #1e293b;
    }
    .person {
      display: inline;
      color: #1e293b;
      font-weight: 500;
    }
    .picksText {
      font-size: 12px;
      line-height: 18px;
      color: #404040;
    }
  .nav-link{
      font-size: 14px;
      line-height: 21px;
  }
    .btn-primary {
      color: #dc8513;
      background-color: #fff;
    }
    .toHide {
      display: none;
    }
    .hidden {
      display: inline;
    }
    .paginationDiv {
      padding-right: 24px;
    }
    .builtDate{
      font-size: 9px !important;
      padding: 0px 0px !important;
      min-width: 136px !important;
    }
    .builtDate p{
      padding: 0px 0px !important;
    }
  }

  .table-responsive {
    overflow-x: auto; /* Enable horizontal scrolling */
  }
  
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .table th,
  .table td {
    white-space: nowrap; /* Prevent wrapping of text */
  }
  
  .table .sticky-col {
    position: sticky;
    left: 0;
    z-index: 2; /* Ensure it stays above other cells */
    background-color: #fff; /* Add background color to prevent overlap */
    /* border-right: 1px solid #ddd; Optional: Add a border */
  }
  
  .form-select {
    background-image: url(../images/carret.svg) !important;
  }