.target_menu{
  position:absolute  !important;
  top:75px;
}

.embed-submit-field{
  position: relative;
}
.embed-submit-field input{
    width: 100%;
    padding: 15px;
  }
.embed-submit-field .button-search-show{
    /*position: absolute;*/
    right: 10px;
    top: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 3px;
    padding: 10px;
    transition: all .2s;
  }
.embed-submit-field button:hover{
  background-color: #37C88D;
  color: #fff;
  cursor: pointer;
}
  
.form-search {
  display: block;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.25rem;
}
.text-note {
  color: var(--bs-warning-text) !important;
}
@media (max-width: 910px) {
  .w-600px {
    width: 550px !important;
  }
}
@media (max-width: 820px) {
  .w-600px {
    width: 500px !important;
  }
}
@media (max-width: 786px) {
  .w-600px {
    width: 450px !important;
  }
}
@media (max-width:860px) {
  .d-mobile-none{
      display: none !important;
  }
}
@media (min-width:860px) {
  .d-mobile{
      display: none !important;
  }
}

.text-dark-green {
  color: #088051 !important;
}

.ui.Hilight.ribbon.label {
  border-color: #9bda3d9e !important;
  color: black !important;
}
.ui.Hilight.label, .ui.Hilight.labels .label {
  background-color: #aaed479e !important;
  
  color: #fff !important;
}
annotation[type=Hilight] {
  background-color: #aaed479e !important;
  color: black;
  border: none;
}


.ui.Note.ribbon.label {
  border-color: #ffc700 !important;
  color: black !important;
}
.ui.Note.label, .ui.Note.labels .label {
  background-color: #ffc700a8 !important;
  
  color: #fff !important;
}
annotation[type=Note] {
  background-color: #ffc700a8 !important;
  color: black;
  border: none;
}
.menu-link-2{
  z-index: 9;
}
