th {
  width: 140px !important;
}
.BOX {
  background-color:white;
}
.popupbox {
  display:none;
  background-color:#F75D59;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding: 4px 6px;
}
.popuplabel {
  color:white;
  font-size:120%;
  font-weight: bold;
}
.popupbutton {
  position: relative;
  float: right;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  padding: 2px 12px;
}
.popupbutton1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}
.popupbutton1:hover {
  background-color: #4CAF50;
  color: white;
}
.popupbutton2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}
.popupbutton2:hover {
  background-color: #008CBA;
  color: white;
}
.dropdown {
  width: 180px;
}
.btn-primary {
  font: bold 12px Arial;
  border-radius: 5px;
  text-decoration: none;
  background-color: #2271b1;
  color: white;
  padding: 4px 8px 4px 8px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #2271b1;
  border-bottom: 1px solid #2271b1;
  border-left: 1px solid #CCCCCC;
}
.brandattention {
  border-color: #E67E23;
  margin-bottom: 20px;
  padding: 20px -20px 20px 20px;
  accent-color: #E67E23;
  background-color: white;
  height: 475px;
  padding: 5px
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
  /* background: linear-gradient(to bottom, #e67e23, #d35400); */
  background-color: #e67e23;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.custom-button:hover {
  background: linear-gradient(to bottom, #e67e23, #d35400);
  /* background-color: #e67e23; */
  color: #FFFFFF;
}

.customprotect-button {
  display: inline-block;
  /* padding: 10px 20px; */
  color: black;
  background-color: none;
  /* border: 1px solid black;
  border-radius: 5px; */
  text-decoration: none;
  /* padding-left: 75px; */
}

.oneononesecure-outercontainer {
  background-color: #E7E5E5;
  margin-top: 20px
}

#oneononesecure-PageMain {
  font-size: 15px;
  border: none; /* Remove border */
}

.graph-header {
  font-weight: bold;
  font-size: 25px;
  padding: 10px 5px 5px 20px;

}

.custom-icon {
  color: #E67E23;
  margin-right: 15px; /* This replaces the non-breaking spaces */
}