pre {
  background-color: #f8b271;
  border: 3px solid #ff0000;
  border-radius: 4px;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 100%; /* or specify a specific width, e.g., 600px */
  max-width: 100%; /* Ensures it doesn't overflow its container */
  height: 300px; /* or specify a desired height */
  text-align: left;
}

/* This class make the head that have class header-menu turn Green and move the login button working with the .header-menu, footer*/
.bg-blue {
  background: #0f75bc;
}

.bg-green {
  background: #8bc44a;
}

.container {
  max-width: 1800px;
}

.alert-info {
  color: #0f75bc;
}

.box {
  width: 50%; /* Adjust the width as needed */
  padding: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.header-menu {
  padding: 22px;
  justify-content: space-between;
  height: 70px;
  background: #0f75bc;
  color: #ffffff;
/*    margin-bottom: 30px;  */
  display: flex;
  align-items: center;
  width: 100%;
}
.footer {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

/* This css make the footer background turn Grey and set the text position*/
footer {
  padding: 20px 20px 20px 20px;
  background: #0f75bc;
  color: white;
  bottom: 0;
  position: relative;
}

/* This css make the li doesn't put :marker in*/
ul.mymenu li {
  display: inline-block;
  padding: 0 10px;
  list-style: none;
}

#useremailpassword {
  margin-top:10px;
}

/*border for brandforeground*/
.panel.panel-primary {
  border-color: #2c2d2f;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

/*background-color for brandforeground*/
.panel-primary > .panel-heading, .panel-primary > .panel-footer {
  color: #ecf0f1;
  background-color: #2c2d2f;
  padding-left: 8px;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.upgradebutton {
  width: 150px;
}

.brandattention {
  background-color: #8bc44a;
  border-color: #8bc44a;
  margin-bottom: 5px;
  accent-color: #8bc44a;
}

.brandattention:hover {
  background-color: #8bc44a;
  border-color: #8bc44a;
  margin-bottom: 5px;
}

.brandattention:focus {
  background-color: 8bc44a;
  border-color: 8bc44a;
  margin-bottom: 5px;
}

.brandalternate {
  color: #8bc44a;
}

.brandalternate:hover {
  color: #2c2d2f;
}

.brandalternate:focus {
  color:black;
}

.active {
  background-color: #8bc44a !important;
}

.bgimg{
  background-color: black;
  background-size: contain;
}

.applyBtn {
  background: #8bc44a;
  border-color: #8bc44a;
}
.applyBtn:disabled {
  background: #8bc44a;
  border-color: #8bc44a;
}
.applyBtn:hover {
  background-color: #2c2d2f;
  border-color: #2c2d2f;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0f75bc;
  border-color: #0f75bc;
}

label {
font-weight: bold;
}




