@charset "utf-8";

.frame-container { display: none; position: fixed; z-index: 99999999; width: 100%; height: 100%; left: 0px; top: -100%; transition: top 0.4s ease-in-out; background-color: rgb(255, 255, 255); }

.frame-container.show-container { top: 0px; }

.frame-container iframe { position: relative; top: 0px; left: 0px; width: 100%; height: 100%; }

body.hide-scroll::-webkit-scrollbar, html.hide-scroll::-webkit-scrollbar { display: none; }

body.hide-scroll, html.hide-scroll { scrollbar-width: none; }

body.disable-scroll, html.disable-scroll { overflow: hidden; }

.cardisle-loader-embedded { display: none; position: fixed; width: 100%; height: 100%; z-index: 5000000; background-color: rgba(1, 54, 82, 0.96); color: white; left: 0px; top: 0px; text-align: center; padding: 35vh 3vh 0px; animation: 0.5s ease 0s 1 normal none running fadein; }

@keyframes fadein { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadein { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.preview-cardisle-card { width: 150px; }