
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

#vwm-header {
  background: #fff;
  height: 50px;
  min-height: 50px;
  position: sticky;
  top: 0;
  z-index: 100;
}

#vwm-header #mobile_lang {
  background: transparent;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  height: 35px;
  max-width: 35px;
}

#vwm-header .country-language {
  color: #333;
  font-family: bodyfont;
  font-size: 15px;
  text-align: center;
}

#vwm-header .country-language.active {
  color: #febc04;
}

#vwm-header .country-language:not(:last-child) {
  border-right: 2px solid rgba(51, 51, 51, .4);
}

#vwm-header .fixed {
  position: fixed;
  top: 0;
}

#vwm-header .header-messenger-box {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  display: none;
  height: 20px;
  justify-content: center;
  left: 15px;
  position: absolute;
  top: 0;
  width: 20px;
}

#vwm-header .header-messenger-box.active {
  animation: shake 3s ease infinite;
  display: flex;
  transition: all 3s ease;
}

#vwm-header .headerBtnFrame {
  background: transparent;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  font-size: 12px;
  height: 35px;
  white-space: nowrap;
  padding: 0 5px 0 10px;
}

#vwm-header .headerBtnFrame .fa {
  color: #0060a1;
  font-size: 12px;
}

#vwm-header .headerTitle {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
  margin: auto;
}

#vwm-header .langname {
  color: #6a8cb0;
  font-size: 11px;
  font-weight: 700;
}

#vwm-header .langname-title {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

#vwm-header .mobile-header-logo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 35px;
  justify-content: center;
  object-fit: contain;
  width: 70%;
}

#vwm-header .mobile-language-dropdown {
  -webkit-transform-origin: top right;
  -webkit-transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  background-color: transparent;
  border: none !important;
  display: block;
  height: auto;
  max-width: 350px;
  opacity: 0;
  overflow: hidden;
  right: 15px;
  top: 48px;
  transform-origin: top right;
  transform: scaleY(0);
  transition: all 0.3s ease;
  width: calc(100% - 30px);
}

#vwm-header .mobile-language-dropdown .lang-box {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  border-style: outset;
}

#vwm-header .mobile-language-dropdown.show {
  -webkit-transform-origin: top right;
  -webkit-transform: scaleY(1);
  -webkit-transition: all 0.3s ease;
  opacity: 1;
  transform-origin: top right;
  transform: scaleY(1);
  transition: all 0.3s ease;
  z-index: 101;
}

#vwm-header .notificationInboxCount {
  color: #fff;
  font-size: 10px;
}

#vwm-header .side-menu-back,
#vwm-header .side-menu-toggle {
  color: #0060a1;
  font-size: 22px;
}

#vwm-header #mobile_lang img,
#vwm-header #profile_btn img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

#vwm-header .joinnow-btn,
#vwm-header .login-btn {
  border-radius: 6px;
  border: none;
  font-size: 12px;
  height: 35px;
  max-width: 60px;
  min-width: 50px;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 0 10px;
}
