@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../font/bootstrap-icons.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	user-select: none
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.gap {
    height: 4em!important;
    width: 100%;
    display: block!important;
    border: 0!important;
}

.click {
    cursor: pointer!important;
}

.strong {
    font-weight: bold!important;
}

.ios-qr,.android-qr,.pc-qr {
    border: 1px solid #2e2e2e;
    border-radius: 12px;
}

.popover img {
    width: 120px;
    border-radius: 12px;
}

.hover:hover,.pannel .active {
    background: #fff;
    color: black!important;
}

#box img {
    display: block;
    height: 50px;
    width: 50px;
}

.pl-5 {
    padding: 0 0 0 5em!important;
}

.border {
    border: 1px solid #2e2e2e!important;
}

.border-white {
    border: 0px solid #fff!important;
}

.rounded {
    border-radius: 12px!important;
    background-color: #0029ff;
}

.pannel .active,.rounded-circle {
    border-radius: 25px!important;
}

.pannel .nav-item {
    width: 7em;
    text-align: center;
}

.text-left {
    text-align: left!important;
}

.pointer {
    cursor: pointer!important;
}

.icon-arrow-up::before {
    top: 0;
    right: 0;
    position: absolute!important;
    transform: rotate(180deg);
}


.marquee {
    width: 100% !important;
    height: 70px !important;    
    overflow: hidden !important; 
    position: relative !important;
    display: block !important;
}


.marquee .d-flex {
    display: flex !important;
    flex-wrap: nowrap !important; 
    flex-direction: row !important;
    align-items: center !important;
    width: max-content !important; 
    height: 100% !important;     
}


.js-marquee-wrapper {
    display: inline-block !important;
    white-space: nowrap !important;
    height: 100% !important;
}

.js-marquee {
    display: inline-block !important;
    white-space: nowrap !important;
    float: left !important;
    height: 100% !important;
}


.marquee img {
    width: 45px !important;
    height: 45px !important;
    margin-top: 0 !important;    
    margin-bottom: 0 !important;
    display: inline-block !important;
    flex-shrink: 0 !important; 
}