

.pushbar.opened{
display: block;
}

html.pushbar_locked{
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}



.pushbar_locked .pushbar_main_content.pushbar_blur{
	filter:blur(15px);
}
.pushbar{
	z-index: 1000;
	position: fixed;
	will-change: transform;
	overflow-y: auto;
	transition:transform 0.5s ease;
	
    opacity:1;
	will-change: transform;
	background:#fff;
}
.pushbar_overlay{
z-index: -999;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity 0.5s ease;
    opacity: 0;
    will-change: opacity;
    background: #3c3442;}
html.pushbar_locked .pushbar_overlay{
	z-index: 999;
    transition:opacity 0.5s ease;
	opacity:0.9;
}


.pushbar.from_left{
	top: 0;
	left: 0;
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(-100%);
}

.pushbar.from_right{
	top: 0;
	right: 0;
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(100%);
}

.pushbar.from_top{
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(-100%);
}
.pushbar.from_bottom{
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(100%);
}

.pushbar.opened{
   transform: translateX(0px) translateY(0px);
}


.wrapper{
	max-width: 678px;
	margin:auto;
}

pre {
    border-left: 0.3rem solid #4039ff;
}
body{}

.push_left{
	margin-left: 6px;
}
.push_right{
	margin-right: 6px;
}
code,xmp{
	white-space: normal !important;
}
textarea{
    margin-bottom: 0px;
    min-height: 200px;
    line-height: 1;
}

.close{
position: relative;
    color: #fff;
    background-color: #999;display: block;width: 50px;height: 50px;}
.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 21px;
    width: 3px;
    background-color: #fff;
}
.close:before {
  transform: rotate(45deg);margin-top: 13px;margin-left: 13px;}
.close:after {
  transform: rotate(-45deg);margin-top: 13px;margin-left: 13px;}


.card{
	margin:20px;
    border-radius: 5px;
    background:#fff;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
}
.card_title,.title,.pushbar{
    background: #fff;
}

.card_title,.title{
    font-weight: bold;}
.card_title{
border-radius: 4px 4px 0px 0px;
}

a.button.getBtn{
margin-top: 16px;background-color:#fff;color:#4039ff;border-color: #fff;
}




.pushbar{

}

.small{
font-size: 14px;
font-weight: 400;
}
.menu li{
    list-style: none;
  

    display: block;
    margin: 0px;border-style: none;}




.btn_left {position: fixed;top: 0;color: #fff;background-color: #8fc31f;padding: 15px;width: 50px;height: 50px;left: 0;}

.btn_right {position: fixed;top: 0;color: #fff;width: 50px;height: 50px;right: 0;padding-top: 5px;padding-left: 10px;background-color: #999;}
.btn_left i,.btn_right i {color: #fff;font-size: 25px;}


/*.btn_right {position: fixed;top: 0;right: 0;color: #fff;background-color: #8fc31f;padding: 15px;width: 50px;height: 50px;}*/
.btn_top {position: fixed;top: 0;right: 0;color: #fff;background-color: #8fc31f;padding: 15px;width: 50px;height: 50px;}
.btn_top i {color: #fff;font-size: 20px;}
/*.btn_btm {width: 50px;bottom: 0;position: fixed;color: #fff;background-color: #8fc31f;padding: 15px;height: 50px;}*/

.btn_contto {position: fixed;top: 0;right: 51px;color: #fff;background-color: #ccc;display: block;width: 50px;height: 50px;}
.btn_contto i {margin-top: 11px;margin-left: 13px;color: #fff;font-size: 23px;}

.btn_telto {position: fixed;top: 0;right: 51px;color: #fff;background-color: #ccc;display: block;width: 50px;height: 50px;}
.btn_telto i {margin-top: 13px;margin-left: 15px;color: #fff;font-size: 25px;}


input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 7px 2px;border-style: none;}

.whitebase1 {width: 100%;height: 100px;position: fixed;top: -100px;z-index: 2000;background-color: #fff;}
.whitebase2 {width: 100%;height: 100px;position: fixed;z-index: 2000;background-color: #fff;bottom: -100px;}





.accordion2 {text-align: center;border-top: 1px solid #ccc;}
.accordion2 .inner {display: none;}
.accordion2 p{cursor: pointer; padding: 10px;color: #000;font-size: 15px;border-bottom: 1px solid #ccc;text-align: left;background-color: #eee;}
.accordion2 p a{cursor: pointer;color: #000;font-size: 15px;}
.accordion2 p.ac1{background: #eee;}
.accordion2 .inner li {text-align: left;border-bottom: 1px solid #eee;}
.accordion2 .inner li a{background-color: #fff;color: #000;font-size: 12px;display: block;padding: 10px;}




li.acli{cursor: pointer;color: #000;font-size: 15px;border-bottom: 1px solid #ccc;text-align: left;background-color: #efefef;}
li.acli a{cursor: pointer;color: #000;font-size: 15px;display: block;text-align: left;padding: 15px;}
