
* {
	-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;
    height: border-radius;
}

.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);
}










