
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul, li
{
	margin: 0;
	/*padding: 0;*/
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:after,
*::before {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}





/*



App Global Styles



*/



/* scroll bar styling */



body:not(.mobile_view)::-webkit-scrollbar, body:not(.mobile_view) *::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body:not(.mobile_view)::-webkit-scrollbar-track, body:not(.mobile_view) *::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 4px;
}

body:not(.mobile_view)::-webkit-scrollbar-thumb, body:not(.mobile_view) *::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

body:not(.mobile_view)::-webkit-scrollbar-button, body:not(.mobile_view) *::-webkit-scrollbar-button {
	background-color: #7c2929;
	display: none;
}

body:not(.mobile_view)::-webkit-scrollbar-corner, body:not(.mobile_view) *::-webkit-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0.2);
}



/* scrll bar styling ends */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
  /*opacity: 0 !important;*/
}

input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; }

input:-moz-placeholder { text-overflow: ellipsis; }

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ccc;
}

::selection {
    color: #fff; 
    background: #ccc;
}

::-webkit-input-placeholder {
   font-family: 'Open sans', sans-serif;
   line-height: 1.5;
   font-size: inherit;
   overflow: hidden;
   opacity: .5;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'Open sans', sans-serif;
   line-height: 1.5;
   font-size: inherit; 
   overflow: hidden;
   opacity: .5;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Open sans', sans-serif;
   line-height: 1.5;
   font-size: inherit;  
   overflow: hidden;
   opacity: .5;
}

:-ms-input-placeholder {  
   font-family: 'Open sans', sans-serif;
   line-height: 1.5;
   font-size: inherit;  
   overflow: hidden;
   opacity: .5;
}

/*code
{
	padding: 10px;
	background: #f5f5f5;
	display: block;
}*/

md code
{
	background: #f5f5f5;
	border-radius: 5px;
	display: block;
	padding: 10px;
	overflow: auto;
}

.hide_scrollbars::-webkit-scrollbar
{
	display: none
}

.hide_element
{
	display: none;
}

*
{
	overflow-wrap: break-word;
	word-break: break-word;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	tap-highlight-color: rgba(255, 255, 255, 0);
}

img
{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

a
{
	text-decoration: none;
}

a.everyOtherLink, .everyOtherLink
{
	color: rgba(240,122,12,1);
	cursor: pointer;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.everyOtherLink_w, .everyOtherLink_w
{
	color: #fff;
}

a.everyOtherLink_g, .everyOtherLink_g
{
	color: #999;
}

a.everyOtherLink:hover, .everyOtherLink:hover, .everyOtherLink_w:hover
{
	text-decoration: underline;
}

.absolute_cover
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.thin_line_divider
{
	border-bottom: 1px solid #f0f0f0;
}

.thin_line_divider_dashed
{
	border-bottom: 1px dashed #f0f0f0;
}

.thin_line_divider_vertical
{
	border-right: 1px solid #f0f0f0;
}

.thin_line_divider_dashed_vertical
{
	border-right: 1px dashed #f0f0f0;
}

.uppercase
{
	text-transform: uppercase;
}

.lowercase
{
	text-transform: lowercase;
}

.capitalize
{
	text-transform: capitalize;
}

.underline
{
	text-decoration: underline;
}

.everyOtherWhiteBorderButton
{
	background: #fff;
	color: #fff;
	border-radius: 3px;
	border-radius: 100px;
	border: 1px solid #fff;
	font-size: 13px;
	line-height: 21px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 20px;
	background: rgba(255,255, 255, .1)
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.everyOtherWhiteBorderButton:hover
{
	background: rgba(255,255, 255, .2)
}

.everyOtherSubtleButton
{
	background: #fff;
	color: #999;
	border-radius: 3px;
	border-radius: 100px;
	/*border: 1px solid #eaeaea;*/
	box-shadow: 0 0 0 1px #eaeaea inset;
	font-size: 13px;
	line-height: 21px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 20px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.everyOtherSubtleButton:hover
{
	background: #f8f8f8;
}

.everyOtherGreenButton, .everyOtherBlueButton, .everyOtherRedButton, .everyOtherOrangeButton
{
	padding: 8px 20px;
	opacity: .9;
	cursor: pointer;
	border-radius: 3px;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden !important;
	position: relative;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	box-shadow: 0 -10px 0 -7px rgba(0, 0, 0, .1) inset;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.everyOtherGreenButton:hover, .everyOtherBlueButton:hover, .everyOtherRedButton:hover, .everyOtherOrangeButton:hover
{
	opacity: 1;
}

.everyOtherGreenButton.noafter, .everyOtherBlueButton.noafter, .everyOtherRedButton.noafter, .everyOtherSubtleButton.noafter, .everyOtherOrangeButton.noafter
{
	box-shadow: none;
}

.everyOtherGreenButton
{
	background: rgba(121,178,43,1);
}

.everyOtherBlueButton
{
	background: #505180;
}

.everyOtherRedButton
{
	background: #cc3f0c;
}

.everyOtherOrangeButton
{
	background: #f07a0c;
}

.everyOtherGreenButton.disabled, .everyOtherBlueButton.disabled, .everyOtherRedButton.disabled, .everyOtherSubtleButton.disabled, .everyOtherOrangeButton.disabled
{
	background: #f5f5f5;
	color: #999;
	cursor: default;
	opacity: 1;
}

.everyOtherSubtleButton.disabled
{
	border: 1px solid #f5f5f5;
}

.everyOtherGreenButton.chhota, .everyOtherBlueButton.chhota, .everyOtherRedButton.chhota, .everyOtherSubtleButton.chhota, .everyOtherOrangeButton.chhota
{
	padding: 5px 13px;
}

.everyOtherGreenButton.nobg, .everyOtherBlueButton.nobg
{
	background: none;
}

.everyOtherGreenButton.large, .everyOtherBlueButton.large, .everyOtherRedButton.large, .everyOtherSubtleButton.large, .everyOtherOrangeButton.large
{
	padding: 15px 30px; font-size: 16px;
}

.w_bg
{
	background: #fff;
}

.w_color
{
	color: #fff;
}

.cs_bg
{
	background: #704266;
}

.cs_color
{
	color: #704266;
}

.gp_bg
{
	background: #df4b38;
}

.gp_color
{
	color: #df4b38;
}

.li_bg
{
	background: #007bb6;
}

.li_color
{
	color: #007bb6;
}

.sl_bg
{
	background: #db595f;
}

.fb_bg
{
	background: #3b5998;
}

.fb_color
{
	color: #3b5998;
}

.tw_bg
{
	background: #20b8ff;
}

.tw_color
{
	color: #20b8ff;
}

.gh_bg
{
	background: #000;
}

.gh_color
{
	color: #000;
}

.db_color
{
	color: #f16897;
}

.db_bg
{
	background: #f16897;
}


.so_bg
{
	background: #f48024;
}

.so_color
{
	color: #f48024;
}

.blog_bg
{
	background: #6cdb12;
}

.blog_color
{
	background: #6cdb12;
}

.angel_bg
{
	background: #333;
}

.angel_color
{
	background: #333;
}

.it_bg
{
	background: #c03186
}

.it_color
{
	color: #c03186
}

.it_bg
{
	background: #c03186
}

.it_color
{
	color: #c03186
}

.pt_bg
{
	background: #d73532;
}

.pt_color
{
	color: #d73532;
}

.sb_color
{
	/* starbucks */
	color: #006e40;
}

.wa_bg
{
	/* whatsapp */
	background: #43d954;
}

.wa_color
{
	color: #43d954;
}

.caution_bg
{
	background: rgba(240,122,12,.1);
}

.caution_border
{
	border: 1px solid rgba(240,122,12,.4);
}

.success_bg
{
	background: rgba(121,178,43,.1);
}

.success_border
{
	border: 1px solid rgba(121,178,43,.6);
}

.success_color
{
	color: #79b22b;
}

.cutshort_color
{
	color: #704266;
}

.free_plan_color
{
	color: #77caa3;
}

.pro1_plan_color, .rec1_plan_color
{
	color: #64b9f6;
}

.rec2_plan_color
{
	color: #5f87d5;
}

.fixed_on_main_content
{
	position: fixed;
	/*border-bottom: 1px solid red;*/
	/*left: 240px;*/
	width: calc(100% - 460px);
	max-width: 940px;
}

.fixed_on_main_content:after, .fixed_on_main_content:before
{
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	width: 7px;
	background: #efefef;
}

.fixed_on_main_content:after
{
	left: 100%;
}

.fixed_on_main_content:before
{
	right: 100%;
}

.transition_short
{
	-webkit-transition: all .2s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	transition: all .2s cubic-bezier(0.395, 0.235, 0.025, 0.990);
}

.transition_medium
{
	-webkit-transition: all .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	transition: all .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
}

.transition_long
{
	-webkit-transition: all 1s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	transition: all 1s cubic-bezier(0.395, 0.235, 0.025, 0.990);
}

.transition_short_bounce
{
	-webkit-transition: all .2s cubic-bezier(0.59, 0, 0.32, 1.6);
	transition: all .2s cubic-bezier(0.59, 0, 0.32, 1.6);
}

.transition_medium_bounce
{
	-webkit-transition: all .4s cubic-bezier(0.59, 0, 0.32, 1.6);
	transition: all .4s cubic-bezier(0.59, 0, 0.32, 1.6);
}

.transition_long_bounce
{
	-webkit-transition: all 1s cubic-bezier(0.59, 0, 0.32, 1.6);
	transition: all 1s cubic-bezier(0.59, 0, 0.32, 1.6);
}

.m3
{
	margin: 3px;
}

.m5
{
	margin: 5px;
}

.m10
{
	margin: 10px;
}

.m15
{
	margin: 15px;
}


.m20
{
	margin: 20px;
}

.mb5
{
	margin-bottom: 5px;
}

.mb10
{
	margin-bottom: 10px;
}

.mb15
{
	margin-bottom: 15px;
}

.mb20
{
	margin-bottom: 20px;
}

.ml5
{
	margin-left: 5px;
}

.ml10
{
	margin-left: 10px;
}

.ml15
{
	margin-left: 15px;
}


.ml20
{
	margin-left: 20px;
}

.mt5
{
	margin-top: 5px;
}

.mt10
{
	margin-top: 10px;
}

.mt15
{
	margin-top: 15px;
}

.mt20
{
	margin-top: 20px;
}

.mr5
{
	margin-right: 5px;
}

.mr10
{
	margin-right: 10px;
}

.mr15
{
	margin-right: 15px;
}

.mr20
{
	margin-right: 20px;
}

.p3
{
	padding: 3px;
}

.p5
{
	padding: 5px;
}

.p10
{
	padding: 10px;
}

.p15
{
	padding: 15px;
}

.p20
{
	padding: 20px;
}

.global_divider
{
	border-bottom: 1px solid #eaeaea;
}

.lineheight21
{
	line-height: 21px;
}

.lineheight_1point3
{
	line-height: 1.3;
}

.lineheight_1point5
{
	line-height: 1.5;
}

.lineheight_2
{
	line-height: 2;
}

.lineheight16
{
	line-height: 16px;
}

.lineheight13
{
	line-height: 13px;
}

.whitebg
{
	background: #fff;
}

.radius3
{
	border-radius: 3px;
}

.radius5
{
	border-radius: 5px;
}

.margin_center
{
	margin: 0 auto;
}

.flex_box
{
	display: -webkit-flex;
	display: flex;
}

.flex_wrap
{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inline_flex_box
{
	display: -webkit-inline-flex;
	display: inline-flex;
}

.flex_1
{
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
}

.flex_1_no_width
{
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 0;
	min-width: 0;
}

.flex_1_no_height
{
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 0;
	min-height: 0;
}

.flex_2
{
	-webkit-flex: 2;
	flex: 2;
	min-width: 0;
	min-height: 0;
}

.flex_2_no_width
{
	-webkit-flex: 2 1 auto;
	flex: 2 1 auto;
	width: 0;
	min-width: 0;
}

.flex_2_no_height
{
	-webkit-flex: 2 1 auto;
	flex: 2 1 auto;
	height: 0;
	min-height: 0;
}

.flex_3
{
	-webkit-flex: 3;
	flex: 3;
	min-width: 0;
	min-height: 0;
}

.flex_3_no_width
{
	-webkit-flex: 3 1 auto;
	flex: 3 1 auto;
	width: 0;
	min-width: 0;
}

.flex_3_no_height
{
	-webkit-flex: 3 1 auto;
	flex: 3 1 auto;
	height: 0;
	min-height: 0;
}

.flex_box_center
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.flex_box_center_center
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_box_end
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.flex_box_end_end
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex_box_stretch
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.flex_column
{
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex_self_end_align
{
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

.flex_self_stretch_align
{
	-webkit-align-self: stretch;
	align-self: stretch;
}

.flex_space_around
{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.flex_space_between
{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex_no_shrink
{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.flex_basis_2
{
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.flex_basis_3
{
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
}

.flex_basis_4
{
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}

.flex_basis_5
{
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}

.inline_top
{
	display: inline-block;
	vertical-align: top;
}

.inline_middle
{
	display: inline-block;
	vertical-align: middle;
}

.inline_baseline
{
	display: inline-block;
	vertical-align: baseline;
}

.inline_bottom
{
	display: inline-block;
	vertical-align: bottom;
}

.fright
{
	float: right;
}

.fleft
{
	float: left;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.strike
{
	text-decoration: line-through;
}

.box_shadow
{
	box-shadow: 0 3px 9px -1px rgba(0,0,0,0.08);
}

.box_shadow_hard
{
	box-shadow: 0 3px 25px -3px rgba(0,0,0,.13);
}

.text_shadow
{
	text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}



body:not(.mobile_view) .blur20
{
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);	
}

body:not(.mobile_view) .blur10
{
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);	
}

body:not(.mobile_view) .blur5
{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);	
}

body:not(.mobile_view) .blur3
{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);	
}

body:not(.mobile_view) .blur2
{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);	
}

body:not(.mobile_view) .blur1
{
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);	
}





.table
{
	display: table;
	table-layout: fixed;
}

.table_cell
{
	display: table-cell;
	vertical-align: middle;
}

.clear
{
	clear: both;
}

.subtle_border
{
	border: 1px solid #eee;
}

.mw
{
	max-width: 100%;
}

.mh
{
	max-height: 100%;
}

.full_w
{
	width: 100%;
}

.full_h
{
	height: 100%;
}

.center_align
{
	text-align: center;
}

.right_align
{
	text-align: right;
}

.minheightfortags
{
	min-height: 80px;
}

.cursor_pointer
{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.resize_vertical
{
	resize: vertical;
}

.resize_none
{
	resize: none;
}

.text_ellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user_select_none
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gray_hover_bg:hover
{
	background: #f5f5f5
}

.light_gray_hover_bg:hover
{
	background: #f8f8f8
}

.ultra_light_gray_hover_bg:hover
{
	background: #fafafa
}

.pre_wrap
{
	white-space: pre-wrap;
}

.clamp_2
{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

.clamp_3
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

.clamp_4
{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

.position_relative
{
	position: relative;
}




.global_selectable_tag_wrapper
{
	position: relative;
}

.global_selectable_tag_wrapper .global_selectable_tag
{
	border-radius: 100px;
	padding: 5px 10px;
	border: 1px solid rgba(112,66,102,.1);
	background: rgba(112,66,102, .02);
	color: rgba(112,66,102, 1);
	cursor: pointer;
	font-size: 13px;
}

.global_selectable_tag_wrapper.small .global_selectable_tag
{
	font-size: 11px;
	padding: 2px 8px;
}

.global_selectable_tag_wrapper .global_selectable_tag:hover
{
	background: rgba(112,66,102, .05);
}

.global_selectable_tag_wrapper.active .global_selectable_tag
{
	color: #fff;
	background: rgba(112,66,102, 1);
}

.global_tag_wrapper
{
	position: relative;
	width: 100%;
	background: rgba(112,66,102, .1);
	border-radius: 100px;
	line-height: 21px;
	font-size: 13px;
	overflow: hidden;
}

.global_tag_wrapper .global_tag
{
	color: #704266;
	padding: 3px 30px 4px 12px;
	cursor: default;
}

.global_tag_wrapper.nocross .global_tag
{
	padding-right: 12px;
}

.global_tag_wrapper.special_tag
{
	background: rgba(121,178,43,.1);
	box-shadow: 0 0 0 1px #79b22b;
}

.global_tag_wrapper.special_tag .global_tag
{
	color: #79b22b;
}

.global_tag_wrapper.unconverged .global_tag
{
	padding-right: 45px
}

.global_tag_wrapper.unconverged
{
	background: rgba(0,0,0,.03);
	background: rgba(204,63,12,.08);
	box-shadow: 0 0 0 1px rgba(204,63,12,.4);
}

.global_tag_wrapper.unconverged .caution
{
	position: absolute;
	right: 25px;
	top: 5px;
	width: 17px;
	height: 17px;
}

.global_tag_wrapper:not(.noanim) .global_tag
{
	-webkit-animation: newSkill .4s cubic-bezier(0,0,0,1);
	animation: newSkill .4s cubic-bezier(0,0,0,1);
}

.global_tag_wrapper .cross
{
	position: absolute;
	right: 10px;
	top: 9px;
	width: 9px;
	height: 9px;
	/*padding: 5px;*/
	opacity: .3;
	cursor: pointer;
}

.global_tag_wrapper .cross:hover
{
	opacity: .4;
}





.global_tabs_wrapper
{
	/*border-bottom: 1px solid #eaeaea;*/
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	white-space: nowrap;
	overflow: auto;
	position: relative;
}

.global_tabs_wrapper:after, .global_tabs_wrapper:before
{
	position: relative;
	display: inline-block;
	content: '';
	padding: 5px;
}

.global_tabs_wrapper.enable_border
{
	border-bottom: 1px solid #eaeaea;
}

.global_tabs_wrapper .tab_wrapper
{
	padding: 14px 20px;
	/*margin-top: -5px;*/
	position: relative;
	cursor: default;
	color: #666;
	white-space: normal;
}

.global_tabs_wrapper.small .tab_wrapper
{
	padding: 7px 15px
}

.global_tabs_wrapper:not(.no_click) .tab_wrapper:not(.active)
{
	cursor: pointer;
}

.global_tabs_wrapper:not(.no_click) .tab_wrapper:not(.active):hover
{
	background: #f8f8f8;
}

.global_tabs_wrapper.dark_hover:not(.no_click) .tab_wrapper:not(.active):hover
{
	background: #f0f0f0;
}

.global_tabs_wrapper .tab_wrapper.active:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	border-bottom: 3px solid #f07a0c;
}

.global_tabs_wrapper .tab_wrapper .small
{
	display: none;
}

.global_tabs_wrapper .tab_wrapper .big
{
	display: block;
}







.global_flyout_arrow
{
	position: absolute;
}



.global_context_menu_wrapper
{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	overflow: hidden;
	top: 100%;
	position: absolute;

	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);

	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.global_context_menu_wrapper.towards_left
{
	right: 0;

	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.global_context_menu_wrapper.towards_right
{
	left: 0;

	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.global_context_menu_wrapper.show_context_menu
{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

	-webkit-transition: -webkit-transform .2s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	transition: transform .2s cubic-bezier(0.395, 0.235, 0.025, 0.990);
}

.global_context_menu_wrapper .global_context_menu_item
{
	opacity: 0;
	display: block;
	color: #666;

	-webkit-transition: -webkit-transform .4s cubic-bezier(0.395, 0.235, 0.025, 0.990), opacity .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	transition: transform .4s cubic-bezier(0.395, 0.235, 0.025, 0.990), opacity .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);

	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

.global_context_menu_wrapper.towards_right .global_context_menu_item
{
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item
{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(1)
{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(2)
{
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(3)
{
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(4)
{
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(5)
{
	-webkit-transition-delay: .2s;
	transition-delay: 0.2s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(6)
{
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(7)
{
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(8)
{
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(9)
{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(10)
{
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(11)
{
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.global_context_menu_wrapper.show_context_menu .global_context_menu_item:nth-child(12)
{
	-webkit-transition-delay: .55s;
	transition-delay: .55s;
}

.rupee_image
{
	background: url('https://cdn.cutshort.io/public/images/rupee.png') 50% no-repeat;
	background-size: contain;
}

.rotate_clock_90
{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.rotate_aclock_90
{
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.rotate_global_180
{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.rotate_clock_45
{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.leftward_appear
{
	-webkit-animation: leftward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	animation: leftward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes leftward_appear
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
	}

	50%
	{
		-webkit-transform: translate3d(-2px, 0, 0);
	}

	100%
	{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes leftward_appear
{
	0%
	{
		opacity: 0;
		transform: translate3d(30px, 0, 0);
	}

	50%
	{
		transform: translate3d(-2px, 0, 0);
	}

	100%
	{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.upward_appear
{
	-webkit-animation: upward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	animation: upward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes upward_appear
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
	}

	50%
	{
		-webkit-transform: translate3d(0, -2px, 0);
	}

	100%
	{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes upward_appear
{
	0%
	{
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	50%
	{
		transform: translate3d(0, -2px, 0);
	}

	100%
	{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.downward_appear
{
	-webkit-animation: downward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	animation: downward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes downward_appear
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
	}

	50%
	{
		-webkit-transform: translate3d(0, 2px, 0);
	}

	100%
	{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes downward_appear
{
	0%
	{
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}

	50%
	{
		transform: translate3d(0, 2px, 0);
	}

	100%
	{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.rightward_appear
{
	-webkit-animation: rightward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	animation: rightward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes rightward_appear
{
	0%
	{
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
	}

	50%
	{
		-webkit-transform: translate3d(2px, 0, 0);
	}

	100%
	{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes rightward_appear
{
	0%
	{
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}

	50%
	{
		transform: translate3d(2px, 0, 0);
	}

	100%
	{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.outward_appear
{
	-webkit-animation: outward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	animation: outward_appear .4s cubic-bezier(0.395, 0.235, 0.025, 0.990);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes outward_appear
{
	0%
	{
		opacity: 0;
		-webkit-transform: scale(.8);
	}

	20%
	{
		-webkit-transform: scale(1.15);
	}

	40%
	{
		opacity: 1;
		-webkit-transform: scale(.9);
	}

	60%
	{
		-webkit-transform: scale(1.05);
	}

	80%
	{
		-webkit-transform: scale(.98);
	}

	100%
	{
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes outward_appear
{
	0%
	{
		opacity: 0;
		transform: scale(.8);
	}

	20%
	{
		transform: scale(1.15);
	}

	40%
	{
		opacity: 1;
		transform: scale(.9);
	}

	60%
	{
		transform: scale(1.05);
	}

	80%
	{
		transform: scale(.98);
	}

	100%
	{
		opacity: 1;
		transform: scale(1);
	}
}

.highlight_briefly
{
	-webkit-animation: highlight_briefly 2s linear;
	animation: highlight_briefly 2s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes highlight_briefly
{
	0%
	{
		background: rgba(240,122,12,1)
	}

	100%
	{
		background: rgba(240,122,12,0)
	}
}

@keyframes highlight_briefly
{
	0%
	{
		background: rgba(240,122,12,1)
	}

	100%
	{
		background: rgba(240,122,12,0)
	}
}

.global_toggle_wrapper
{
	width: 40px;
	border-radius: 20px;
	height: 20px;
	/*background: red;*/
	position: relative;
	/*overflow: hidden;*/
}

.global_toggle_wrapper .track
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	/*border: 1px solid #eee;*/
	background: #f0f0f0;
}

.global_toggle_wrapper.activated .track
{
	/*background: #704266;*/
	background: #79b22b;
}

.global_toggle_wrapper .thumb
{
	position: absolute;
	left: 2px;
	top: 2px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #fff;
}

.global_toggle_wrapper.activated .thumb
{
	left: calc(100% - 18px);
}

.global_toggle_wrapper.disabled
{
	cursor: default;
}

















/*        reusable elements styles         */
.global_select_box_wrapper .selected_item:hover
{
	background: rgba(0,0,0,0.02);
}

.global_select_box_wrapper .selected_item .icon
{
	width: 12px;
	position: absolute;
	right: 12px;
	top: 15px;
	height: 5px
}

.global_select_box_wrapper .selected_item, .global_select_box_wrapper .global_select_item_wrapper
{
	/*padding-right: 30px;*/
	position: relative;
}

.global_select_box_wrapper .selected_item, .global_select_box_wrapper .global_select_item_wrapper .button
{
	padding: 5px;
}

.global_select_box_wrapper .selected_item
{
	padding-right: 30px;
	border-radius: 3px;
}

.global_select_box_wrapper .global_select_items_wrapper:not(:hover) .global_select_item_wrapper.active
{
	background: rgba(0,0,0,0.04);
}

.global_select_box_wrapper.small .selected_item, .global_select_box_wrapper.small .global_select_item_wrapper .button
{
	padding: 0px 5px;
}

.global_select_box_wrapper.large
{
	font-size: 18px !important;
}

.global_select_box_wrapper.large .selected_item
{
	padding: 15px 30px 15px 15px;
}

.global_select_box_wrapper.small .selected_item .icon
{
	top: 9px;
}

.global_select_box_wrapper.large .selected_item .icon
{
	top: 26px;
	right: 20px;
}

.global_select_box_wrapper .global_select_items_wrapper .global_select_item_wrapper:not(.disabled):hover
{
	cursor: pointer;
	background: rgba(0,0,0,0.04);
}

.global_select_box_wrapper .global_select_items_wrapper
{
	border-top: none;
	position: absolute;
	left: 0;
	width: 100%;
	border: 1px solid #eaeaea;
}

.global_select_box_wrapper .global_select_items_wrapper .global_select_items
{
	overflow: auto;
	max-height: 250px;
}

.global_select_box_wrapper .global_select_items_wrapper.below
{
	top: 100%;
	border-top: none;
}

.global_select_box_wrapper .global_select_items_wrapper.above
{
	bottom: 100%;
	border-bottom: none;
}

.global_select_box_wrapper .title_section
{
	background: #f0f0f0;
	color: #666;
	font-size: 11px;
	padding: 0 6px;
}

.pointer_events_none
{
	pointer-events: none
}

.cbmw, .rbmw
{
	/*background: green;*/
	/*position: relative;*/
	/*padding: 5px;*/
	width: 100%;
	height: 100%;
}

.cbmw.auto, .rbmw.auto
{
	width: auto;
}

.cbmw.nopad, .rbmw.nopad
{
	padding: 0;
}

.cbmw > div, .rbmw > div
{
	display: inline-block;
	vertical-align: middle;
	/*pointer-events: none;*/
}

.cbmw .cbw, .rbmw .rbw
{
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	/*cursor: pointer;*/
}

.cbmw .cbw.true
{
	/*background: #704266;*/
	border: 1px solid #704266;
}

.rbmw .rbw
{
	border-radius: 10px;
}

.cbmw .cbw .cb, .rbmw .rbw .rb
{
	/*padding: 1px;*/
	cursor: pointer;
}

.cbmw .cbw .cb img
{
	width: 100%;
	opacity: 0;
}

.cbmw .cbw.true .cb img
{
	opacity: 1;
}

.rbmw .rbw.true
{
	border: 1px solid #704266;
}

.rbmw .rbw .rb .dot
{
	/*position: relative;*/
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin-left: 3px;
	margin-top: 3px;
}

.rbmw .rbw.true .rb .dot
{
	background: #704266;
}

.global_steps_indicator_wrapper .step_wrapper
{
	padding: 10px 20px;
	padding-top: 0;
	position: relative;
	opacity: .6;
	cursor: default;
}

.global_steps_indicator_wrapper.clickable .step_wrapper:not(.active)
{
	cursor: pointer;
}

.global_steps_indicator_wrapper .step_wrapper.active:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	height: 3px;
	width: 80px;
	border-radius: 3px;
	background: #f07a0c;
}

.global_steps_indicator_wrapper .step_wrapper.active
{
	opacity: 1;
}

.global_steps_indicator_wrapper .step_wrapper.complete
{
	color: #79b22b;
	opacity: 1;
}











.orange_peach_gradient_preset
{
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.blue_red_gradient_preset
{
	background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.sea_blue_gradient_preset
{
	background-image: linear-gradient(120deg, #4facfe 0%, #00f2fe 100%);
}

.blue_green_gradient_preset
{
	background-image: linear-gradient(120deg, #37ecba 0%, #72afd3 100%);
}

.yellow_green_gradient_preset
{
	background-image: linear-gradient(120deg, #16a085 0%, #f4d03f 100%);
}











@media screen and (max-width: 1100px)
{
	.fixed_on_main_content
	{
		left: 10px;
		width: calc(100% - 230px);
	}
}



@media screen and (max-width: 850px)
{
	.fixed_on_main_content
	{
		left: 10px;
		width: calc(100% - 20px);
	}
}



@media screen and (max-width: 550px)
{
	.global_tabs_wrapper .tab_wrapper .big
	{
		display: none;
	}

	.global_tabs_wrapper .tab_wrapper .small
	{
		display: block;
	}
}