.snake-bar-main-container{display:flex;align-items:center;justify-content:center;background-color:transparent;position:fixed;bottom:-100%;left:0;width:max-content;z-index:9999999999999;border-radius:5px;width:100%;height:50px;overflow:hidden;transition:all .3s ease-in-out}.snake-bar-main-container.show-snake-container{bottom:0}.snake-bar-inner-container{display:flex;align-items:center;justify-content:space-between;width:max-content;padding:10px 20px;width:420px;background-color:var(--orange-fill);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);border-radius:5px}.snake-bar-close-button{width:25px;height:25px;background-color:transparent;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;filter:grayscale(100%)}.snake-bar-close-button img{width:20px;height:20px}.snake-bar-main-container-text{font-size:14px;line-height:21px;font-weight:500;color:#fff}@media only screen and (max-width:480px){.snake-bar-inner-container{width:310px}.snake-bar-main-container-text{font-size:12px;line-height:1.2}}