/* Styles for the custom bottom div */
#custom-bottom-div{position:fixed;bottom:0;left:0;transition:transform 0.7s ease;width:100%;background-color:#133053;z-index:9000;height:60px;margin:0 auto;color:#fff;display:flex;flex-direction:row;align-content:center;justify-content:center;flex-wrap:wrap;box-shadow:0px 0 10px 10px rgba(15, 29, 49, 0.2);padding-right:110px;text-align:left;padding-left:15px}#custom-bottom-div.show{transform:translateY(0)}#custom-bottom-div p{font-size:15px;line-height:20px;margin-bottom:0}#custom-bottom-div p a{font-size:15px;line-height:20px;margin-bottom:0;color:#fff;font-weight:700}button#accept-btn{outline:none;background:#FFD43F;border:1px solid #FFD43F;line-height:1;text-align:center;box-sizing:border-box;font-size:14px;color:#133053;position:absolute;right:0;top:50%;transform:translateX(-50%) translateY(-50%);padding:7px 10px;text-transform:uppercase;letter-spacing:1px}button#accept-btn:hover{text-decoration:underline!important}@media only screen and (max-width:979px){#custom-bottom-div p{overflow:auto;height:auto;max-height:40px;font-size:14px;letter-spacing:-0.75px;line-height:1.4;}}