body {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	background: #edeef0;
	-webkit-appearance: none;
	overflow-y: hidden;
}

copysection {
	cursor: pointer;
}

.captcha_container {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.frozen_title {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: #151515;
	margin-top: 50px;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.battery_connect {
	position: absolute;
	right: 18;
	font-size: 18px;
	color: #fcbe08;
}

.restore_purchases {
	display: inline-block;
	color: #151515;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.frozen_sub {
	display: block;
	float: left;
	width: 80%;
	margin-left: 10%;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #151515;
	text-align: center;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frozen_btn_container {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	white-space: pre;
}

.frozen_btn_container .create_app_btn {
	width: 250px;
	float: none;
	display: inline-block;
}

.popup_image{
    position:absolute;
    width:150px;
    border-radius: 8px;
    z-index: 999999;
    background: #151515;
    padding: 4px;
    -webkit-box-shadow: 0 0 10px #1e1f21;
    -moz-box-shadow: 0 0 10px #1e1f21;
    -o-box-shadow: 0 0 10px #1e1f21;
    -ms-box-shadow: 0 0 10px #1e1f21;
    box-shadow: 0 0 10px #1e1f21;
}
.popup_image img{
    width:150px;
    min-height: 150px;
    height:auto;
    border-radius: 6px;
}

.qr_link {
	display: block;
	float: none;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 30px;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination_container {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.pagination {
	display: inline-block;
	float: none;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	border-radius: 8px;
	background: #e6e6e6;
	color: #007aff;
	margin-right: 5px;
}

.pag_active {
	background: #007aff;
	color: #fff;
}

.category_title {
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 700;
}

.ct_icon {
	display: block;
	float: left;
	margin-top: 3px;
}

.ct_value {
	display: block;
	float: left;
	margin-left: 6px;
	margin-top: 8px;
}

.pm-oip-overlay {
	background-color: rgba(21, 21, 21, 0.85) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.pm-oip-modal {
	animation: intro 0.4s both;
	-webkit-animation: intro 0.4s both;
}

#tiktok_limits {
	padding: 10px;
}

.empty_container {
	display: block;
	float: none;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.api_btn_top, .postman-run-button {
	display: block !important;
	float: left;
	width: calc(25% - 65px) !important;
	margin-right: 33px !important;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #151515;
	height: auto !important;
	padding: 20px !important;
    background: #fff !important;
    border: none;
    -moz-transition: 0.2s ease background;
    -webkit-transition: 0.2s ease background;
	margin-bottom: 30px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 1px 2px rgba(205,214,230,.5);
    box-shadow: 0 1px 2px rgba(205,214,230,.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.api_btn_top:last-child {
	margin-right: 0px !important;
}

.api_btn_top_disabled {
	pointer-events: none;
	opacity: 0.6;
}

.api_btn_container {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.api_app_select:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);
}

.mobile_logo {
	display: none;
}

.authTitle {
	display: block;
	float: left;
	width: 100%;
}

.as_menu {
	display: block;
	float: left;
	background: #E4E8EF;
	width: 180px;
	padding: 20px;
	height: 500px;
	border-radius: 5px 0px 0px 5px;
}

.as_content {
	display: block;
	float: left;
	padding: 20px;
	width: calc(100% - 260px);
}

.as_item {
	display: block;
	float: left;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 30px);
	border-radius: 5px;
	color: #151515;
	margin-bottom: 10px;
	cursor: pointer;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
}

.asc_card {
	display: none;
}

.asc_security {
	display: block;
}

.asc_content {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.asc_title {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}

.asc_val {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 700;
	color: #151515;
	margin-top: 2px;
}

.as_item:hover {
	background: #d9d9d9;
}

.as_item_selected {
	background: #cccccc;
	font-weight: 700;
}

#goTop{
	cursor: pointer;
	color: #007aff;
	font-size: 35px;
    background: #fff;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    margin-top: 10px;
    bottom: -100px;
    position: absolute;
    left: 0px;
}

#goTop:hover {
	background: #007aff;
	color: #fff;
}

.api_card_main_mini {
	display: block;
	float: left;
	width:calc(48% - 40px) !important;
}

.api_card_main_mini:nth-child(2n) {
	margin-left: 30px !important;
}

.country_flag {
	display: block;
	float: left;
	width: 25px;
	margin-right: 5px;
	position: relative;
}

.country_title {
	display: block;
	float: left;
	margin-top: 4px;
}

.back_to {
	display: block;
	float: left;
	padding: 12px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
	margin-right: 15px;
	text-decoration: none;
	color: #000;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    -webkit-box-shadow: 0 1px 2px rgba(205,214,230,.5);
    box-shadow: 0 1px 2px rgba(205,214,230,.5);
}

.g-recaptcha {
	display: block;
	float: left;
	width: calc(100% - 2px) !important;
	max-width: calc(100% - 2px) !important;
	padding: 0px !important;
	height: 72px !important;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	position: relative;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f6f6;
	background: linear-gradient(to right, #e6e6e6 8%, #f0f0f0 18%, #e6e6e6 33%);
	background-size: 800px 104px;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

.back_to:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);
}

.back_to:hover {
    box-shadow: rgba(0,56,110,.08) 0 10px 30px;
    z-index: 1;
}

.method_url {
	display: block;
	float: left;
	margin-top: 5px;
	font-size: 17px;
}

.api_card_mini {
	display: block;
	float: left;
	width: calc(52% - 72px)!important;
	margin-right: 30px !important;
	text-decoration: none !important;
    -moz-transition: .2s ease all !important;
    -webkit-transition: .2s ease all !important;
    transition: .2s ease all !important;
    -webkit-box-shadow: 0 1px 2px rgba(205,214,230,.5);
    box-shadow: 0 1px 2px rgba(205,214,230,.5);
}


.apps_container {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.app_info_block {
	display: block;
	float: left;
	width: calc(100% - 84px);
	margin-left: 20px;
}

.app_i_title {
	display: block;
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

.app_i_btn {
	display: block;
	float: left;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
	border: 1px solid #007aff;
	color: #007aff;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	margin-top: 10px;
}

.app_icon_side {
	width: 50px !important;
	height: 50px !important;
}

.api_card_mini:nth-child(2n) {
	margin-right: 0px !important;
}

.app_icon {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	background: #e6e6e6;
	border-radius: 100%;
	background-image: url(../../assets/img/app.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.color_box {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	background: #e6e6e6;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 100%;
	border: 2px solid #fff;
    -moz-transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.api_card_navigation {
	display: block;
	float: left;
	width: calc(100% - 2px);
	margin-top: 20px;
	background: #E4E8EF;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}

.acn_item {
	display: block;
	float: left;
	padding: 12px;
	margin: 3px;
	width: calc(33.33% - 6px);
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	border-radius: 10px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
    cursor: pointer;
}

.acn_item:hover {
    opacity: 0.7;
}

.acn_item:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);
}


.app_color[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.color_box:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);
}

.app_color[type=radio]:checked + .color_box {
  background-image: url(../../assets/img/app.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.app_color_block {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 4%;
}

.button_success {
	display: block;
	float: left;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	background: #18c139 !important;
	border: 1px solid #18c139 !important;
	font-weight: 700;
}

.button_success:hover {
	background: #15aa32 !important;
	border: 1px solid #15aa32 !important;
}

.apps_block {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 4%;
}

.apps_hint {
	display: block;
	float: left;
	width: calc(50% - 25px);
	margin-left: 25px;
	font-size: 16px;
	padding-bottom: 25px;
}

.canvasjs-chart-credit {
	display: none !important;
}

.apps_content {
	display: block;
	float: none;
	width: 1100px;
	margin: 0 auto;
}

.create_app_btn {
	cursor: pointer;
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
	color: #fff;
	background: #007aff;
	border-radius: 5px;
	text-align: center;
	padding-top: 14px;
	font-weight: 700;
	padding-bottom: 14px;
	margin-bottom: 20px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.create_app_btn:hover {
	background: #006ee6;
}

.create_app_btn:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);	
}

.apps_card {
	width: calc(100% - 40px) !important;
}

.apps_nav {
	display: block;
	float: left;
	width: 250px;
	margin-top: 80px;
	position: fixed;
}

.json_display {
	border: none;
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    display: block;
    float: left;
    width: calc(100% - 40px);
}

.json-editor-blackbord {
	background: #292a2f !important;
}

.apps_nav_container {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(205,214,230,.5);
    box-shadow: 0 1px 2px rgba(205,214,230,.5);
    position: relative;
}

.apps_center {
	display: block;
	float: left;
	width: 810px;
	margin-left: 290px;
	margin-top: 80px;
}

.apps_nav_item {
	display: block;
	float: left;
	width: calc(100% - 30px);
	padding: 15px;
	position: relative;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-top: 1px solid #e6e6e6;
}

.apps_nav_item_active {
	padding-left: 12px !important;
	border-left: 3px solid #007aff;
}

.apps_nav_item:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);
}

.cd_logout {
	color: #ed666d !important;
	border-top: none !important;
}

.cd_logout:hover {
	background: #ed666d !important;
	color: #fff !important;
}

.dc_logout {
	max-width: 190px !important;
	min-width: 190px !important;
}

.anim_demo {
	display: block;
	float: left;
	width: 100%;
}

.content_debug {
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
}

.cd_item {
	display: block;
	float: left;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 30px;
	height: 150px;
	pointer-events: none;
}

.cd_item:nth-child(2n) {
	margin-right: 0px;
}

.cd_icon {
	display: block;
	float: left;
	color: #007aff;
}

.cd_text_content {
	display: block;
	float: left;
	font-weight: 700;
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
}

.info_panel {
	display: block;
	float: left;
	width: calc(100% - 30px);
	padding: 15px;
	border-radius: 5px;
	background: #292a2f;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.query_param_block {
	width: 95% !important;
	margin-left: 2.5%;
	margin-bottom: 20px;
}

.btn_btn {
	display: block;
	float: right;
	color: #007aff;
	font-size: 16px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    cursor: pointer;
}

.btn_btn:hover .btn_arrow{
	left: 3px;
}

.btn_arrow {
	display: inline-block;
	left: 0px;
	top: 7px;
	position: relative;
	transform: rotate(180deg);
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.bottom_tabs_nav {
	display: block;
	float: left;
	width: 100%;
	padding-top: 15px;
	margin-top: 0px;
}

.dm_btn {
	display: block;
	float: left !important;
}

.app_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
	color: #007aff;
	text-transform: uppercase;
}



.device_ram {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 13px;
}

.header {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #e6e6e6;
}

.center_header {
	display: block;
	float: none;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.tb_request_content, .tb_body_content {
	display: block;
	float: left;
	width: 100%; 
}

.tabs_content {
	display: none;
	float: left;
	width: 100%;
}

.tb_request_content {
	display: block;
}

.dc_u_email {
	display: block;
	float: left;
	width: calc(100% - 20px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
}

.tabs_block {
	display: block;
	float: left;
	width: 100%;
}

.tb_nav_block {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.card_big_block{
	display: block;
	float: left;
	width: 300px;
	margin: 50px;
}

.tb_body_area {
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	background: transparent;
	font-family: sans-serif;
	font-size: 16px;
	outline: none;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    resize: vertical;
    border: 2px solid #fff;
    min-height: 50px;
}

.tb_body_area:focus {
	border:2px solid #007aff;
}

.required {
	display: inline-block;
	color: #f44336;
	float: right;
	position: relative;
	margin-left: 10px;
	font-size: 12px;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tbn_btn {
	float: left;
	margin-right: 20px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #007aff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tb_selected{
	color: #fff;
	border-radius: 30px;
	background: #007aff;
}

.rm_nav_bar th{
	background: #1e1f21 !important;
	color: #fff !important;
	border-left: 1px solid #1e1f21;
}


.rm_doc tr td{
	padding: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.rm_doc tr:nth-child(even) {
	background: #F5F5FA;
}

.rm_doc tr td:first-child {
	font-weight: 700;
}

.delete_request {
	cursor: pointer;
	padding: 1px;
	border-radius: 0px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%;
}

.delete_request:hover {
	border-radius: 5px;
	background: #e6e6e6;
}

.logo_block {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 50px;
	height: 58px;
	background: #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	opacity: 1;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.logo_block:hover {
	opacity: 0.85;
}

.ch_items {
	display: block;
	float: left;
	text-decoration: none;
	padding: 18px;
	color: #151515;
	font-weight: 700;
	font-size: 16px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ch_items:hover{
	background: #f5f6f8;
}

.chi_icon{
	display: block;
	float: left;
	font-size: 22px !important;
}

.chi_title{
	display: block;
	float: left;
	position: relative;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 16px;
}

.side_menu {
	display: block;
	float: left;
	width: 250px;
	background: transparent;
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: calc(100% - 40px);
	margin-top: 20px;
    position: relative;
}

.side_menu_content {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(205,214,230,.5);
    box-shadow: 0 1px 2px rgba(205,214,230,.5);
    position: relative;	
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.sm_search_block {
	 display: block;
	 float: left;
	 width: 100%;
	 position: relative;
	 border-bottom: 1px solid #e6e6e6;
}

.sm_items_block{
	display: block;
	float: left;
	width: 100%;
	max-height: calc(100% - 68px);
	height: -moz-calc(100% - 68px);
	height: -webkit-calc(100% - 68px);
	height: calc(100% - 68px);
	overflow: hidden;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.sm_items_block::-webkit-scrollbar-track {
	margin-right: 5px;
	background: transparent;
	margin-right: 5px;
	border-radius: 0
}

.sm_items_block::-webkit-scrollbar {
	width: 4px;
	border-radius: 0
}

.sm_items_block::-webkit-scrollbar-thumb {
	background-color: #bdbdbd;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0
}

.sm_items_block:hover {
	overflow-y: overlay;
}

.clear_search {
	display: none;
}

.sms_search{
	outline: none;
	display: block;
	float: left;
	border: 0px;
	background: transparent;
	width: 100%;
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 20px;
	padding-left: 16px;
	padding-right: 50px;
	font-size: 18px;
	background: #fff;
}

.sms_search:focus {
	border: 3px solid #007aff;
}

.sms_search:focus > .sm_search_block {
	border-bottom: 1px solid #fff;
}

.sm_items{
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #e6e6e6;
	font-weight: 700;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.sm_items:hover {
	background: #f5f6f8;
}

.add_method_block {
	position: absolute;
	display: block;
	right: 15;
	padding: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 15px;
    border-radius: 100%;
    -moz-transition: 0.2s ease background;
    -webkit-transition: 0.2s ease background;
    transition: 0.2s ease background;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.add_method_block:hover {
	background: #e6e6e6;
}

.add_new_method {
    text-decoration: none;
    color: #1E1F21;
}

#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat; 
    background-color: #fff;
    background-position: center;
}

.loader,
.loader:after {
  border-radius: 100%;
  width: 5em;
  height: 5em;
}

.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 7px solid rgba(192, 192, 192, 1);
  border-right: 7px solid rgba(192, 192, 192, 1);
  border-bottom: 7px solid rgba(192, 192, 192, 1);
  border-left: 7px solid #0078D7;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.sm_text {
	display: block;
	float: left;
	margin-left: 10px;
	white-space: nowrap;
	width: calc(100% - 55px);
	text-overflow: ellipsis;
	overflow: hidden;
}

.sm_method {
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 45px;
	background: #1e1f21;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size: 10px;
	border-radius: 30px;
}

.get_method {
	background: #18c139;
}

.post_method {
	background: #007aff;
}

.content {
	display: block;
	float: left;
	width: calc((100% - 200px) / 2);
	height: calc(100% - 60px);
}

.main_content {
	display: block;
	float: none;
	width: 1100px;
	margin: 0 auto;
	height: calc(100% - 59px);
}

.center_content {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.content_nav{
	display: block;
	float: left;
	width: 600px;
}

.online_devices {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 15px;
	font-size: 12px;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 30px;
	color: #fff;
	background: #18C139;
	text-align: center;
	animation: pulse 2s infinite;
}

.pulse {
  display: block;
  float: left;
  margin-top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18c139;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}

.pulse_error {
  display: block;
  float: left;
  margin-top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef5350;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(239,83,80, 0.4);
  animation: pulse_error 2s infinite;	
}

.ip_data {
	display: block;
	float: left;
	margin-left: 15px;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24,193,57, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(24,193,57, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(24,193,57, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(24,193,57, 0.4);
    box-shadow: 0 0 0 0 rgba(24,193,57, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(24,193,57, 0);
      box-shadow: 0 0 0 10px rgba(24,193,57, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(24,193,57, 0);
      box-shadow: 0 0 0 0 rgba(24,193,57, 0);
  }
}


@-webkit-keyframes pulse_error {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(239,83,80, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(239,83,80, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(239,83,80, 0);
  }
}
@keyframes pulse_error {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(239,83,80, 0.4);
    box-shadow: 0 0 0 0 rgba(239,83,80, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(239,83,80, 0);
      box-shadow: 0 0 0 10px rgba(239,83,80, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(239,83,80, 0);
      box-shadow: 0 0 0 0 rgba(239,83,80, 0);
  }
}

.server_output {
	display: block;
	float: left;
	width: calc((100% - 200px) / 2);
	height: calc(100% - 58px);
	background: #292A2F;
	max-height: calc(100% - 58px);
	overflow: hidden;
	position: relative;
}

.so_nav{
	display: block;
	float: left;
	width: calc((100% - 200px) / 2);
}

.server_output pre {
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	margin: 0px;
}

.so_copy {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #121418;
	position: absolute;
	top: 20;
	right: 10;
	border-radius: 5px;
	opacity: 0.6;
	z-index: 2;
}

.button{
	display: block;
	padding: 17px;
	background: #007aff;
	border: 1px solid #007aff;
	cursor: pointer;
	text-decoration: none;
	outline:none;
	color: #fff;
	padding-left: 22px;
	padding-right: 22px;
	border-radius: 5px;
	font-size: 16px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover{
	background: #1966d0;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #121418;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #121418;
}

.button_text{
	display: block;
	font-size: 17px !important;
	padding: 0px;
}

.button_loading{
	display: none;
    align-items: center;
    justify-content: center;
}


.content_title{
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.content_title span{
	display: block;
	float: left;
	font-weight: 700;
	font-size: 30px;
	width: 100%;
}

.device_card{
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	-moz-transition: 0.2s ease background;
    -webkit-transition: 0.2s ease background;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ac_token {
	display: inline-block;
	font-weight: 700;
}

.api_card {
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	background: #fff;
	border: none;
	-moz-transition: 0.2s ease background;
    -webkit-transition: 0.2s ease background;
    cursor: normal;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(205,214,230,.5);
    box-shadow: 0 1px 2px rgba(205,214,230,.5);
}

a {
	color: #007aff;
	text-decoration: none;
}

.tb_headers_content {
	display: block;
}

.cc_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 700px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
	color: #000;
}

.app_i_category {
	display: block;
	float: left;
	width: 100%;
	color: #9a9a9a;
	margin-top: 8px;
}

.code_container {
	display: block;
	float: left;
	width: calc(100% - 40px);
	background: #292a2f;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: overlay;
}

.m_logs_container .code_container {
	border-radius: 0px 0px 5px 5px !important;
}

.ac_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ac_icon {
	display: block;
	float: right;
	font-size: 28px;
	cursor: pointer;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position: relative;
}

.ac_icon_spin {
	pointer-events: none;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rp_data{
	display: block;
	float: left;
	width: 100%;
	padding: 15px;
	border: 2px solid transparent;
	outline: none;
	background: transparent;
	font-size: 16px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    height: 52px;
    resize: none;
    font-family: sans-serif;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}


.rp_key{
	font-weight: 700;
}

.rp_data:focus{
	border: 2px solid #007aff;
	overflow: auto;
	white-space: normal;
	height: auto;
	min-height: auto;
}


.device_card:hover{
	background: #f2f2f2;
}

.devices_block{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	border-radius: 0px 0px 5px 5px;
}

.devices_block > .device_card:last-child{
	border-radius: 0px 0px 5px 5px;
	border-bottom: 0px;
}

.sc_content {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.sc_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: 700;
}

.dc_big{
	display: block;
	float: left;
	width: 100%;
}

.create_device {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	text-decoration: none;
	text-align: center;
	color: #007aff;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	border-top: 1px solid #e6e6e6;
	-moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px 0px 5px 5px;
}

.create_device:hover{
	background: #007aff;
	color: #fff;
}

.arp_link{
	float: left;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: left;
	text-decoration: none;
	text-align: center;
	color: #007aff;
	font-size: 16px;
	-moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arp_link:hover{
	color: #1966d0;
}

.delete_param_block{
	width: 10px;
	text-align: center;
}

.cd_icon{
	display: block;
	float: left;
}

.cd_text{
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.dc_title{
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.dc_status{
	display: none;
	float: left;
	width: 100%;
	margin-top: 7px;
}



.logo{
	display: block;
	float: left;
	width: 35px;
	border-radius: 8px;
}

.dev_status{
	display: inline-block;
	position: relative;
	padding: 6px;
	border-radius: 100%;
	background: black;
	float: right;
	margin-top: 3px;
}

.battery_ovewrlay{
	display: block;
	float:left;
	width: 35px;
	max-width: 35px;
	background: #292a2f;
	border-radius: 5px;
	position: relative;
	min-width: 35px;
	height: 20px;
	z-index: 1;
}

.dc_icons{
	display: block;
	float: left;
	font-size: 18px;
	margin-left: 10px;
}


.battery_status{
	display: block;
	position: absolute;
	float:left;
	background: #18C139;
	border-radius: 4px;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}

.battery_value{
	position: absolute;
	text-align: center;
	z-index: 2;
    font-size: 12px;
	width: 100%;
	color: #fff;
	margin-top: 3px;
}



.dc_main_title{
	display: block;
	float: left;
	width: calc(100% - 40px);
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.empty_block{
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}

.search_block{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
}

.search_input{
	display: block;
	float: left;
	width: 100%;
	outline: none;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
	border: 0px;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
}

/*  DROPDOWN BUTTON     */
.dropbtn {
  background: transparent;
  color: #151515;
  font-weight: 700;
  padding: 18px;
  font-size: 0px;
  border: none;
  cursor: pointer;
  outline: none;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-fit:border !important;
}

.dropbtn:hover, .dropbtn:focus {
  background: #f5f6f8;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  transform: translateY(20px);
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.5);
  z-index: 999;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity .2s,visibility .2s,transform .2s;
}

/**
.dropdown-content:before {
  position:absolute;
  top:-10px; right:10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index:2;
}

.dropdown-content:after {
  position:absolute;
  top:-12px; right:10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(0,0,0, 0.03);
  z-index:1;
}
**/

.dropdown-content-visible {
	display: block !important;
    visibility: visible;
    opacity: 1;
	transform: translateY(0px);
}

.debug{
	float: left;
	height: calc(100% - 240px);
	width: 100%;
	max-height: calc(100% - 240px);
	overflow-y: scroll;
	position: relative;
}

.console {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	height: 200px;
}

.console_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: #121418;
	color: #abb2bf;
}

.console_content{
	font-family: monospace;
	display: block;
	float: left;
	width: calc(100% - 40px);
	height: calc(100% - 39px);
	max-height: calc(100% - 39px);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #1d2026;
	overflow-y: scroll;
	color: #abb2bf;
}

.log_output{
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #abb2bf;
}

.error{
	color: #ed666d;
}

.success{
	color: #18C139;
}

.sc_mini {
	display: block;
	float: left;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: calc(25% - 50px - 20px);
	background: #1e1f21;
	color: #fff;
	border-radius: 5px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.scm_title {
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}

.scm_value {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 28px;
	margin-top: 5px;
	font-weight: 700;
}

.servers_block {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.server_card {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 20px;
	border-radius: 3px;
}

.request_block{
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
}

.servers_container {
	display: block;
	float: left;
	width: calc((100% / 2) - 40px);
	padding: 20px;
	max-height: calc(100% - 114px);
	height: calc(100% - 114px);
}

.api_container {
	display: block;
	float: left;
	width: 810px;
	padding: 20px;
	max-height: 100%;
	height: 100%;
	overflow-y: scroll;
}

.rb_input_block{
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	position: relative;
}

.add_request_param{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #007aff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.request_url{
	display: block;
	float: left;
	width: calc(100% - 242px);
	padding: 17px;
	border-radius: 0px;
	background: transparent;
	outline: none;
	border: 2px solid #fff;
	font-size: 16px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.request_url:focus{
	border: 2px solid #007aff;
}

.request_method{
	display: block;
	float: left;
	padding: 15px;
	text-transform: uppercase;
	font-size: 18px;
	outline: none;
	border: none;
	text-align: center;
	background: transparent;
	text-align-last:center;
	font-weight: 700;
	border: 2px solid #fff;
	border-right: 1px solid #e6e6e6;
	width: 120px;
	cursor: pointer;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    border-radius: 5px 0px 0px 5px;
    -webkit-appearance: none;
}

.request_method:focus {
	border: 2px solid #007aff;
}


.show {display:block;}

.captcha_table {
	display: block;
	float: left;
	width: calc(100% - 350px) !important;
	margin-left: 50px;
}

.captcha_image_container {
	display: block;
	float: left;
	width: 300px;
	position: relative;
	min-height: 300px;
}

.rm_block{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	overflow-y: scroll;
	max-height: calc(100% - 250px);
	height: calc(100% - 250px);
}


.request_param, .request_body {
  width:100%;
  table-layout: fixed;
  word-wrap: break-word;
  border-collapse:separate;
  border:3px solid #1e1f21;
  -moz-border-radius:6px;
  border-radius:6px;
}

.request_param td, .request_param th, .request_body td, .request_body th {
  border: 1px solid #e6e6e6;
  padding: 0px;
}

.request_param th, .request_body th {
	padding: 15px;
}


.request_param tr, .request_body tr { background: #fff; }

.request_param th, .request_body th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #000;
  border-right: 
}

.rm_nav_bar th:first-child {
	border-radius: 5px 0px 0px 0px;
	border-left: 0px;
	border-right: 1px solid #1e1f21;
}
c
.rm_nav_bar th:last-child {
	border-radius: 0px 5px 0px 0px;
}

.export_btn {
	display: block;
	float: right;
	background: #e6e6e6;
	font-size: 16px;
	color: #1e1f21;
	padding: 10px;
	text-decoration: none;
	margin-top: -4px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 10px;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
	transition: .2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-left: 20px;
}

.export_btn:hover {
	background: #d9d9d9;
}

.export_btn:active {
	-webkit-transform: scale(.96);
    transform: scale(.96);
}


/* =========================== */


/*  SERVER OUTPUT STYLES     */

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	color: #abb2bf;
	background: transparent;
}


.hljs-comment,
.hljs-quote {
	color: #5c6370;
	font-style: italic
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
	color: #c678dd
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
	color: #e06c75
}

.hljs-literal {
	color: #56b6c2
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
	color: #98c379
}

.hljs-built_in,
.hljs-class .hljs-title {
	color: #e6c07b
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
	color: #d19a66
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
	color: #61aeee
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: bold
}

.hljs-link {
	text-decoration: underline
}

/* =========================== */

/* LOADING ICON */

.ispinner {
  float: none;
  margin: 0 auto;
  position: relative;
  width: 20px;
  height: 20px; }
  .ispinner .ispinner-blade {
    position: absolute;
    top: 37%;
    left: 44.5%;
    width: 10%;
    height: 25%;
    background-color: #fff;
    border-radius: 50%/20%;
    -webkit-animation: iSpinnerBlade 1s linear infinite;
            animation: iSpinnerBlade 1s linear infinite;
    will-change: opacity; }
    .ispinner .ispinner-blade:nth-child(1) {
      -webkit-transform: rotate(30deg) translate(0, -150%);
              transform: rotate(30deg) translate(0, -150%);
      -webkit-animation-delay: -1.6666666667s;
              animation-delay: -1.6666666667s; }
    .ispinner .ispinner-blade:nth-child(2) {
      -webkit-transform: rotate(60deg) translate(0, -150%);
              transform: rotate(60deg) translate(0, -150%);
      -webkit-animation-delay: -1.5833333333s;
              animation-delay: -1.5833333333s; }
    .ispinner .ispinner-blade:nth-child(3) {
      -webkit-transform: rotate(90deg) translate(0, -150%);
              transform: rotate(90deg) translate(0, -150%);
      -webkit-animation-delay: -1.5s;
              animation-delay: -1.5s; }
    .ispinner .ispinner-blade:nth-child(4) {
      -webkit-transform: rotate(120deg) translate(0, -150%);
              transform: rotate(120deg) translate(0, -150%);
      -webkit-animation-delay: -1.4166666667s;
              animation-delay: -1.4166666667s; }
    .ispinner .ispinner-blade:nth-child(5) {
      -webkit-transform: rotate(150deg) translate(0, -150%);
              transform: rotate(150deg) translate(0, -150%);
      -webkit-animation-delay: -1.3333333333s;
              animation-delay: -1.3333333333s; }
    .ispinner .ispinner-blade:nth-child(6) {
      -webkit-transform: rotate(180deg) translate(0, -150%);
              transform: rotate(180deg) translate(0, -150%);
      -webkit-animation-delay: -1.25s;
              animation-delay: -1.25s; }
    .ispinner .ispinner-blade:nth-child(7) {
      -webkit-transform: rotate(210deg) translate(0, -150%);
              transform: rotate(210deg) translate(0, -150%);
      -webkit-animation-delay: -1.1666666667s;
              animation-delay: -1.1666666667s; }
    .ispinner .ispinner-blade:nth-child(8) {
      -webkit-transform: rotate(240deg) translate(0, -150%);
              transform: rotate(240deg) translate(0, -150%);
      -webkit-animation-delay: -1.0833333333s;
              animation-delay: -1.0833333333s; }
    .ispinner .ispinner-blade:nth-child(9) {
      -webkit-transform: rotate(270deg) translate(0, -150%);
              transform: rotate(270deg) translate(0, -150%);
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }
    .ispinner .ispinner-blade:nth-child(10) {
      -webkit-transform: rotate(300deg) translate(0, -150%);
              transform: rotate(300deg) translate(0, -150%);
      -webkit-animation-delay: -0.9166666667s;
              animation-delay: -0.9166666667s; }
    .ispinner .ispinner-blade:nth-child(11) {
      -webkit-transform: rotate(330deg) translate(0, -150%);
              transform: rotate(330deg) translate(0, -150%);
      -webkit-animation-delay: -0.8333333333s;
              animation-delay: -0.8333333333s; }
    .ispinner .ispinner-blade:nth-child(12) {
      -webkit-transform: rotate(360deg) translate(0, -150%);
              transform: rotate(360deg) translate(0, -150%);
      -webkit-animation-delay: -0.75s;
              animation-delay: -0.75s; }
  .ispinner.ispinner-large {
    width: 35px;
    height: 35px; }
    .ispinner.ispinner-large .ispinner-blade {
      width: 8.5714285714%;
      height: 25.7142857143%;
      border-radius: 50%/16.67%; }

@-webkit-keyframes iSpinnerBlade {
  0% {
    opacity: 0.85; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25; } }

@keyframes iSpinnerBlade {
  0% {
    opacity: 0.85; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25; } }


/* =========================== */


/* AUTH BLOCK */

.auth_content {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.auth_container {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.modal_message {
	width: 450px !important;
}

#account_settings {
	max-width: 700px !important;
}

.hb_inner {
	width: 500px;
	display: block;
	float: none;
	margin: 0 auto;
}

.hb_start {
	display: block;
	float: left;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	text-decoration: none;
	color: #0077f5;
	background: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

.subscription_info {
	display: inline-block;
	position: relative;
	margin-left: 8px;
 	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	color: #fff;
	top: -2px;
	background: #007aff;
	border-radius: 4px;
	text-align: center;
}

.hb_video {
	display: block;
	float: left;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	margin-left: 20px;
}

.hb_btns_block {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.hb_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	pointer-events: none;
	letter-spacing: 5px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.half_block {
	display: block;
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}

.info_block {
	display: flex !important;
    align-items: center;
    justify-content: left;
	background: #0077f5;
}

#group_big {
	margin-top: 0;
	margin-bottom: 4%;
}

#group_mini {
	width: 50%;
	margin-top: 0;
	margin-bottom: 4%;
}

.p_btn .dropbtn{
	padding-bottom: 16px;
}

#profile_content_block {
	max-width: 250px !important;
	right: 20;
}

.sib_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.sub_info_big {
    display: block;
    float: left;
    width: calc(90% - 30px);
    margin-left: 5%;
    background: #007aff;
    margin-bottom: 5%;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
}

.sib_btn {
	display: block;
	float: left;
	padding: 8px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	color: #007aff;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
	text-align: center;
}

.sib_content {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

#profile_content {
	display: block;
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
}

.dc_u_text {
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 8px;
	margin-top: 3px;
	font-weight: 700;
}

.dc_u_icon {
	display: block;
	float: left;
}

.dc_u_links {
	display: block;
	float: left;
	width: calc(100% - 20px);
	padding:10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	color: #1e1f21;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	border-radius: 5px;
}

.dc_u_links:hover {
	background: #e6e6e6;
}

.group {
	position: relative;
	font-family: sans-serif;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
	display: block;
	float: left;
}

.group input {
	font-size: 18px;
	padding: 15px;
	display: block;
	width: 100%;
	border: none;
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	font-family: sans-serif;
	color: #1e1e1e;
	-webkit-appearance: none;
}

.group input:invalid {
	box-shadow: none;
}

.group input:focus {
	outline: none;
	border: 2px solid #0077f5;
}

.group label {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 18px;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	font-family: sans-serif;
}

.group input:focus~label,
input:valid~label {
	top: -10px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	left: 10px;
	font-size: 16px;
	color: #0077f5;
}

.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: .5;
}

input:focus~.highlight {
	-webkit-animation: inputHighlighter .3s ease;
	-moz-animation: inputHighlighter .3s ease;
	animation: inputHighlighter .3s ease;
}

.g-recaptcha {
	display: block;
	float: left;
	width: 100%;
}

h1 {
	color: #151515;
}

*,
*:before,
*:after {
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
	border-sizing: border-box;
}

/* START TOOLTIP STYLES */
[tooltip] {
	z-index: 999;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none; 
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  max-width: 250px;
  min-width: 150px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2em 3em -.5em rgba(0, 0, 0, 0.35);
  background: #007aff;
  color: #fff;
  z-index: 1000;
  line-height: 1.5;
  font-size: 14px;
  white-space: normal;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #007aff;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #007aff;
  background: transparent !important;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
          transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #007aff;
  left: calc(0em - 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #007aff;
  right: calc(0em - 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
  animation: tooltips-vert 300ms ease-out forwards;
  background: #007aff;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

/* END TOOLTIP */

.reg_button {
	display: block;
	float: left;
	width: 100%;
	background: #0077f5;
	border: 1px solid #0077f5;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
	-webkit-appearance: none;
	outline: none;
	border-radius: 5px;
	moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	cursor: pointer;
}

.reg_button:hover {
	background: #006bdc;
}

.block_title {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	color: #151515;
}

.reg_block {
	display: block;
	width: 302px;
	height: 500px;
	margin: 0 auto;
	margin-top: 100px;
}

/* =========================== */


/* MODAL WINDOW */

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	z-index: 99999;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(21, 21, 21, 0.85);
	text-align: center;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);

}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em
}

.blocker.behind {
	background-color: transparent
}

.modal_content {
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	padding-top: 0px;
	font-size: 18px;
}

.modal_code {
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background: #292a2f;
	width: calc(100% - 40px);
	padding-bottom: 0px;
	border-radius: 0px 0px 3px 3px;
}

.modal_code pre {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.modal_title {
	display: block;
	float: left;
	width: calc(100% - 40px);
	font-size: 25px;
	color: #000;
	padding: 20px;
	font-weight: 700;
}

.mm_title {
	display: block;
	float: left;
	width: calc(100% - 40px);
	font-size: 25px;
	color: #000;
	padding: 20px;
	padding-bottom: 10px;
	font-weight: 700;
}

.copy_code {
	display: block;
	float: right;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #e6e6e6;
	border-radius: 3px;
	margin-top: -5px;
	color: #1e1f21;
	font-size: 16px;
	cursor: pointer;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.copy_code:hover {
	background: #d9d9d9;
}

.logs_modal_title {
	display: block;
	float: left;
	width: calc(100% - 20px);
	height: 30px;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.lmt_method {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 700;
}

.lmt_method .sm_method {
	margin-top: 3px;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 650px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #1e1f21;
	-moz-box-shadow: 0 0 10px #1e1f21;
	-o-box-shadow: 0 0 10px #1e1f21;
	-ms-box-shadow: 0 0 10px #1e1f21;
	box-shadow: 0 0 10px #1e1f21;
	text-align: left;
	-webkit-animation: top 0.4s both;
    animation: top 0.4s both;
}


.close_modal {
	display: block;
	float: right;
	color: #000;
	margin-left: 20px;
	font-size: 28px;
	padding: 5px;
	border-radius: 100%;
	margin-top: -5px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}

.close_modal:hover {
	border-radius: 5px;
	background: #e6e6e6;
}

.modal a.close-modal {
	display: none !important;
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.5)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5)
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0)
	}
}

@-webkit-keyframes top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bottom {
 0% {
  transform: translateY(100px);
  opacity: 0;
 }

 100% {
  opacity: 1;
  transform: none;
 }
}

/* =========================== */

.frozen_body {
	display: flex;
    align-items: center;
    justify-content: left;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	background: #007aff;
}

.fb_center {
	display: block;
	float: none;
	margin: 0 auto;
	width: 1000px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fb_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
}

.fb_btn {
	display: block;
	float: left;
	padding: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	text-decoration: none;
	outline:none;
	color: #007aff;
	font-size: 30px;
	font-weight: 700;
	margin-top: 80px;
	border-radius: 8px;
}

.fb_content {
	display: block;
	float: left;
	width: 100%;
	font-size: 25px;
	margin-top: 30px;
	color: #fff;
}

#qrcode {
	display: block;
	float: left;
	margin-bottom: 80px;
	pointer-events: none;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/* =========================== */

.toastify {
	padding: 12px 20px;
	color: #fff;
	display: inline-block;
	box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
	background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
	background: linear-gradient(135deg, #73a5ff, #5477f5);
	position: fixed;
	opacity: 0;
	transition: all .4s cubic-bezier(.215, .61, .355, 1);
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	max-width: calc(50% - 20px);
	z-index: 2147483647
}

.toastify.on {
	opacity: 1;
}

.toast-close {
	opacity: .4;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.toastify-right {
	right: 15px
}

.toastify-left {
	left: 15px
}

.toastify-top {
	top: -150px
}

.toastify-bottom {
	bottom: -150px
}

.toastify-rounded {
	border-radius: 25px
}

.toastify-avatar {
	width: 1.5em;
	height: 1.5em;
	margin: 0 5px;
	border-radius: 2px
}

.toastify-center {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: fit-content
}


.notifyToast {
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
}


  .introjs-bullets ul li a.active {
  	background: #007aff !important;
  }
 
 .introjs-nextbutton {
 	background: #007aff !important;
 	color: #fff !important;
 	text-shadow: none !important;
 	border: 1px solid #007aff !important;
 }

 .introjs-nextbutton:focus {
 	box-shadow: none !important;
 }

@media only screen and (max-width:360px) {
	.toastify-left,
	.toastify-right {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		max-width: fit-content
	}
}

@media only screen and (max-width: 768px) {
	.info_block {
		display: none !important;
	}

	.auth_content {
		display: block;
		float: left;
		width: 100%;
		height: auto;
		overflow: auto;
	}

	.auth_container {
		display: block !important;
		float: left;
		width: 100%;
		position: relative;
	}

	.mobile_logo {
		display: block;
		float: none;
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.authTitle {
		display: none;
	}
}
