
* {
	-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;
}

a:hover {
    text-decoration: underline;
}

li {
    list-style: none;
}

.gap {
    height: 10em!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;
}

.hover-black:hover {
    background: #000!important;
    color: #fff!important;
}

#box img {
    display: block;
    height: 76px;
    width: 76px;
}

.pl-5 {
    padding: 0 0 0 5em!important;
}

.border {
    border: 1px solid #2e2e2e!important;
}

.border-white {
    border: 1px solid #fff!important;
}

.rounded {
    border-radius: 12px!important;
}

.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);
}

.border-left {
    border-left: 2px solid #f8f9fa!important;
}

article ul {
    padding: 0!important;
}

article img {
    display: block!important;
    max-width: 90%!important;
    margin: auto!important;
}




