body{
background-color:#10253f;
min-height: 100vh;
background-repeat: no-repeat;
background-attachment: fixed;
direction: rtl;
}
a{
background-color:transparent;
}
body, a, td, p{
font-family: 'Assistant', sans-serif;
color:#ffffff;
padding: 0px;
margin:0px!important;
}
td{
	vertical-align:top;
}

button{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

/*
.header{
	height:48px;
	background:url(../img/mobile/logo.png) #93cddd no-repeat 7px;
	border:2px solid #71a5bf;
}
*/

.header{
	height:52px;
	background: url(../img/mobile/logo_2.png) transparent no-repeat 8px 8px;
    background-size: 180px;
	border-bottom:2px solid #4a7ebb;
}

.header-management-app{
	display: flex;
	padding: 0;
	justify-content: start;
	align-items: center;
	height: 64px;
	border-bottom: 1px solid #0064FA;
	background: #FFF;
	width: 100%;
}

.base_netspark_typography {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.deep_blue {
	color: #13213B;
}

.dist_primary_color {
	color: #0064FA;
}

.dist_primary_text_color {
	color: black;
}

.netspark_bold_action_link_typography {
	font-family: Ubuntu;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
}
.netspark_bold_action_typography {
	font-family: Ubuntu;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.netspark_header_typography {
	color: #0064FA;
	font-size: 20px;
}

.netspark_logo {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	padding: 18px 16px 18px 16px;
}

#header #menu_icon {
	height: 25px;
	float : right;
	margin: 12px;
}

.button_div_netspark_management {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 32px;
	padding-bottom: 32px;
}

.netspark_container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.netspark_container-vertical {
	display: flex;
	align-items: center;
}
.netspark_container-vertical-column {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.netspark_info_box {
	border-radius: 15px;
	color: black;
	background: #D4DEF4;
	padding: 16px;
	text-align: center;
}
.netspark_content_box {
	padding: 0px 16px 0px;
}
.button_medium {
	border-radius: 36px;
	background: #0064FA;
	width: 80%;
	max-width: 320px;
	height: auto;
	padding: 16px;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease;
}

.button_large_striking {
	width: 95%;
	border-radius: 50px;
	color: #174DE2;
	border: 3px solid #174DE2;
	background: #FFF;
	flex-shrink: 0;
	font-size: 28px;
	padding: 16px;
}

.white_info_box {
	width: 100%;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	padding: 16px;
}

.white_info_box_rounded {
	border-radius: 16px;
	border: 1px solid #D8E5FF;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 16px;
	margin-top: 16px;
}

.horizontal_rule_info_box {
	border: none;
	height: 1px;
	background-color: #E1E1E1;
	margin-top: 32px;
	margin-bottom: 16px;
	width: 100%;
}

.mobile-bottom-container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	height: 96px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	padding: 8px;
	z-index: 100;
	align-items: center;
}

.flex-space-between-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.android-button {
	flex: 1;
	margin: 16px 32px 0;
}

.setting_button_div{
	height:43px;
	width:43px;
	background:url(../img/mobile/setting_icon.png) transparent no-repeat 7px 7px;
	background-size:29px 29px;
	cursor:pointer;
}
.iicon_button_div{
	height:43px;
	width:43px;
	background:url(../img/mobile/iicon.png) transparent no-repeat 7px 7px;
	background-size:27px 29px;
	cursor:pointer;
}

.plus_link{
background: url(../img/mobile/plus.png) rgba(0, 0, 0, 0) no-repeat right 11px;
background-size: 23px 23px;
padding-right: 30px;
margin-top: 2px;
padding-top: 12px;
margin-right: 10px;
padding-bottom: 13px;
margin-bottom: 2px;
display:inline-block;
min-width:150px;
}

.plus_button_div{
	height:23px;
	width:23px;
	background:url(../img/mobile/plus.png) transparent no-repeat right top;
	background-size:23px 23px;
	cursor:pointer;
}
.search_button_div{
	height:23px;
	width:23px;
	background:url(../img/mobile/rtl/search.png) transparent no-repeat right top;
	background-size:23px 23px;
	cursor:pointer;
}

.description{
	color:#7F7F7F;
	font-size:13px;
}
.description2{
	color:#7F7F7F;
	font-size:12px;
}
.description3{
	/*color:#919191;*/
	color:#CCCCCC;
	font-size:17px;
}
.description4{
	color:#808080;
	font-size:13px;
}
.description5{
	font-size:9px;
	color:#808080;
}

.title1{
	font-size:22px;
}
.title2{
	font-size:15px;
}
.title3{
	font-size:26px;
}
.title4{
	font-size:20px;
}
.title5{
	font-size:18px;
}
.title10{
	font-size:20px;
}
.title11{
	font-size:20px;
	margin-bottom:10px;
}

.input_text_1{
	width: 100%;
	height: 46px;
	font-size: 30px;
	box-sizing : border-box;
}

.input_text_1.position_1{
	margin-top:5px;
	margin-bottom:20px;
}
.input_text_1.position_2{
	margin-top:5px;
	margin-bottom:5px;
}

.link1{
	color:#31859c;
	font-size:18px;
}
.link2{
	color:#31859c;
	text-decoration: none;
    font-size: 16px;
}
.netspark-management-link{
	color:#0053ED;
	text-decoration-line: underline;
	font-size: 14px;
}
.sub_content{
	padding-right:25px;
	padding-top:8px;
	padding-bottom:20px;
}
.sub_content.last{
	padding-bottom:0px;
}
.sub_content input[type="text"], .sub_content input[type="password"]{
	width:90%;
	float:left;
	margin-top:6px;
	margin-bottom:2px;
	height:15px;
	font-size:inherit;
}
.sub_content .firstTd{
	padding-top:7px;
}


.home_top{
	border-bottom:2px solid #153255;
}
.home_top  td.right{
	width:43px;
}
.home_top .right  .iicon_button_div{
	border-bottom:2px solid #153255;
}
.home_top .left{
	border-left:2px solid #153255;
	padding-right:7px;
	padding-bottom:11px;
}
.home_top .title1{
	padding-right:2px;
	padding-left:8px;
	padding-top:18px;
	padding-bottom:8px;
}
.on_off_button{
	width:105px;
	height:37px;
}
.on_off_button.position_1{
	float:left;
	margin-left:7px;
	margin-top:3px;
}
.on_off_button.position_2{
	float:left;
	margin-top:3px;
}
.on_off_button.position_main{
	/*float:left;*/
	position:absolute;
	top:66px;
	right:155px;
}
.on_off_button div.first, .on_off_button div.second{
	display:inline-block;
	width:48px;
	height:24px;
	margin-top:2px;
	padding-top:7px;
	text-align:center;
	font-size:19px;
	cursor:pointer;
}
.on_off_button div.first{
	margin-right:2px;
	position:relative;
	right:1px;
}
.on_off_button div.second{
	position:relative;
	left:1px;
}
.on_off_button.on{
	background:url(../img/mobile/rtl/on.png) transparent no-repeat right top;
	background-size:105px 37px;
}
.on_off_button.off{
	background:url(../img/mobile/rtl/off.png) transparent no-repeat right top;
	background-size:105px 37px;
}
.on_off_button.on.disabled, .on_off_button.off.disabled{
	opacity:0.4;
	filter:alpha(opacity=40); 
	cursor:default;
}
.on_off_button.on div.first, .on_off_button.off div.second{
	color:#10253F;
}

.time_limit{
border-right:2px solid #153255;
padding-bottom: 13px;
vertical-align:bottom;
padding-right: 10px;
padding-left: 10px;
position:relative;
cursor:pointer;
}
.time_limit .title3{
margin-bottom:5px;
}
.time_limit_bottom{
	font-size:12px;
	margin-top:15px;
}
.time_limit_bottom .on_off{
	color:#215968;
}
.big_clock{
	background:url(../img/mobile/big_clock.png) transparent no-repeat right top;
	background-size:28px 28px;
	width:58px;
	height:58px;
}
.time_limit .big_clock{
	margin-top:15px;
}

.main_tab{
	padding:10px 10px;
	vertical-align:middle;
	border-bottom:2px solid #153255;
	width:45%;
	cursor:pointer;
}
.main_tab.finel{
	border-bottom:none;
}
.main_tab .title2{
	margin-bottom:15px;
}
.main_tab_body{
	padding-right:40px;
}
.web_profile_settings{
	background:url(../img/mobile/rtl/web_profile_settings.png) transparent no-repeat right top;
	background-size:28px 28px;
}
.app_profile_settings{
	background:url(../img/mobile/app_profile_settings.png) transparent no-repeat right top;
	background-size:28px 28px;
}
.white_black_list_settings{
	background:url(../img/mobile/rtl/white_black_list_settings.png) transparent no-repeat right top;
	background-size:28px 28px;
	min-height: 27px;
}
.device_applications{
	background:url(../img/desktop/display_device_applications_blue.png) transparent no-repeat right top;
	background-size:28px 28px;
	min-height: 27px;
}

.home_bottom{
	padding-right:8px;
	padding-left:16px;
	padding-top:16px;
	padding-bottom:12px;
	border-top:2px solid #153255;
}
.home_bottom .button1{
	float:left;
}
.home_bottom .title2{
	padding-bottom:4px;
}

.separator1{
	border-bottom:2px solid #153255;
	height:0px;
}
.separator2{
	border-bottom:1px solid #4a7ebb;
	height:0px;
}

.title{
	height:43px;
	border-bottom:2px solid #153255;
}
.return_to_home_div{
	background:url(../img/mobile/home_button.png) transparent no-repeat right 7px;
	background-size:29px 29px;
	background-origin:content-box;
	height:43px;
	padding-right:10px;
}
.return_to_home_div p{
	padding-right:35px;
	padding-top:14px;
	color:#2b7f95;
	cursor:pointer;
	display:inline-block;
}
.title .setting_button_div{
	float:left;
	border-right:2px solid #153255;
}
.title .iicon_button_div{
	float:left;
	border-right:2px solid #153255;
}
.title p.big_title{
	padding-right:25px;
	padding-top:8px;
	font-size:23px;
}
.content1{
	padding-right:16px;
	padding-left:16px;
	padding-top:16px;
	padding-bottom:16px;
}
.content1_title{
	padding-bottom:10px;
}
.content1_title p{
	font-size:18px;
	padding-top:4px;
}
.content1_separator{
border-bottom:2px solid #386395;
}
.content2{
	padding-right:8px;
	padding-left:8px;
	padding-bottom:16px;
}
.content3{
	padding-right:25px;
	padding-left:25px;
	padding-bottom:25px;
	padding-top:25px;
}
.content4{
	padding-right:25px;
	padding-left:25px;
	padding-bottom:25px;
	padding-top:50px;
}
.content5{
	padding:20px 15px;
}
.button_and_reset_div{
	float:left;
	width:152px;
	text-align:center;
}
.button_and_reset_div .button1{
	margin-bottom:3px;
}

.web_apps_tab_container{
	border-bottom:2px solid #386395;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	float:right;
	width:50%;
}
.web_apps_tab_div{
	padding-right:40px;
	display:inline-block;
	height:23px;
	padding-top:5px;
	margin-bottom:3px;
}
.web_apps_tab_container.selected{
	border-bottom:6px solid #386395;
	padding-bottom:6px;
}

.setting_table.apps .button2_td{
	padding-top:10px;
}
.apps_category{
	padding-right:40px;
	color:#31859C;
	font-family:Monospace;
	font-size:15px;
	padding-top:5px;
}
.apps_category a{
	font-size:13px;
}

.sub_apps_category{
	padding-right:60px;
	font-family:Monospace;
	font-size:15px;
	padding-top:5px;
}

.apps_category_1{
	background:url(../img/mobile/other_apps.png) transparent no-repeat top right;
	background-size:28px 28px;
}
.apps_category_2{
	background:url(../img/mobile/leisure.png) transparent no-repeat top right;
	background-size:28px 28px;
}
.apps_category_3{
	background:url(../img/mobile/practical_use.png) transparent no-repeat top right;
	background-size:28px 28px;
}
.apps_category_4{
	background:url(../img/mobile/media.png) transparent no-repeat top right;
	background-size:28px 28px;
}
.apps_category_5{
	background:url(../img/mobile/communications.png) transparent no-repeat top right;
	background-size:28px 28px;
}

.button1{
	width: 124px;
	height: 25px;
	text-align: center;
	padding-top: 3px;
	font-size: 18px;
	padding-left: 25px;
	padding-right: 3px;
	overflow-x:hidden;
}
.button1.blue{
	background:url(../img/mobile/rtl/button1_blue.png) transparent no-repeat top left;
	background-size:152px 28px;
}
.button1.turkiz{
	background:url(../img/mobile/rtl/button1_turkiz.png) transparent no-repeat top left;
	background-size:152px 28px;
}
.button1.green{
	background:url(../img/mobile/rtl/button1_green.png) transparent no-repeat top left;
	background-size:152px 28px;
}
.button1.orange{
	background:url(../img/mobile/rtl/button1_orange.png) transparent no-repeat top left;
	background-size:152px 28px;
}
.button1.yellow{
	background:url(../img/mobile/rtl/button1_yellow.png) transparent no-repeat top left;
	background-size:152px 28px;
}
.button1.red{
	background:url(../img/mobile/rtl/button1_red.png) transparent no-repeat top left;
	background-size:152px 28px;
}
.button1.violet{
	background:url(../img/mobile/rtl/button1_violet.png) transparent no-repeat top left;
	background-size:152px 28px;
}

.profile_span.violet{
	color:#6b4c92;
}
.profile_span.orange{
	color:#e47d23;
}
.profile_span.yellow{
	color:#ffc000;
}
.profile_span.green{
	color:#85a83d;
}
.profile_span.red{
	color:#af3431;
}
.profile_span.blue{
	color:#336aac;
}

.button2{
	width: 69px;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	font-size: 11px;
	padding-left: 19px;
}
.button2.orange{
	background:url(../img/mobile/rtl/button2_orange.png) transparent no-repeat top left;
	background-size:88px 26px;
}
.button2.yellow{
	background:url(../img/mobile/rtl/button2_yellow.png) transparent no-repeat top left;
	background-size:88px 26px;
}
.button2.green{
	background:url(../img/mobile/rtl/button2_green.png) transparent no-repeat top left;
	background-size:88px 26px;
}
.button2.red{
	background:url(../img/mobile/rtl/button2_red.png) transparent no-repeat top left;
	background-size:88px 26px;
}
.button2.violet{
	background:url(../img/mobile/rtl/button2_violet.png) transparent no-repeat top left;
	background-size:88px 26px;
}
.button2.blue{
	background:url(../img/mobile/rtl/button2_blue.png) transparent no-repeat top left;
	background-size:88px 26px;
}
.button2.disabled{
	background:url(../img/mobile/button2_disabled.png) transparent no-repeat top left!important;
	background-size:88px 26px!important;
	cursor:text;
	color:#595959;
	padding-left: 0px;
	width: 88px;
}

.button3{
	width:94px;
	height:30px;
	padding-top:9px;
	text-align:center;
	font-size:18px;
	background:url(../img/mobile/button3.png) transparent no-repeat top left;
	background-size:94px 39px;
	cursor:pointer;
}

.button4{
	background-image: url(../img/mobile/rtl/button4_left.png), url(../img/mobile/rtl/button4_right.png), url(../img/mobile/button4_middle.png);
	background-position: left top, right top, right top;
	background-size: 38px 35px, 11px 35px, 1px 35px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	text-align:center;
	padding-left:38px;
	padding-right:13px;
	padding-top:8px;
	color:#262626;
	font-weight:bold;
	height:27px;
	cursor:pointer;
	white-space:nowrap;
}
.button4.small{
	background-image: url(../img/mobile/rtl/button4_left_small.png), url(../img/mobile/rtl/button4_right.png), url(../img/mobile/button4_middle.png);
	background-position: left top, right top, right top;
	background-size: 28px 35px, 11px 35px, 1px 35px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding-left:28px;
}
.button4.small2{
	background-image: url(../img/mobile/rtl/button4_left_small.png), url(../img/mobile/rtl/button4_right.png), url(../img/mobile/button4_middle.png);
	background-position: left top, right top, right top;
	background-size: 23px 21px, 6px 21px, 1px 21px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding-left: 21px;
	padding-top: 3px;
	height: 19px;
	font-size: 13px;
	padding-right: 10px;
}
.button4.big{
	background-image: url(../img/mobile/rtl/button4_left.png), url(../img/mobile/rtl/button4_right.png), url(../img/mobile/button4_middle.png);
	background-position: left top, right top, right top;
	background-size: 33px 43px, 13px 43px, 1px 43px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding-left: 32px;
	padding-top: 12px;
	height: 28px;
}

.button5{
	width:80px;
	height:28px;
	text-align:center;
	padding-top:7px;
	font-size:17px;
	background:url(../img/mobile/button5.png) transparent no-repeat top left;
	background-size:80px 35px;
	display:inline-block;
	font-weight:bold;
	cursor:pointer;
}

.button5.disabled{
	opacity:0.4;
	filter:alpha(opacity=40); 
	cursor:default;
}

.button6{
	background-image: url(../img/mobile/button6_left.png), url(../img/mobile/button6_right.png), url(../img/mobile/button6_middle.png);
	background-position: left top, right top, right top;
	background-size: 12px 32px, 12px 32px, 2px 32px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	height:24px;
	font-size:15px;
	cursor:pointer;
}

.button7{
	background-color:#4f81bd;
	border:3px solid #385d8a;
	min-height:60px;
	cursor:pointer;
}
.button7 p{
	padding:20px 10px;
	text-align:center;
}

.button8{
	background-image: url(../img/mobile/button8_right.png), url(../img/mobile/button8_left.png), url(../img/mobile/button8_middle.png);
	background-position: right top, left top, left top;
	/*background-size: 38px 35px, 11px 35px, 1px 35px;*/
	background-repeat: no-repeat, no-repeat, repeat-x;
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	padding-top:22px;
	height:57px;
	cursor:pointer;
	white-space:nowrap;
	font-size:30px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button8.with_small_font{
	font-size:18px;
	padding-top:28px;
	height:51px;
}

.button9{
	background-color:#31859c;
	height:70px;
	border:3px solid #31859c;
	border-radius:15px;
	cursor:pointer;
	width:100%;
}
.button9 p{
	padding:18px;
	font-size:25px;
	text-align:center;
}


.button6_container{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
}
.button7_container{
	padding-bottom:2px;
}

.button10{
	min-width: 50px;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 20px;
	overflow-x: hidden;
	background: url(../img/mobile/arrow.png) rgba(0, 0, 0, 0) no-repeat 3px 7px;
	cursor: pointer;
	display: inline-block;
	padding-bottom: 2px;
}
.button10.grey{
	background-color:#cccccc;
	border:1px solid #cccccc;
	border-radius:3px;
	color:#000;
}
.button10.blue{
	background-color: #356db2;
	border:1px solid #356db2;
	border-radius:3px;
}
.button10.green{
	background-color: rgb(139, 175, 63);
	border:1px solid rgb(139, 175, 63);
	border-radius:3px;
}
.button10.yellow{
	background-color: rgb(249, 192, 37);
	border:1px solid rgb(249, 192, 37);
	border-radius:3px;
}
.button10.orange{
	background-color: rgb(232, 128, 36);
	border:1px solid rgb(232, 128, 36);
	border-radius:3px;
}
.button10.red{
	background-color: rgb(187, 55, 52);
	border:1px solid rgb(187, 55, 52);
	border-radius:3px;
}
.button10.violet{
	background-color: rgb(106, 75, 145);
	border:1px solid rgb(106, 75, 145);
	border-radius:3px;
}

.button11{
	text-align: center;
	background-color: #A7A7A7;
	border: 1px solid #A7A7A7;
	border-radius: 10px;
	padding: 17px 5px;
	color: #707070;
	font-size:18px;
	cursor:pointer;
}

.button12{
	background-color: #31859c;
	  min-height: 70px;
	  cursor: pointer;
	 font-size: 16px;
	  padding: 10px;
	  margin-bottom: 5px;
}
.button12.with_radius{
border-radius: 10px;
}
.button12_description{
	font-size:13px;
	color:#AEAEAE;
}
.button13{
text-align: center;
font-size: 20px;
padding: 25px 10px;
width: auto;
height: auto;
cursor: pointer;
background-color: #ECECB7;
color: #333;
border: 3px solid #ECECB7;
border-radius: 15px;
}
.button14{
    cursor: pointer;
    background-color: #f7f7f3;
    color: #10253f;
    border-radius: 15px;
    padding: 12px;
    text-align: center;
}
.button15{
	cursor: pointer;
    background-color: #e8e89c;
    color: #10253f;
    padding: 5px;
    border: 1px solid #e8e89c;
    border-radius: 15px;
}
.button16{
    cursor: pointer;
    background-color: #e6b458;
    color: #000;
    border-radius: 15px;
    padding: 12px;
    text-align: center;
}

.button17{
	text-align: center;
    background-color: #d4d4b4;
    border: 1px solid #A7A7A7;
    border-radius: 10px;
    padding: 17px 5px;
    color: #2e2d2d;
    font-size: 18px;
    cursor: pointer;
}
.button18{
	text-align: center;
    font-size: 20px;
    padding: 25px 10px;
    width: auto;
    height: auto;
    cursor: pointer;
    background-color: #3470b2;
    border: 3px solid #3470b2;
    border-radius: 15px;
    width: 45%;
    margin-right: 25%;
}
.reset_link{
	font-size:12px;
}
.clear{
	width:0px;
	height:0px;
	clear:both;
}

.inner_setting_table{
	width:100%;
	margin-top:7px;
	margin-bottom:7px;
}

.setting_table_container{
	margin-top:20px;
	margin-bottom:15px;
}
.setting_table{
	width:100%;
}
.setting_table td{
	padding-bottom:8px;
}
.setting_table .firstTd{
	padding-right:10px;
	padding-top:3px;
}
.setting_table .firstTd.firstTitleTd{
	padding-bottom:12px;
}
.setting_table .firstTd.firstSubTd{
	padding-right:30px;
}
.setting_table .button2_td{
	width:88px;
}
.setting_table  .space_tr td{
	height:25px;
}

.apply_buttons_div{
	padding-top:13px;
}
.apply_buttons_div .button3{
	float:left;
	margin-right:8px;
}

.tmp_success_message, .tmp_error_message{
	position:absolute;
	bottom:100px;
	width:100%;
	text-align:center;
}
.tmp_success_message.after_add, .tmp_error_message.after_add{
	top:190px;
}
.tmp_success_message p{
	display:inline-block;
	padding:15px;
	border:3px solid #000000;
	border-radius:25px;
	font-size:18px;
	background-color:#000000;
	position:relative;
}
.tmp_error_message p{
	display: inline-block;
    padding: 15px;
    border: 3px solid #d9cccc;
    border-radius: 15px;
    font-size: 18px;
    background-color: #354c6a;
    position: relative;
}

.tmp_success_message .close_link, .tmp_error_message .close_link{
	font-size: 15px;
	color: #999999;
}

.success_message_add_list_item{
text-align: center;
border-radius: 15px;
padding: 20px;
background-color: #000;
display:inline-block;
}

.button4_container{
	padding:5px;
}

.add_to_list_div{
	padding:10px 15px;
}

.add_to_list_div  table  td{
	vertical-align:middle;
	padding-bottom:12px;
}
.add_to_list_div  table .firstTd{
	padding-left:10px;
	width:1px;
}
.url_select_td{
	padding-left:10px;
	width:1px;
}
.search_button_td{
	padding-right:10px;
	width:1px;
}

.white_list_title{
	color:#006600;
}
.black_list_title{
	color: #953735;
}

.not_found_entry_div{
	padding:20px ;
	font-size:14px;
}
.not_found_entry_div.white{
	color:#006600;
}
.not_found_entry_div.black{
	color:#953735;
}
.white_black_lists_table{
	width:100%;
}
.white_black_lists_table td{
	border-bottom:1px solid #4a7ebb;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
}
.white_black_lists_table td.in_popup{
	border-bottom:none;
}
.white_black_lists_table .firstTd{
	padding-right:20px;
	padding-left:5px;
	width:1px;
	color:#A6A6A6;
}
.white_black_lists_table .firstTd.in_popup{
	padding-right:0px;
}
.white_black_lists_table .firstTd.app{
	padding-top:3px;
	padding-bottom:2px;
}
.white_black_lists_table .middleTd{
	padding-right:5px;
	padding-left:5px;
}
.item_name_div{
	overflow:auto;
}
.white_black_lists_table .lastTd{
	padding-right:9px;
	padding-left:9px;
	width:1px;
	cursor:pointer;
	font-weight:bold;
}
.white_black_lists_table .middleTd.whiteItem{
	color:#92D050;
}
.white_black_lists_table .middleTd.blackItem{
	color:#953735;
}
.white_black_lists_table.in_confirm_div td{
	border-bottom:none;
}

.confirm_div{
	background-color:#071629;
	text-align:center;
	width:250px;
	padding:20px;
	border:3px solid #17375e;
}
.confirm_div .confirm_message{
	font-size:22px;
	font-weight:bold;
}
.confirm_div  .confirm_buttons{
	padding-top:5px;
}

#list_item_type_button{
	width:68px;
}
.alignright{
	text-align:right;
}


/*JQUERY SUGGEST RESULT*/
.ui-menu-item{
	border-bottom:1px solid #bbbbbb;
	padding-top:5px!important;
	padding-bottom:5px!important;
}
.ui-widget-content a{
	color:#595959;
	background-color:#ffffff;
	font-weight:normal!important;
	font-size:17px;
}
.ui-widget-content a td{
	color:#595959;
}
.ui-widget-content a img{
	position:relative;
	top:3px;
}
.ui-widget-content a .firstTd{
	width:40px;
}
/*END JQUERY SUGGEST RESULT*/

/*TIME LIMIT*/
.time_limit_definition td{
	padding-top:10px;
	padding-bottom:10px;
}
.time_limit_definition .clock_td{
	padding-top:15px;
	padding-left:10px;
	padding-right:0px;
	width:1px;
}
.time_limit_definition .time_limit_clock{
	height:40px;
	width:40px;
	background:url(../img/mobile/green_clock.png) transparent no-repeat right top;
	background-size:40px 40px;
}
.time_limit_definition.no_active .time_limit_clock{
	height:40px;
	width:40px;
	background:url(../img/mobile/white_clock.png) transparent no-repeat right top;
	background-size:40px 40px;
}
.time_limit_definition .middle_title{
	font-size:17px;
}
td.percent_td{
	width:1px;
}
.percent_div{
	margin-bottom:3px;
	width:32px;
}
.no_active .percent_div{
	color:#7F7F7F;
}
.graph_td{
	padding-left:15px;
}
.graph_and_percent_table td{
	vertical-align:bottom;
}
.graph, .used{
	height:6px;
}
.graph{
	margin-bottom:7px;
	margin-left:7px;
}
.graph{
	background-color:#006600;
}
.used{
	background-color:#953735;
}
.no_active .graph{
	background-color:#404040;
}
.no_active .used{
	background-color:#7f7f7f;
}
.time_limit_definition .right_td{
	width:1px;
	padding-left:0px;
}
.time_limit_definition .right_td td{
	padding:0px;
	text-align:center;
}
.time_limit_definition .up{
	background:url(../img/mobile/up.png) transparent no-repeat center center;
	background-size:20px 11px;
	height:11px;
}
.time_limit_definition.no_active .up{
	background:url(../img/mobile/up_grey.png) transparent no-repeat center center;
	background-size:20px 11px;
}
.time_limit_definition .down{
	background:url(../img/mobile/down.png) transparent no-repeat center center;
	background-size:20px 11px;
	height:11px;
}
.time_limit_definition.no_active .down{
	background:url(../img/mobile/down_grey.png) transparent no-repeat center center;
	background-size:20px 11px;
}

.time_limit_numbers{
	font-size:27px;
	font-weight:bold;
}
.no_active .time_limit_numbers td{
	color:#7F7F7F;
}


/*END TIME LIMIT*/

.floatRight{
	float:left;
}
.floatLeft{
	float:right;
}



.checkbox1 {
    display:none;
}
.checkbox1 + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.checkbox1 + label span {
    display:inline-block;
    width:26px;
    height:26px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/mobile/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
	margin:2px;
}
.checkbox1:checked + label span {
    background:url(../img/mobile/check_radio_sheet.png) -27px top no-repeat;
}

.radio1 {
    display:none;
}
.radio1 + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.radio1 + label span {
    display:inline-block;
    width:26px;
    height:26px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/mobile/check_radio_sheet.png) -54px top no-repeat;
    cursor:pointer;
	margin:2px;
}
.radio1:checked + label span {
    background:url(../img/mobile/check_radio_sheet.png) -80px top no-repeat;
}

.global_links_div_container{
	position:absolute;
	top:150px;
	width:100%;
}
.global_links_div{
	background-color:#071629;
	border:3px solid #ffffff;
	margin-right:25px;
	margin-left:25px;
	padding:2px 2px 10px 2px;
}
.global_links_div .close_link_div{
	text-align:center;
	padding-top:7px;
	padding-bottom:2px;
}

a.noStyle{
	text-decoration:none;
}

.google_play_button{
	background-image: url(../img/mobile/google_play_button_right.png), url(../img/mobile/google_play_button_left.png), url(../img/mobile/google_play_button_middle.png), url(../img/mobile/google_play_button_background.png);
	background-position: right top, left top, center top, left top;
	min-width:239px;
	height:83px;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
	cursor:pointer;
}
.pay_with_google_play_button{
	background-image: url(../img/mobile/google_play_button_right.png), url(../img/mobile/google_play_button_left.png), url(../img/mobile/pay_with_google_play_button_middle.png), url(../img/mobile/google_play_button_background.png);
	background-position: right top, left top, center top, left top;
	min-width:239px;
	height:73px;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	text-align: center;
	padding-top: 10px;
}

.bold{
	font-weight:bold;
}

.wait{
	text-align:center;
}
.wait p{
	display:inline-block;
	background:url(../img/mobile/wait.gif) transparent no-repeat center center; 
	opacity:0.4;
	filter:alpha(opacity=40); 
	width:40px; 
	height:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.error_message{
	color:red;
}

.link{
text-decoration:underline;
cursor:pointer;
}

.big_wait{
background:url(../img/mobile/wait_big.gif) transparent no-repeat center center; 
opacity:0.3;
filter:alpha(opacity=30); 
width:100px; 
height:100px;
background-size:100px;
position:absolute;
left:50%;
bottom:40px;
margin-left:-50px;
}

.secure_message_div{
background:url(../img/mobile/secure_ssl.png) transparent no-repeat right top; 
padding-right:65px;
padding-top:4px;
min-height:44px;
}

.message2{
border: 1px solid #C2A269;
background-color: #EEE5B6;
padding: 2px 8px;
color: #10253F;
font-size: 11px;
display: inline-block;
}
.message3{
font-weight: bold; 
font-size: 20px;
color: #6ED6FD;
}

.innerContent{
padding:20px 15px;
}

.feedback_fname_td, .feedback_username_td{
width:50%;
padding-bottom:5px;
padding-left:5px;
}
.feedback_lname_td, .feedback_email_td{
width:50%;
padding-right:5px;
}
.default_input_text{
color:#cccccc;
}

.emoticon{
background:url(../img/mobile/emoticon.png) transparent no-repeat right top; 
background-size:20px;
display:inline-block;
width:20px;
height:20px;
}

.green2{
color:green;
}
.green3{
color:#48B711;
}

.protection_level_box{
	font-size: 13px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#fff;
	display:inline-block;
}
.protection_level_box.blue{
	background-color: #356db2;
}
.protection_level_box.green{
	background-color: rgb(139, 175, 63);
}
.protection_level_box.yellow{
	background-color: rgb(249, 192, 37);
}
.protection_level_box.orange{
	background-color: rgb(232, 128, 36);
}
.protection_level_box.red{
	background-color: rgb(187, 55, 52);
}
.protection_level_box.violet{
	background-color: rgb(106, 75, 145);
}
.image_icon{
	  width: 27px;
	  height: 20px;
	  background: url(../img/mobile/image_icon_red.png) transparent no-repeat right top;
	  background-size: 25px;
	  display: inline-block;
}
.image_icon.blue{
	 background: url(../img/mobile/image_icon_blue.png) transparent no-repeat right top;
	 background-size: 25px;
}
.image_icon.green{
	 background: url(../img/mobile/image_icon_green.png) transparent no-repeat right top;
	 background-size: 25px;
}
.image_icon.yellow{
	 background: url(../img/mobile/image_icon_yellow.png) transparent no-repeat right top;
	 background-size: 25px;
}
.image_icon.orange{
	 background: url(../img/mobile/image_icon_orange.png) transparent no-repeat right top;
	 background-size: 25px;
}
.image_icon.red{
	 background: url(../img/mobile/image_icon_red.png) transparent no-repeat right top;
	 background-size: 25px;
}
.image_icon.violet{
	 background: url(../img/mobile/image_icon_violet.png) transparent no-repeat right top;
	 background-size: 25px;
}

.block_in_browser_icon{
  width: 20px;
  height: 20px;
  background: url(../img/mobile/no_browser.png) transparent no-repeat right top;
  background-size: 20px;
  display: inline-block;
  position:relative;
  top:1px;
}
.simplered{
color:#af3431;
}
.superred2{
color:#af3431;
background-color:#fff;
border:1px solid #af3431;
padding:5px;
line-height:22px;
}
.simplegreen{
color:rgb(139, 175, 63);
}

.number1{
  font-size: 20px;
  color: #e47d23;
  display: inline-block;
  border: 2px solid #e47d23;
  border-radius: 20px;
  width: 25px;
  height: 24px;
  padding-top: 1px;
}

.payment_conditions_box{
background-color:#16375e;
padding:10px;
font-size:13px;
}

.secure_Encrypted_Payment{
    background: url(../img/mobile/lock.png) #497db9 no-repeat calc(100% - 8px) 4px;
    padding: 7px 36px 7px 7px;
    font-size: 13px;
    background-size: 20px;	
}

.select_1{
width: 100%;
height: 45px;
font-size: 30px;
margin-top:5px;
margin-bottom:5px;
}

.pl_maavaron_wait_container{
margin-top: 100px;
padding-right:20px;
padding-left:20px;
text-align:center;
}
.pl_maavaron_wait_div{
font-size: 18px;
}

.au_title{
padding: 5px 6px;
margin-bottom: 5px;
background-color: #676767;
color: #fff;
}

.disabled_all{
opacity:0.5;
position:relative;
}
.disabled_all:after{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
content: " ";
}

.menu_link{
position:absolute;
right:10px;
top:12px;
width:28px;
height:32px;
background:url(../img/mobile/menu.png) transparent no-repeat left top;
background-size:32px;
opacity:0.4;
}
.discount_message{
background-color: rgb(236, 236, 183); 
padding: 2px 5px; 
display: inline-block; 
color:#000;
}

.warning_div{
    background: url(../img/mobile/warning.png) #ECECB7 no-repeat 95% 10px;
    background-size: 70px;
    padding-top: 80px;
    color: #000;
    padding: 90px 10px 10px 10px;
    font-weight: bold;
	border:2px solid #000;
	border-radius:10px; 
}
.apps_store_big_button{
	height: auto;
    background: url(../img/mobile/storefront.png) no-repeat;
	background-color:#000;
	background-position:95% center;
	background-position:right 10px center;
    background-size: 61px;
    padding: 5px 60px 5px 5px;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
	border:none;
}
.apps_store_big_button p{
	padding:18px;
	font-size:25px;
	text-align:center;
}

.store_icon_div_class{
background: url(../img/mobile/storefront.png) no-repeat;
background-size: contain;
}

.choose_product_radios_container  input[type="radio"]{
	vertical-align:top;
	margin-top:5px;
	display:none;
}
.choose_product_radios_container label{
	float: none;
    line-height: normal;
    font-size: 16px;
    padding-right: 30px;
    display: block;
    width: auto;
    margin-top: 0px;
	padding:5px;
	line-height:30px;
}
.choose_product_radios_container .pr_price{
	font-size:20px;
}
.choose_produt_radio_cont{
	margin-bottom:20px;
	border:1px solid #666;
}
.choose_produt_radio_cont  input[type="radio"]:checked ~ label{
	background-color:yellow;
	color:#000;
}
.delete_button2 {
    color: #F3DEDE;
    display: inline-block;
    padding: 5px 23px 5px 5px;
    border: 1px solid #C33;
    border-radius: 4px;
    background: url(../img/desktop/garbage_white.png) #B52424 no-repeat calc(100% - 2px) 4px;
    background-size: 17px;
    cursor: pointer;
	min-width:32px;
}
.mobile_popup_background{
width: 100%;
height: 100%;
position: absolute;
/*background: rgba(137, 173, 182,0.8);*/
background: rgba(16, 37, 63,0.8);
left: 0px;
top: 0px;
text-align:center;
}
.login_form_top_link{
border-bottom: 2px solid #4A7EBB;
padding: 7px 25px 7px 25px;
background-color: #31859c;
}

.text4{
color:#86bad4;
}

.box2{
border: 3px solid #848e9b;
padding: 10px;
}
.box-netspark-management{
	padding: 10px;
}
input.input_text_2 {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    margin: 5px 0;
    padding: 0 12px;
    color: #7e7e7e;
    border: solid 1px #d4d4d4;
}
input.input_text_2_netspark_management {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	height: 38px;
	padding: 0 12px;
	color: #7e7e7e;
	border-radius: 7px;
	border: 1px solid #000;
	background: #FFF;
	margin: 5px 0 8px 0;
}
input.input_text_2_netspark_management::placeholder {
	color: #ccc;
	opacity: 0.5;
}

.chosen_box1{
	background-color: #f1f1f1;
    margin-bottom: 20px;
    padding: 15px 10px;
	color: #707070;
	text-align:center;
}
.chosen_box1.device{
text-align:right;
}
.chosen_box1 h3{
margin-top:5px;
margin-bottom:10px;
}
.chosen_box1.narrow{
 padding: 15px 2px;
}
.chosen_box1 .mail_div, .chosen_box1 .phone_number_div, .chosen_box1 .comment_div{
font-size:25px;
}
.chosen_box1 .phone_number_div{
padding-right: 30px;
background: url(../../../img/desktop/phone_icon.gif) no-repeat right 1px;
background-size: 19px;
font-size: 14px;
}
.chosen_box1 .mail_div{
    padding-right: 30px;
    background: url(../../../img/desktop/mail_icon.gif) no-repeat right 0px;
    background-size: 20px;
    font-size: 14px;
}
.chosen_box1 .device_nick{
font-size:20px;
font-weight:bold;
margin-bottom:10px;
}
.chosen_box1 .device_img{
display:inline-block;
}
.chosen_box1 td{
color: #707070;
}

.select_button{
	display: inline-block;
    text-align: center;
    vertical-align: middle;
}
a.select-bottom{
	background: rgba(9, 160, 210, 1);
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
	font-size: 30px;
    font-weight: bold;
	box-shadow:0px 5px #ebebeb;
	color:#FFF;
	text-decoration:none;
	line-height: 36px;
    font-size: 17px;
    margin: 10px 0px 0px 0px;
}

.description1{
    color: #ccc;
	font-size: 14px;
}
.description1.under_radio1{
	margin-right: 32px;
}

.button20{
	margin: 20px 0 0 0;
    min-width: 158px;
    min-height: 53px;
    font-family: arial;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(180deg, #4CAF50 20%,#2f6d31 100%);
	line-height: 50px;
	padding: 5px 20px;
	width:100%;
}
.button20.red{
	background: linear-gradient(180deg, #ed4236 20%,#8e1f17 100%);
}
.desk_br{
display:none;
}
.pele_ifm{
height:100vh;
}

.netm-link{
	color: orange;
	text-decoration:underline
}
.netm-link1{
	color: white;
	text-decoration:underline
}

.login_from_log{
	margin-left: -25px;
    margin-right: -25px;
    padding: 10px 25px;
}
.protect_now_button{
	width: fit-content;
	background-color: #31859c !important;
	background-image: none;
	border-radius: 7px;
	margin-top:13px
}
.support_icon{
	display: inline-block;
    height: 45px;
    width: 48px;
}
.support_icon_label{
	margin:21px 6px 0px 0px;
	display:inline-block;
}
.support_icon.letter_icon{
	background: url(../img/mobile/letter.png) transparent no-repeat right top;
	background-size: 41px 41px;
}
.support_icon.info_icon{
	background: url(../img/mobile/info.png) transparent no-repeat right top;
	background-size: 41px 41px;
}
.support_icons_container{
	display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: space-evenly;
}
.support_icon_container{
	display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
     width:184px;
}
.captca{
	display: flex;
	flex-direction: column;
	text-align:right;
}
.captca_text{
		width: 100% !important;
		margin: unset !important;
		border: unset !important;
}
.captca_text::-webkit-input-placeholder {
    color: #cccccc;
 }
.captca_img{
		width: 100% !important;
		height: 42px;
		box-sizing: border-box;
		vertical-align: middle;
}
.center{
	text-align: center;
}
.rectangle{
    border: 2px solid;
    padding: 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.bold{
	font-weight:bold;
}
.application_in_devices_head_flex_container {
  display: flex;
  flex-wrap: nowrap;
}

.application_in_devices_head_flex_container > div {
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > div {
  width: 125px;
  margin: 10px 5px 10px 0px;
  text-align: center;
  font-size: 13px;  
}
.color_installation_maavaron_body{
	color: yellow;
}

#google_subscrition h2 {
	font-family   : Poppins;
	font-size     : 28px;
	font-weight   : 500;
	font-stretch  : normal;
	font-style    : normal;
	line-height   : normal;
	letter-spacing: normal;
	color         : var(--white);
}
#google_subscrition h3 {
	font-family   : Poppins;
	font-size     : 22px;
	font-weight   : 500;
	font-stretch  : normal;
	font-style    : normal;
	line-height   : normal;
	letter-spacing: -0.24px;
	text-align    : center;
	color         : var(--white);
}
#google_subscrition h4 {
	font-family   : Poppins;
	font-size     : 20px;
	font-weight   : 500;
	font-stretch  : normal;
	font-style    : normal;
	line-height   : normal;
	letter-spacing: normal;
	color         : var(--white);
	margin-bottom : 0;
}
#google_subscrition ul {
	list-style    : none;
	padding       : 0;
	margin-bottom : 50px;
}
#google_subscrition li {
	height        : 35px;
	font-family   : Poppins;
	font-size     : 16px;
	font-weight   : 500;
	font-stretch  : normal;
	font-style    : normal;
	line-height   : 1.25;
	letter-spacing: normal;
	color         : var(--white);
}
#google_subscrition li.inline {
	display: inline;
}
#google_subscrition li.inline span {
	width  : 90%;
	display: inline-flex;
}
#google_subscrition ul.inline li {
	width    : 49.3%;
	display  : inline-block;
	font-size: 14px;
}
#google_subscrition li i {
	color      : #66c7be;
	margin-left: 5px;
}
#google_subscrition button {
	width         : 100%;
	height        : 73px;
	border-radius : 8px;
	background    : #31859d;
	text-align    : center;
	font-family   : Poppins;
	font-size     : 22px;
	font-weight   : 500;
	font-stretch  : normal;
	font-style    : normal;
	line-height   : normal;
	letter-spacing: -0.24px;
	color         : var(--white);
}


@media (min-width: 560px){
	.content3 {
		    margin: auto;
    		width: 50%;
	}
}


#macos_choose_device_popup {
	position  : absolute;
	width     : 100%;
	height    : 100%;
	background: #37373770;
	z-index   : 100;
	text-align: center;
}

#macos_choose_device_popup .title--center {
	font-size  : 26px;
	font-weight: 600;
}

#macos_choose_device_popup .confirm-message {
	font-size  : 22px;
	font-weight: 600;
	margin     : 45px 0 115px 0;
}

#macos_choose_device_popup .contant {
	width        : 380px;
	height       : 380px;
	border-radius: 11px;
	border       : solid 1px #979797;
	background   : #ffffff;
	margin       : 20% auto;
	padding      : 30px;
	color        : #000000;
}

#macos_choose_device_popup .button.onboard-2-btn {
	width          : 222px;
	height         : 52.5px;
	border-radius  : 26.3px;
	font-size      : 18px;
	box-shadow     : 0 2px 4px 2px rgba(0, 0, 0, 0.1);
	background     : #1e4eff;
	display        : block;
	cursor         : pointer;
	text-decoration: none;
	text-align     : center;
	color          : #ffffff;
	margin         : 7px auto;
}

#mobile_popup_div{
	margin-bottom: 20px;
}

.button19 {
	background-color: #31859C;
	margin-top: 13px;
	border-radius: 50px;
	display: inline-block;
	width: 85%;
	padding: 5px 1px;
	color: white;
}

#xiaomi-instructions {
    font-size: 18px;
	margin-top: 25px;
}

.stolen_device_first_message,
.stolen_device_second_message {
	background    : #E5EFFF; 
  	color         : #6C6B6B;
  	padding       : 10px;
	padding-bottom: 15px;
 	border-radius : 10px;
	text-align    : center;
}

.rimon_design {
	background: #EAF1D9;

}

.stolen_device_second_message {
	display: none;
}

a.click {
	color: blue;
}

img.circle_exclamation {
	width: 30px;
}

.href_button_style {
	color      : #2b7f95;
	cursor     : pointer;
	font-weight: bold;
}

.download_andoird_apk_link {
	color           : #10253f;
	display         : flex;
	padding         : 0 'auto';
	cursor          : pointer;
	font-size       : 18px;
	background-color: #cccccc;
	height          : 35px;
  	border-radius   : 10px;
	align-items     : center;
	margin-top      : 15px;
	justify-content : center;
}
.download_andoird_apk_link.hidden {
	display: none;
}

.bold_text {
    font-weight: bold;
}
