.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
}

.info-box-2 {
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 150px;
}

.login-bg-pattern {
  /* background-image: url(../images/Desktop-2.png); */
  background-repeat: no-repeat;
    /* background-position: center center; */
    /* background-attachment: scroll; */
    background-size: cover;
  
}
#sidebar-menu .menuitem-active>a {
  color: #019B23;
}

.form-check-input:checked {
  background-color: #019B23;
  border-color: #019B23;
}

.btn-custom{
  color: #fff;
  background-color: #019B23;
  border-color: #019B23;
}

.btn-custom:hover {
  color: #fff;
  background-color: #01aa25; 
  border-color: #01aa25;
}
.login-box{
  padding-top: 185px;
}

.breadcrumb-item>a {
  color: #019B23;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #019B23;
  border-color: #019B23;
}

.input--file {
  position: relative;
  color: #7f7f7f;
  border-radius: 10px;
  border: 2px solid #019B23;
  /* border-radius: 50%; */
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  flex-direction: column;
}

.input--file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.select-code {
  /* border-radius: 12px; */
  border: 1px solid #ced4da;
  border-radius: 0.2rem !important;
}

.custom-icon{
  background-color: "none";
  font-size: "1.3rem";
  color: #019B23;
}

.longtext {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis  
}

/* 
.react-switch {
  vertical-align: middle;
  margin-left: 4px;
} */
/* .action-button {
  background: none;
  border: none;
  padding: 1;
  cursor: pointer;
  font-size: 1.2rem;
}

.action-button:focus {
  outline: none;
} */
.action-button {
  background: none;
  border: none;
  padding: 1;
  cursor: pointer;
  font-size: 1.2rem;
  color: #6c757d; 
  transition: color 0.3s; 
}

.action-button:hover {
  color: #019B23;
}