@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;
}

/* Scrolling Container */
.scrolling-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.scrolling-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 2rem;
  animation: scroll-left 25s linear infinite;
}

.scrolling-list li {
  white-space: nowrap;
}

/* Scrolling Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* <!-- Message Bar --> */
.message {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: "#CA2728";
}

/* <!-- International Spot Marquee --> */
.internationalSpot {
  background: #37474f;
  /* Dark background */
  color: white;
  /* Text color */
  overflow: hidden;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  margin-bottom: 3px !important;
}

.internationalSpot li {
  display: flex;
  align-items: center;
}

/* Profit and Loss Styling */
.deviation.profit {
  color: #4caf50;
}

.deviation.loss {
  color: #e53935;
}

.deviation {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
}

.deviation i {
  font-size: 24px;
  margin: 0px !important;
}

/*  <!-- Navbar --> */

#navbarNav {
  flex-direction: row;
}

.navbar-toggler {
  background: #f8a53824;
  border: 0.5px solid #f8a538;
  padding: 5px 7px !important;
}

.searchbtn,
.navbar-toggler {
  width: 43px;
  height: 43px;
}

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

.navbar-icon {
  color: #f8a538;
}

.navbar-brand img {
  width: 250px;
  height: auto;
}

.navbar-nav .headeritem.active {
  color: #1e293b !important;
}

.headeritem {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #1e293b !important;
}

.headeritem:hover,
.headeritem.active {
  color: #dc8513 !important;
  font-weight: 600 !important;
}

.nav-item {
  position: relative;
}

.premium {
  position: absolute;
  right: 13px;
  top: 2px;
}

.toHideinweb {
  display: none;
}

.contact-info,
.btn-signin {
  color: #dc8513;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.01px;
}

.searchbtn {
  border: 1px solid #ddd;
  background: #f8f8f8;
}

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

.btn-signin:hover {
  color: white !important;
  background-color: #dc8513;
}

/*  <!-- Varieties Section --> */
.varities {
  background: #dc8513;
  color: white;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.pulse-text {
  animation: pulse 2.5s ease-in-out infinite;
  text-shadow: 0 2px 2px black
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.05);
    opacity: 0.95;
  }
  40% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.08);
    opacity: 0.85;
  }
  80% {
    transform: scale(1.03);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.varities::-webkit-scrollbar {
  display: none;
}

.listofvarities {
  display: flex;
  /* display: flex; */
  margin: 0;
  padding: 0;
  list-style: none;
}

.varities li {
  /* padding: 0 2rem; */
  font-size: 14px;
  border-right: 1px solid #ffffff;
  flex: auto;
  text-align: center;
}

.varities li:last-child {
  border-right: none;
}

.varities li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 10px;
}

.varities li a.active {
  color: #dc8513;
  background: #ffffff;
  border-radius: 4px;
}

/* Icons */

@media (max-width: 992px) {
  #navbarNav {
    flex-direction: column;
  }

  .message {
    font-size: 12px;
    line-height: 18px;
  }

  .internationalSpot {
    font-size: 12px;
    font-weight: 500;
    line-height: 22.5px;
  }

  .deviation {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }

  .navbar-brand img {
    width: 172px;
  }

  .premium {
    position: relative;
  }

  .contact-info {
    margin-bottom: 10px;
    text-align: center;
  }

  .varities li {
    padding: 0 0.75rem;
  }

  .varities li a {
    font-size: 14px;
    line-height: 21px;
  }
}

/* topnews css */

.carousel-item img {
  width: 830px;
  height: 336px;
  gap: 0px;
  border-radius: 15px;
  opacity: 0px;
}

.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc !important;
  border-radius: 3px;
  margin-right: 8px;
  background-color: white;
  cursor: pointer;
  padding: 0px !important;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: #dc8513;
  border-color: #dc8513 !important;
}

.custom-checkbox>span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.carousel-caption {
  font-family: Poppins;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
}

.carousel-item a {
  color: white !important;
  text-decoration: none;
}

.news-card img {
  object-fit: fill;
  /* width: 193px; */
  height: 100px;
  border-radius: 10px;
}

.news-card-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  height: 2.4rem;
  line-height: 21px !important;
  text-align: left;
  color: #707070;
}

.news-card-footer a {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #707070b2 !important;
}

.carousel-item2 {
  width: 341px !important;
  height: 187px;
  gap: 0px;
  opacity: 0px;
  position: relative;
}

.carousel-item2 img {
  width: 321px !important;
  height: 187px;
  border-radius: 15px;
}

.carousel-item2 .carousel-caption {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.20000000298023224px;
}

.mobileview::-webkit-scrollbar {
  display: none !important;
}

/* === long and short builtup */

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

/* Orange table */

.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-color-type: #f8fafc !important;
  --bs-table-bg-type: #f8fafc !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: #ffffff !important;
  --bs-table-bg-type: #ffffff !important;
}

.tableHeaderColor th {
  background-color: #dc8513 !important;
  color: #fff;
  font-weight: 600;
  height: 50px;
}

.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;
}

.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;
    padding: 8px 9px;
  }
}

/* <!-- Exclusive report --> */

/* Videos */

.vidoessection {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.vidoessection a:not(:last-of-type) {
  border-bottom: 1px solid #e2e8f0 !important;
  margin-bottom: 15px !important;
}

.tagline {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #707070;
}

.descript {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #1e293b;
  word-wrap: break-word;
}

.video>img {
  height: 85px;
  object-fit: cover;
  border-radius: 8px;
  padding: 0;
}

/* Market comentry */

.newsText {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.9px;
  color: #707070;
}

.dateText {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #707070;
}

.newsDiv>a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 200px; */
}

.newsDiv>a>div>img {
  height: 101px;
  border-radius: 8px;
  /* min-width: 200px; */
  width: 100%;
}

.newsDiv::-webkit-scrollbar {
  display: none;
}

.lightBorder {
  border: 0.5px solid #e0e0e0;
}

.lightBorder img {
  vertical-align: middle;
  width: 194px;
  height: 130px;
  border-radius: 8px 8px 0px 0px;
}



.borderRadius10>img {
  height: 155px;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.reportText {
  color: #707070;
}

/* special report */

/* spot market data */

.hiddenCell {
  display: none;
}

.table td,
.table th {
  vertical-align: middle;
}

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

@media screen and (max-width: 900px) {
  #pills-home-tab {
    padding: 8px 8px !important;
  }

  .toHideCell {
    display: none;
  }

  .toHideinweb {
    display: block;
  }

  .hiddenCell {
    display: block;
  }
}

/* More news */

/* cc-poll */

.pollHeading {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #1e293b;
}

.borderRadius30 {
  border-radius: 30px;
}

.cardBg {
  background-color: #fef9f0;
}

.cardText {
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  line-height: 27px;
}

.pollLabelText {
  font-size: 16px;
  font-weight: 500;
  color: #1e293b;
  line-height: 24px;
}

.btn-primary {
  color: #fff;
  background-color: #dc8513;
  border-color: #dc8513;
  box-shadow: none;
}

.btn-primary:hover {
  background-color: #dc8513;
  border-color: #dc8513;
}

.btn-primary:focus {
  background-color: #dc8513;
}

.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 133, 19, 0.5);
}

.voteBtnText {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

input[type="radio"] {
  display: none;
}

.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: transparent;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s ease;
}

input[type="radio"]:checked+.custom-radio {
  background: url("images/teenyicons_tick-circle-solid.svg") no-repeat;
  height: 22px;
  width: 22px;
  background-size: contain;
  border-color: transparent;
}

.custom-radio:hover {
  border-color: #aaa;
}

@media screen and (max-width: 900px) {
  .pollHeading {
    font-size: 18px;
  }

  .voteBtnText {
    font-weight: 500;
  }

  .categeory {
    border-bottom: 1px solid #ffffff3d;
  }
}

/* footer */

.footer {
  background-color: #1f2937;
  /* Dark background */
  color: #fff;
  /* White text */
  padding: 24px;
}

.footer-logo img {
  width: 242px;
  height: 77px;
}

.footer-logo p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff80;
}

.categeory h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #f8a538;
}

.categeory ul li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.51px;
  letter-spacing: -0.2px;
}

.categeory ul li {
  margin-bottom: 12px;
}

.categeory p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24.01px;
}

.categeory span {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}

.copyright,
.copyright a {
  font-family: Poppins;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  text-decoration: underline;
}

.social-icons h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 25.5px;
}

.social-icons i {
  font-size: 24px;
  margin-right: 15px;
}

.footer .social-icons a:hover {
  color: #f59e0b;
  /* Gold color on hover */
}

.facebook-icon {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #4267b2;
  /* Facebook blue */
}

.social-icons h5 {
  color: #ffffff;
}

/* 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: 93%;
}

.dateText2 {
  width: 160px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #475467 !important;
}

.dateText23 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467 !important;
  text-align: left;
  padding-left: 35px;
}

.google {
  border: 0.5px solid #d9d9d9 !important;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 15px;
  background: white;
}

.newsText2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  word-wrap: break-word;

}

.newsText2>p {
  text-align: justify !important;
}

.newsText2>p>img {
  width: 100% !important;
  height: auto !important;
}

.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;
}

input,
.submit,
select {
  background: #f9f9f9;
  height: 59px;
  border-radius: 50px;
  border: none !important;
  width: 100%;
}

input,
select {
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

select option[value=""] {
  color: #475467;
  /* Placeholder text color */
}

/* Change the color of selected text in select dropdowns */
select {
  appearance: none;
  /* Remove default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f9f9f9 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>') no-repeat right 16px center;
  background-size: 16px;
  padding-right: 40px;
  /* Space for the custom arrow */
  border-radius: 50px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  height: 59px;
  width: 100%;
  color: #475467;
  /* Color for unselected placeholder option */
}

select:focus-visible {
  outline: 0px !important;
}

select:invalid {
  color: #475467;
  /* Color for unselected placeholder option */
}

.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;
}

.navbtns {
  border: 0;
  background-color: #dc8513;
  color: white;
  border-radius: 5px;
  padding: 4px 8px;
}

@media screen and (max-width: 900px) {
  .dateText2 {
    /* color: #1E293B !important; */
    padding-top: 14px;
    line-height: 16.9px;
  }

  .dateText23 {
    font-size: 14px;
    color: #1e293b !important;
    padding-top: 5px;
    line-height: 21px;
    padding-left: 0px;
  }

  .timeText,
  .video-desc {
    font-size: 11px;
    line-height: 17px;
    color: #97989f;
  }

  .person {
    display: inline;
    color: #1e293b;
    font-weight: 500;
  }

  .picksText,
  .video-date {
    font-size: 12px;
    line-height: 18px;
    color: #404040;
  }

  .tableHeading {
    font-size: 18px;
    line-height: 27px;
  }

  .btn-primary {
    color: #dc8513;
    background-color: #fff;
  }

  .toHide {
    display: none;
  }

  .hidden {
    display: inline;
  }

  .paginationDiv {
    padding-right: 24px;
  }

  .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;
}

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

.element {
  font-weight: 600;
}

td {
  vertical-align: middle;
}

/* Ensure consistent hover effects (if row hover is used) */
.builtuptable tbody tr:hover .builtDate {
  background-color: inherit;
  /* Matches the hover color of the row */
}

.builtuptable> :not(:last-child)> :last-child>* {
  background-color: #6b788a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.slate td {
  background-color: #f2efef;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}



.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;
  }

  .table> :not(caption)>*>* {
    padding: inherit;
  }

  /* Specific padding only for tables inside .calculatortable */
  .calculatortable .table> :not(caption)>*>* {
    padding: 5px !important;
    /* Add !important only if override fails */
  }

  .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: none;
    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;
  }
}

.form-select {
  background-image: url(./images/carret.svg) !important;
}

.input-group {
  position: relative;
}

.bi-calendar {
  position: absolute;
  right: 11%;
  top: 25%;
}

.fa-chevron-down {
  position: absolute;
  right: 3%;
  top: 33%;
}

.carousel-control-prev-icon {
  background-image: url(./images/moncql3aul9ma0wysq8.svg);
}

.carousel-control-next-icon {
  background-image: url(./images/qowwu18bo1mma0wyn78.svg);
}

.carousel-control-prev,
.carousel-control-next {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

/* news contentpage */

.newsCard {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.newsCard p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1e293b;
  /* Restricting number of lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsCard img {
  height: 152px;
  border-radius: 8px;
}

.profile-dropdown {
  position: relative;
  cursor: pointer;
}

.profile-pic {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.named-profile {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  background-color: #dc8513;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.profile-pic-lg {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.profile-card {
  position: absolute;
  right: 0;
  top: 40px;
  /* width: 200px; */
  background: white;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 4px 6px rgba(220, 133, 19, 0.1);
  border-radius: 8px;
  display: none;
  z-index: 10;
}

.item {
  border-bottom: 1px solid gray;
  padding: 10px 0px 10px 0px;
}

.profile-dropdown:hover .profile-card {
  display: block;
}

.video-news-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-bottom: 1px dotted;
}

.video-news-card:last-child {
  border-bottom: none;
}

.img_box {
  width: 250px;
  height: 190px;
  border: 1px solid #dc8513;
  flex-shrink: 0;
  border-radius: 8px;
}

.img_box img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-news-card .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.video-title {
  color: #dc8513;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  text-align: left;
}

.video-date {
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  line-height: 21px;
  display: flex;
  text-align: justify;
}

.video-desc {
  font-size: 14px;
  font-weight: 400;
  color: #475467;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  -webkit-line-clamp: 5;
}

@media (max-width: 576px) {
  .video-desc {
    text-align: start;
    -webkit-line-clamp: 2;
  }

  .video-news-card {
    flex-direction: column;
  }

  .img_box img {
    object-fit: fill;
  }

  .img_box {
    width: 100%;
    height: 185px;
  }

  .video-news-card .info {
    gap: 0.25rem;
  }

  .ellipsis-link {
    max-width: 364px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .a-width-auto-md {
    width: auto !important;
  }
}