@media screen and (max-width:959px) {
  .uk-navbar {
    background-color: #ffffff20;
  }
  .uk-navbar-dropbar {
    background-color: #ffffff20;
  }
}

.uk-navbar-dropdown-nav li a {
  color: #fff;
}

.uk-card-small {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;  
}

.uk-margin-small {
  align-items: start;
}

.uk-card-small img {
  max-height: 160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1200px) {
  .uk-card-small img {
    max-height: 350px;
  }
}

@media screen and (max-width:960px) {
  .uk-card-small img {
    max-height: 650px;
  }
}

.uceModalBot {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 16px; 
}

.uceModalVT {
  display: flex;
  height: 100%;
  width: 50%;
  align-items: center;
}

.uceModalVT img {
  width: 65%;
  height: auto;
}  

.vtDetects {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 4px 10px 4px 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #252525 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #DFDFDF;
  transition: .24s;
}

.vtDetects:hover {
  border: 2px solid #394eff;
}

.vtDetects img {
  width: 24px;
  height: 24px;
}

.vtDetects div {
  margin-top: -1px;
}

.vtDetects div span {
  color: #2ca971;
}

.uk-navbar-toggle-animate svg > [class*='line-'] {
  transition: 0.2s ease-in-out;
  transition-property: transform, opacity;
  transform-origin: center;
  opacity: 1;
}

.uk-navbar-toggle svg > .line-3 { opacity: 0; }
.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-3 { opacity: 1; }

.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-2 { transform: rotate(45deg); }
.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-3 { transform: rotate(-45deg); }

.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-1,
.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-4 { opacity: 0; }
.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-1 { transform: translateY(6px) scaleX(0); }
.uk-navbar-toggle-animate[aria-expanded="true"] svg > .line-4 { transform: translateY(-6px) scaleX(0); }