body {
  /* background-color: var(--web-bg) !important; */
  background-color: white !important;
  font: 14px "Roboto", Arial, sans-serif !important;
  /* color: var(--web-text) !important; */
}

a {
  text-decoration: none !important;
}

/* a:hover{
    color:#007bff !important;
    cursor: pointer !important;
} */

.custom-dealrock-head {
  font: 16 "Roboto", Arial, sans-serif !important;
  color: black;
  /* font-weight: bolder !important; */
}

.custom-dealrock-subhead {
  font: bold 14px "Roboto", Arial, sans-serif !important;
  color: var(--web-text);
}

.custom-dealrock-text {
  font: 14px "Roboto", Arial, sans-serif !important;
  color: var(--web-text);
}

.custom-dealrock-subtext {
  font: 12px "Roboto", Arial, sans-serif !important;
  color: #666;
}

.dealrocket-text-18 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 18px !important;
}

.dealrocket-text-16 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
}

.dealrock-text-14 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 14px !important;
}

.dealrock-text-12 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 12px !important;
}

/* .custom-dealrock-banner-vlarge {
  height: 750px;
}

.custom-dealrock-banner-large {
  height: 500px; 
}

.custom-dealrock-banner-small {
  height: 350px;
} */

/* Scrollbar width */
::-webkit-scrollbar {
  width: 15px;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: #ff5858;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff1e1e;
}