.bg-green{
    background-color: #08C76A;
}
.text-green{
    color: #08C76A;
}
.border-green{
    border-color: #08C76A;
}
.hover\:bg-green:hover{
    background-color: #08C76A;
}
.hover\:border-green:hover{
    border-color: #08C76A;
}
.focus\:ring-green:focus{
    border-color: #08C76A;
    color: #08C76A;
}
.focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(102 181 57 / var(--tw-ring-opacity));
}
.focus\:bg-green:focus{
    background-color: #22586e;
}
.group:hover .group-hover\:text-green {
    color: #08C76A;
}
.hover\:text-green:hover{
    color: #08C76A;
}
.bg-light-green{
    background-color: #FDF3EA;
}
.text-light-green{
    color: #FDF3EA;
}
.hover\:bg-light-green:hover{
    background-color: #FDF3EA;
}
.hover\:border-light-green:hover{
    border-color: #FDF3EA;
}
.text-gray{
    color: #374148;
}
p, span {
    font-family: 'Poppins', sans-serif;
}
.text-xxs {
    font-size: 0.55rem;
}
.font-poppins {
    font-family: 'Poppins', sans-serif;
}
#FileUpload.active {
    box-shadow: 0 0 0 3px rgb(246 252 241);
    border-color: #08C76A;
}
.border-radius-profile {
    border-radius: 50px 100px 100px 0px;
}
.border-radius-validation {
    border-radius: 100px 50px 0px 100px;
}

/* ::-webkit-search-cancel-button,
::-webkit-clear-button {
  -webkit-appearance: none;
  background-image: url('../../frontend/images/icon-calendar.svg');
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  height: 1.5rem;
  margin-right: 0;
  width: 1.5rem;
} */

::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-image: url('../../frontend/images/icon-calendar.svg');
  width: 14px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: .5rem;
}
::-webkit-calendar-picker-indicator:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

.top-mobile-menu {
    top: -150px;
}