.greentext{
    padding: 0;
    float: left;
    color: green !important;
    line-height: 30px !important;
  }
  .min-height {
    min-height: auto !important;
    overflow: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
  }
  .fa-whatsapp{
    color: #008000;
    background-image: url(images/icons/whatsapp.png);
    background-size: 30px;
    /* background-position: center; */
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    line-height: 30;
  }

@media (max-width: 575px) {
    .u-dialog-1{
        position: fixed;
        width: 100vw !important;
    }
}
img.animated:hover {
  scale: 1.1;
}
.u-border-red{
  border-color: #ff2b14;
    border-width: medium;
    margin-top: 0;
    margin-bottom: 0;
    --smooth-corners: 500;
    border-radius: 1600px;
}

.table-row{
  display: table-row;
}
.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}
.u-nav-container-collapse .u-nav-popup {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  background-color: #ffffff00;
  transition: max-height 0.3s ease, visibility 0.3s ease, pointer-events 0.3s ease;
}

.u-nav-container-collapse.u-nav-open .u-nav-popup {
  max-height: 500px; /* Açılacak maksimum yükseklik */
  visibility: visible;
  background-color: #ffffff00;
  pointer-events: auto;
}