#popupsuccessbox .font-level2.font-blue.upper {
  color: #fff !important;
}

.colorGreen {
  color: #00dc30 !important;
}

.colorYellow {
  color: #fcea1f !important;
}

.colorBlack, .colorBlack[readonly] {
  color: #000 !important;
}

.form-control[readonly] {
  color: #fff !important;
}

.form-control:disabled, .form-control[readonly] {
  background: none !important;
  color: #fff !important;
  opacity: 1;
}

.bg_none[readonly] {
  background: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px black inset !important;
  -webkit-text-fill-color: #fff !important; /* Optional: change text color */
  transition: background-color 5000s ease-in-out 0s; /* Prevent flicker */
}

body #sidebar ul li {
  list-style: none !important;
}

.landing_page_title_main {
  margin-top: 7px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
}
.landing_page_title_main .landing_page_title {
  font-weight: 700;
  font-size: 17px;
  background-color: #FFEB3B;
  border: 3px solid black;
  padding: 3px 7px 1px;
  color: #000 !important;
  box-shadow: 2px 4px 0 #000;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.logoImg img {
  min-height: auto;
  max-height: 65px;
}

.table-contaienrs td.text-yellows {
  color: #fcea1f;
}

.diagram-img {
  width: 110px;
}
.diagram-img img {
  width: 100%;
}

.diagram-img img,
.diagram-img-2 img {
  width: 100px;
}

.octagon_remover .border-octagon .new-small-box {
  display: none;
}

.bold_text {
  font-family: var(--headertxt);
}
.bold_text .button-inside {
  font-family: var(--headertxt);
}

#popupsuccessbox .font-level2.font-blue.upper, #popupsuccessbox .font-level2.font-blue.upper.colorWhite {
  color: #fff !important;
}

.landing_bottom {
  margin: 105px 0 0;
}

.login_bottom_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.login_bottom_content button.link_btn {
  background: none;
  border: none;
  color: #fcea1f;
  font-family: var(--bodytxt);
  font-size: 15px;
  text-transform: uppercase;
}

.input-container, .input-container:hover {
  margin-bottom: 19px;
  margin-top: 52px;
}

.landing_bottom center.input-yellow-title.force-left {
  text-transform: uppercase;
}
.landing_bottom center.input-yellow-title.force-left a {
  color: #fcea1f;
}

.two_btns_small {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
}
.two_btns_small .btn_small {
  margin: 0;
  height: 42px;
  min-width: initial;
  width: initial;
}
.two_btns_small .btn_small .button-inside {
  height: 22px;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.modal-dialog {
  margin: 0.5rem auto;
}

/*# sourceMappingURL=ann_style.css.map */
