
@keyframes promocode {
    0%   {background-position: 200% center;}
    25%  {background-position: 200% center;}
    100% {background-position: 0% center;}
}
@-webkit-keyframes promocode {
    0%   {background-position: 200% center;}
    25%  {background-position: 200% center;}
    100% {background-position: 0% center;}
}
@-moz-keyframes promocode {
    0%   {background-position: 200% center;}
    25%  {background-position: 200% center;}
    100% {background-position: 0% center;}
}

input#promo-code, input#promo-code-popup {
    background-image: linear-gradient(90deg, #ff4d4d, #91f07b 50%, #007bff);
    border: 1px #667085 solid;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: promocode 5s linear infinite;
}
 /*
 #bamboo-menu-navbar #nav_logo {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#bav-booking-mask #booking-mask-header-title-container .mb-5 a.btn {
	display: none;
}
*/

