/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*******************************************
common style start
*******************************************/

@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

*,*::after,*::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: 'Muli', sans-serif;
    background-color: #f5f6f8;
    background-image: url('../images/dashboard_bg.jpg');
    background-size: cover;
	letter-spacing: 0.1px;
    line-height: 1.6;
}
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
    color: #0eb2ff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 500;
    line-height: 1.1;
	font-family: 'Lato', sans-serif;
    color: #1b1b1c;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* authentication start */
.um_auth_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    padding: 15px;
    overflow: auto;
	text-align: center;
}
.um_auth_wrapper:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:100%;
}
.um_auth_wrapper > .um_auth_inner{
    width: 100%;
    max-width: 600px;
	margin: 30px auto;
	display:inline-block;
	vertical-align:middle;
	margin-left:-1px;
}
.um_auth_wrapper > .um_auth_inner > .um_auth_box{
    padding: 80px 50px;
    margin-bottom: 30px;
	/*background-image: -moz-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -webkit-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -ms-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);*/
	border-radius: 20px;
	position:relative;
	z-index:1;
	text-align:left;
}
.um_auth_wrapper > .um_auth_inner > .um_auth_box:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/* background-image: url('../images/auth_box_bg.png'); */
	background-size: cover;
    background-repeat: no-repeat;
	z-index: -1;
}

.um_auth_logo{
    text-align: center;
    margin-bottom: 20px;
}
.um_auth_logo > img{
    max-width: 170px;
}
.um_auth_heading{
    text-align: center;
    margin-bottom: 50px;
}
.um_auth_heading > h3{
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

.um_auth_input_box{
    margin-bottom: 20px;
    position: relative;
}
.um_auth_input_box > .um_auth_input{
    height: 64px;
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    padding: 0 30px;
    width: 100%;
    padding-right: 60px;
	color:#2d2d2d;
}
.um_auth_input_box > .icon{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.um_auth_input_box > .icon > img{
    vertical-align: middle;
}
.um_remember_forgot{
    display: flex;
    margin-bottom: 30px;
}
.um_remember_forgot > .um_remember_me{
    flex: 1;
}
.um_remember_forgot > .um_forgot_password{
    flex: 1;
    text-align: right;
}
.um_remember_forgot > .um_forgot_password > a{
    color: #ffffff;
    text-decoration: none;
}

.um_auth_checkbox{
    position: relative;
}
.um_auth_checkbox > input{
    position: absolute;
    left: -99999px;
}
.um_auth_checkbox > label{
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.um_auth_checkbox > label::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgba(244, 247, 251, 0.50);
    border: 1px solid #ffffff;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
.um_auth_checkbox > label::after{
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 13px;
    height: 7px;
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.um_auth_checkbox > input:checked ~ label::after{
    opacity: 1;
    visibility: visible;
}

.um_auth_action{
    text-align: center;
}

.um_auth_btn{
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    display: inline-block;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ff5248;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    min-width: 180px;
}

.um_auth_footer{
    text-align: center;
    font-size: 16px;
    color: #3d4453;
    line-height: 1.6;
}
.um_auth_footer p{
	margin:0;
}
.um_auth_footer strong{
    color: #1c1f26;
}
.um_auth_footer strong a{
    color: inherit;
    text-decoration: none;
}
/* authentication end */

/* dashboard start */
.um_header_wrapper{
    padding-bottom: 100px;
    background-image: -moz-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -webkit-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -ms-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    position: relative;
}
.um_header_wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/dashboard_header_bg.png');
    background-attachment: fixed;
}
.um_content{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.um_header_inner{
    display:flex;
    padding: 40px 0;
    align-items: center;
    position: relative;
    z-index: 1;
}
.um_header_inner > .um_logo{
    width: 170px;
}
.um_header_inner > .um_logo > a{
    display: inline-block;
}
.um_header_inner > .um_logo > a > img{
    max-width: 100%;
}
.um_header_inner > .um_nav{
    flex: 1;
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.um_header_inner > .um_nav > ul{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.um_header_inner > .um_nav > ul > li{
    display: inline-block;
    vertical-align: middle;
}
.um_header_inner > .um_nav > ul > li > a{
    display: block;
    padding: 6px 20px;
    color: #ffffff;
    text-decoration: none;
}
.um_header_inner > .um_nav > ul > li:last-child > a {
    border: 2px solid;
    border-radius: 50px;
    padding-bottom: 8px;
}
.um_header_inner > .um_nav > ul > li:last-child > a:after{
	content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    margin-left: 6px;
    -webkit-transform: rotate(-135deg) translateY(1px);
    -moz-transform: rotate(-135deg) translateY(1px);
    transform: rotate(-135deg) translateY(1px);
}

.um_product_wrapper{
    margin-top: -100px;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	display:flex;
	box-shadow: 8px 0px 250px rgba(0, 0, 0, 0.08);
}
.um_product_wrapper > .um_product_list{
    background-color: #f5f7fb;
    width: 300px;
}
.um_product_wrapper > .um_product_list > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.um_product_wrapper > .um_product_list > ul > li{
    padding: 5px;
    border-bottom: 3px solid #ffffff;
}
.um_product_wrapper > .um_product_list > ul > li:last-child{
    border-bottom: none;
}
.um_product_wrapper > .um_product_list > ul > li > a{
    display: block;
    padding: 25px;
    font-size: 16px;
    color: #3d4453;
    text-decoration: none;
}
.um_product_wrapper > .um_product_list > ul > li:first-child > a{
    border-radius: 10px 0 0 0;
}
.um_product_wrapper > .um_product_list > ul > li:last-child > a{
    border-radius: 0 0 0 10px;
}
.um_product_wrapper > .um_product_list > ul > li > a.active,
.um_product_wrapper > .um_product_list > ul > li > a:hover{
    color: #ffffff;
    background-image: -moz-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -webkit-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -ms-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
}
.um_product_wrapper > .um_product_page_content{
    padding: 40px;
	flex:1;
}

/* dashboard end */

/* input start */
.um_input_list_wrapper > .um_input_wrapper{
	display: inline-block;
    margin-right: 30px;
    width: 300px;
    margin-bottom: 30px;
}
.um_input_wrapper{
	margin-bottom:15px;
	position:relative;
}
.um_input_wrapper > label{
	font-size: 13px;
    text-transform: uppercase;
    color: #373a41;
    margin-bottom: 10px;
    letter-spacing: 0.14em;
    cursor: inherit;
    font-weight: bold;
    display: block;
}
.um_input_wrapper > .um_input{
	height: auto !important;
    box-shadow: none;
    width: 100%;
    border: 1px solid #dee2e9;
    padding: 12.5px 20px;
    border-radius: 5px;
    background-color: #ffffff;
}
.um_input_wrapper > .um_input:focus{
	border-color:#1cabff;
}
.um_input_wrapper.um_input_icon .um_input{
	padding-right:50px;
}
.um_input_wrapper.um_input_icon > .icon{
	position: absolute;
    bottom: 9px; 
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.um_input_wrapper.um_input_icon > .icon > i{
	line-height: inherit;
    font-size: 20px;
    color: #b5b5b5;
}
.um_input_wrapper.um_input_icon > .icon:hover > i{
	color:#1cabff;
}
/* input end */

/* alert message start */
.um_alert_wrapper {
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.um_alert_wrapper.alert_open{
	-webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.um_alert_wrapper > .um_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
    background-color:#1cabff;
}
.um_alert_wrapper.um_error > .um_alert_inner {
    background-color: #ff5151;
}
.um_alert_wrapper.um_success > .um_alert_inner {
    background-color: #82ba4a;
}
.um_alert_wrapper > .um_alert_inner > p {
    margin: 0;
	color: #fff;
}
/* alert message end */

/* button start */
.um_btn{
	padding:15px 30px;
	display:inline-block;
	color:#ffffff;
	border-radius:50px;
	font-size: 15px;
    font-weight: 400;
	text-decoration:none;
	outline:none;
	border:none;
	cursor:pointer;
	line-height:initial;
	background-image: -moz-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -webkit-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
    background-image: -ms-linear-gradient( -135deg, #fe4d70 0%, #fe543a 100%);
}
.um_btn:hover, .um_btn:focus{
	color:#ffffff;
	text-decoration:none;
}
/* button end */

/* table start */
.um_table_wrapper{
	margin-bottom:30px;
	border:1px solid #dee2e9;
	border-radius:10px;
	background-color:#f5f7fa;
}
.um_table_wrapper > .um_table_header{
	background-color:#ffffff;
	border-radius:10px 10px 0 0;
}
.um_table_wrapper > .um_table_header > .um_tr > .um_td{
	color:#373a41;
	font-weight:600;
	font-size:16px;
}
.um_table_wrapper > .um_table_body > .um_no_record{
	text-align:center;
	padding: 10px;
}
.um_table_wrapper .um_tr{
	display:flex;
	align-items:center;
	border-bottom:1px solid #dee2e9;
}

.um_table_wrapper .um_tr > .um_td{
	padding:20px;
	flex:1;
}
.um_table_wrapper .um_btn{
	padding: 0;
    width: 38px;
	margin-left:5px;
}
.um_table_wrapper .um_btn[title="Edit"]{
	background-color:#f7b347;
}
.um_table_wrapper .um_btn > .dashicons{
	line-height:inherit;
}
@media(max-width:1500px){
	.um_table_wrapper .um_tr > .um_td{
		padding:10px;
	}
}
/* table end */

/* pagination start */
.um_pagination{
	margin:15px 25px;
}
.um_pagination > ul{
	margin: 0;
    text-align: right;
}
.um_pagination > ul > li{
	display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 2px;
    text-align: center;
}
.um_pagination > ul > li > a{
	display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #dfebff;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
}
.um_pagination > ul > li > a.active,
.um_pagination > ul > li > a:hover{
    color: #fff;
	background-color: #17abff;
}
.um_pagination > ul > li > a > i{
	line-height: inherit;
}
.um_pagination > ul > li.um_inactive_pagination{
	pointer-events: none;
	opacity: 0.8;
}
/* pagination end */

/* info tooltip start */
.um_info_tooltip{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
	line-height: initial;
    letter-spacing: inherit;
}
.um_info_tooltip > i{
	vertical-align: middle;
    line-height: inherit;
    color: #616161;
    font-size: 18px;
	cursor: help;
}
.um_info_tooltip > p{
	position: absolute;
    bottom: calc(100% + 5px);
    background-color: #ffffff;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 400;
    margin: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.um_info_tooltip > i:hover ~ p{
	opacity:1;
	visibility:visible;
}
.um_info_tooltip > p:before{
	content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* info tooltip end */

/* support start */
.um_support_wrapper{
	display: block;
	padding:30px;
}
.um_support_wrapper > .um_support_header{
	margin-bottom:30px;
}
.um_support_wrapper > .um_support_header > h3{
	margin:0;
	font-size:25px;
	line-height: 49px;
	font-weight: 400;
    color: #505050;
}
.um_support_wrapper > .um_support_header > h3 > .um_btn{
	float:right;
}
.um_support_wrapper > .um_support_header > p{
	margin: 0;
    font-size: 14px;
    margin-left: 15px;
    margin-top: -5px;
    color: #0eb2ff;
}

.um_ticket_table .um_tr > .um_td.tid{
	flex:inherit;
	width:120px;
}
.um_ticket_table .um_tr > .um_td.ttitle{
	flex:2;
}
.um_ticket_table .um_tr > .um_td.ttitle > h3{
	margin:0;
	margin-bottom:5px;
	font-size:16px;
}
.um_ticket_table .um_tr > .um_td.ttitle > p{
	margin:0;
}
.um_ticket_table .um_tr > .um_td.tstatus {
    width: 220px;
    flex: inherit;
}
.um_ticket_table .um_tr > .um_td.taction {
    width: 140px;
    flex: inherit;
}

.um_ticket_detail_wrapper > .um_ticket_detail_list > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket{
	border:1px solid #e6e6e6;
	border-radius:10px;
	margin-bottom:30px;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_header{
	background-color: #f7f5f5;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_header > .um_user_detail{
	display: flex;
    align-items: center;
    width: 100%;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_header > .um_user_detail > .um_user_icon{
	width: 50px;
    height: 50px;
    background-image: url('../images/user.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    background-color: white;
    border-radius: 40px;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_header > .um_user_detail > .um_user_name{
	padding-left: 20px;
    flex: 1;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_header > .um_user_detail > .um_user_name > h3{
	font-size:18px;
	margin:0;
	margin-bottom:5px;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_header > .um_user_detail > .um_user_name > p{
	margin:0;
	font-size:12px;
}

.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket > .um_ticket_body{
	padding: 15px;
}


.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket.um_client > .um_ticket_header{
	background-color: #eae9e9;
}
.um_ticket_detail_wrapper > .um_ticket_detail_list .um_ticket.um_client > .um_ticket_body{
	background-color: #f5f5f5;
}

.um_ticket_reply_wrapper > h3{
	margin: 30px 0;
    font-size: 25px;
    margin-top: 50px;
}

.um_file_attached{
	margin-top: 30px;
}
.um_file_attached > h3{
	margin:0;
	margin-bottom:10px;
	font-size:18px;
}
.um_file_attached > ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	vertical-align:top;
}
.um_file_attached > ul > li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
.um_file_attached > ul > li > a{
	display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background-image: url('../images/attachment.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.um_file_attached > ul > li > a > img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.um_file_attached > .um_attachment_btn{
	display: inline-block;
	vertical-align:top;
    width: 80px;
    height: 80px !important;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    background-size: 30px;
	margin-right: 10px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.um_file_attached > .um_attachment_btn:before,
.um_file_attached > .um_attachment_btn:after{
	content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #ebebeb;
    position: absolute;
}
.um_file_attached > .um_attachment_btn:before{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
}
/* support end */

/* no record start */
.um_norecord_wrapper{
	text-align: center;
    padding: 50px 10px;
}
.um_norecord_wrapper > img{
	margin-bottom: 10px;
}
.um_norecord_wrapper > h3{
	margin: 0;
    font-size: 25px;
    font-weight: 300;
    color: #4e7ea2;
    margin-bottom: 10px;
}
.um_norecord_wrapper > p{
	margin: 0;
    font-size: 14px;
}
/* no record end */

/* footer start */
.um_footer{
    padding: 32px 0;
}
.um_footer > .um_copyright{
    text-align: center;
    font-size: 16px;
    color: #191919;
}
/* footer end */

/* download button start */
.um_download_btn_wrapper > .um_download_btn{
	display:inline-block;
	padding:10px 30px;
	border-radius:30px;
	border:none;
	box-shadow:none;
	outline:none;
	color: #ffffff;
	text-align:center;
	background-color: #fe4d70;
}
.um_download_btn_wrapper > .um_download_btn:hover{
	opacity:0.9;
}
/* download button end */

/* nav toggle start */
.um_nav_toggle{
	width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	display:none;
	position: absolute;
    top: 27px;
    right: 10px;
}
.um_nav_toggle > span{
	width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #5f5f5f;
    margin: 2px 0;
}
/* nav toggle end */

.usl_funnel_disable{
    margin: 100px;
}
.usl_funnel_disable > p{
    margin: 0;
    padding: 50px;
    background-color: #fff;
    text-align: center;
    color: #F44336;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    font-weight: 500;
    border-radius: 5px;
}

/*******************************************
common style end
*******************************************/

/*********** blueberry start ***********/
body.um_blueberry{
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: inherit;
	background-image: url(../images/blueberry/dashboard_bg.jpg);
	background-attachment: fixed;
}
.um_blueberry .um_auth_wrapper > .um_auth_inner{
	max-width:940px;
}
.um_blueberry .um_auth_wrapper > .um_auth_inner > .um_auth_box{
	background-image: -moz-linear-gradient( -135deg, #ffffff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient( -135deg, #ffffff 0%, #ffffff 100%);
    background-image: -ms-linear-gradient( -135deg, #ffffff 0%, #ffffff 100%);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0;
	border-radius:0;
	overflow: hidden;
}
.um_blueberry .um_auth_box > .um_auth_logo{
	flex:1;
}
.um_blueberry .um_auth_box > .um_auth_logo > img{
	opacity:0;
	visibility:hidden;
}
.um_blueberry .um_auth_box > .um_auth_content{
	flex:1;
}
.um_blueberry .um_auth_box > .um_auth_content > .um_auth_content_body{
	padding:60px 40px;
}
.um_blueberry .um_auth_wrapper > .um_auth_inner > .um_auth_box:before{
	right:50%;
	bottom:-1px;
}
.um_blueberry .um_auth_heading > h3{
	color: #17191a;
    font-size: 24px;
    font-weight: 500;
}
.um_blueberry .um_auth_input_box > .um_auth_input{
	border-bottom: 1px solid rgba(90, 99, 103, 0.20);
    border-radius: 0;
	padding-right: 30px;
    padding-left: 40px;
	height: 60px;
}
.um_blueberry .um_auth_btn{
	background-color:#20a7ff;
	color:#ffffff;
	font-weight: 500;
}
.um_blueberry .um_auth_input_box > .icon{
	left:0;
	right:auto;
	margin-top:-2px;
}
.um_blueberry .um_auth_checkbox > label{
	color:#17191a;
}
.um_blueberry .um_auth_checkbox > label::before{
	background-color: rgba(222, 224, 225, 0.2);
	border: 1px solid #d1d1d1;
}
.um_blueberry .um_auth_checkbox > label::after{
	border-bottom: 3px solid #1ba7ff;
    border-left: 3px solid #1ba7ff;
}
.um_blueberry .um_remember_forgot > .um_forgot_password > a{
	color:#17191a;
}
.um_blueberry .um_auth_box > .um_auth_content > .um_auth_content_footer{
	padding: 20px 20px 60px;
    border-top: 1px solid rgba(90, 99, 103, 0.2);
}
.um_blueberry .um_auth_footer{
	color: #5a6367;
}
.um_blueberry .um_auth_footer strong {
    color: inherit;
	font-weight: 500;
}
.um_blueberry .um_header_wrapper{
	padding-top:30px;
	background-image:none !important;
}
.um_blueberry .um_header_wrapper::before{
	display:none;
}
.um_blueberry .um_header_inner{
	padding: 30px;
	background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.um_blueberry .um_header_inner > .um_nav > ul > li > a{
	font-weight:500;
	color:#17191a;
	font-size:14px;
}
.um_blueberry .um_product_wrapper > .um_product_list > ul > li > a.active, .um_blueberry .um_product_wrapper > .um_product_list > ul > li > a:hover{
	background-image: -moz-linear-gradient( 150deg, #00c6ff 0%, #0072ff 100%);
    background-image: -webkit-linear-gradient( 150deg, #00c6ff 0%, #0072ff 100%);
    background-image: -ms-linear-gradient( 150deg, #00c6ff 0%, #0072ff 100%);
}
.um_blueberry .um_product_wrapper{
	border-radius: 5px;
}
.um_blueberry .um_product_wrapper > .um_product_list > ul > li:first-child > a{
	border-radius: 5px 0 0 0;
}
.um_blueberry .um_product_wrapper > .um_product_list > ul > li:last-child > a {
    border-radius: 0 0 0 5px;
}
.um_blueberry .um_product_wrapper > .um_product_list > ul > li{
	padding: 0px;
    border: 1px solid #d8dbde;
    border-bottom: none;
}
.um_blueberry .um_product_wrapper > .um_product_list > ul > li:last-child{
	border-bottom:1px solid #d8dbde;;
}
.um_blueberry .um_btn{
	background-image: -moz-linear-gradient( 150deg, #00c6ff 0%, #0072ff 100%);
    background-image: -webkit-linear-gradient( 150deg, #00c6ff 0%, #0072ff 100%);
    background-image: -ms-linear-gradient( 150deg, #00c6ff 0%, #0072ff 100%);
}
.um_blueberry .um_info_tooltip > p{
	font-weight:500;
}
/*********** blueberry end ***********/

/*********** bittersweet start ***********/
body.um_bittersweet{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: inherit;
	background-color:#ffffff;
	background-image: url(../images/bittersweet/dashboard_bg.jpg);
	background-attachment: fixed;
}
.um_bittersweet .um_auth_wrapper > .um_auth_inner > .um_auth_box{
	overflow:hidden;
	padding: 50px;
}
.um_bittersweet .um_auth_box > .um_auth_heading > h3{
	color:#222222;
}
.um_bittersweet .um_auth_input_box > .um_auth_input{
	border: 1px solid #d4d4d4;
    height: 54px;
    padding: 0 30px;
}
.um_bittersweet .um_auth_input_box > .icon{
	display:none;
}
.um_bittersweet .um_auth_logo > img{
	max-width: 244px;
}
.um_bittersweet .um_auth_checkbox > label{
	color:#707070;
}
.um_bittersweet .um_auth_checkbox > label::before{
	width: 14px;
    height: 14px;
	background-color: rgba(244, 247, 251, 0);
    border: 1px solid #d4d4d4;
}
.um_bittersweet .um_auth_checkbox > label::after{
	top: 7px;
    left: 4px;
    width: 12px;
    height: 6px;
	border-bottom: 2px solid #ff7f5c;
    border-left: 2px solid #ff7f5c;
}
.um_bittersweet .um_remember_forgot > .um_forgot_password > a{
	color:#707070;
}
.um_bittersweet .um_auth_btn{
	background-color: #fe7e5c;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}
.um_bittersweet .um_auth_action{
	margin-bottom:50px;
}
.um_bittersweet .um_auth_footer{
	color:#707070;
	font-size: 14px;
    line-height: 1.6;
}
.um_bittersweet .um_auth_footer strong{
	color: inherit;
    font-weight: 600;
}

.um_bittersweet .um_header_inner > .um_nav > ul > li > a{
	font-weight: 500;
}

.um_bittersweet .um_product_wrapper{
	background-color:#f5f9ff;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
}
.um_bittersweet .um_product_wrapper > .um_product_list{
	background-color:#ecf5ff;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul{
	padding:8px;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li{
	border: 1px solid #f1f1f1;
    background-color: #fff;
    margin-bottom: 8px;
	padding: 0;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li:first-child{
	border-radius:10px 0 0 0;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li:last-child{
	border-radius:0 0 0 10px;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li > a{
	padding: 20px 25px;
	position:relative;
	font-weight: 500;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li > a:before,
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li > a:after{
	content:"";
	width:6px;
	background-color:#ffffff;
	border-radius:0 6px 6px 0;
	position:absolute;
	top:8px;
	bottom:8px;
	left:0px;
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li > a:after{
	border-radius:6px 0 0 6px;
	left:auto;
	right:0;
}
.um_bittersweet .um_header_wrapper{
	background-image: -moz-linear-gradient( -135deg, #fc6076 0%, #ff9a44 100%);
    background-image: -webkit-linear-gradient( -135deg, #fc6076 0%, #ff9a44 100%);
    background-image: -ms-linear-gradient( -135deg, #fc6076 0%, #ff9a44 100%);
}
.um_bittersweet .um_product_wrapper > .um_product_list > ul > li > a.active, .um_bittersweet .um_product_wrapper > .um_product_list > ul > li > a:hover{
	background-image: -moz-linear-gradient( -135deg, #fc6076 0%, #ff9a44 100%);
    background-image: -webkit-linear-gradient( -135deg, #fc6076 0%, #ff9a44 100%);
    background-image: -ms-linear-gradient( -135deg, #fc6076 0%, #ff9a44 100%);
}
.um_bittersweet .um_footer > .um_copyright{
	font-size: 14px;
    color: #222222;
    font-weight: 500;
}
/*********** bittersweet end ***********/

/*********** aquamarine start ***********/
body.um_aquamarine{
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: inherit;
	background-color:#f1f2f4;
	background-image: url(../images/aquamarine/dashboard_bg.jpg);
	background-attachment: fixed;
}
.um_aquamarine .um_auth_wrapper > .um_auth_inner{
	max-width:940px;
}
.um_aquamarine .um_auth_wrapper > .um_auth_inner > .um_auth_box{
	background-image: -moz-linear-gradient( -135deg, #ffffff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient( -135deg, #ffffff 0%, #ffffff 100%);
    background-image: -ms-linear-gradient( -135deg, #ffffff 0%, #ffffff 100%);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0;
	border-radius:0;
	overflow: hidden;
}
.um_aquamarine .um_auth_box > .um_auth_logo{
	flex:1;
}
.um_aquamarine .um_auth_box > .um_auth_logo > img{
	opacity:0;
	visibility:hidden;
}
.um_aquamarine .um_auth_box > .um_auth_content{
	flex:1;
}
.um_aquamarine .um_auth_box > .um_auth_content > .um_auth_content_body{
	padding:60px 40px 30px;
}
.um_aquamarine .um_auth_wrapper > .um_auth_inner > .um_auth_box:before{
	right:50%;
	bottom:-1px;
	background-position:center;
}
.um_aquamarine .um_auth_heading > h3{
	color: #111010;
    font-size: 24px;
    font-weight: 500;
}
.um_aquamarine .um_auth_input_box > .um_auth_input{
	border-bottom: 1px solid rgba(90, 99, 103, 0.20);
    border-radius: 8px;
	padding-right: 30px;
    padding-left: 30px;
	height: 60px;
}
.um_aquamarine .um_auth_btn{
	background-color:#00c9ff;
	color:#ffffff;
	font-weight: 500;
}
.um_aquamarine .um_auth_input_box > .icon{
	display:none;
}
.um_aquamarine .um_auth_checkbox > label{
	color:#111010;
}
.um_aquamarine .um_auth_checkbox > label::before{
	background-color: transparent;
	border: 1px solid #00c9ff;
}
.um_aquamarine .um_auth_checkbox > label::after{
	border-bottom: 3px solid #1ba7ff;
    border-left: 3px solid #1ba7ff;
}
.um_aquamarine .um_remember_forgot > .um_forgot_password > a{
	color:#111010;
}
.um_aquamarine .um_auth_box > .um_auth_content > .um_auth_content_footer{
	padding: 0px 20px 50px;
}
.um_aquamarine .um_auth_footer{
	color: #5a6367;
}
.um_aquamarine .um_auth_footer strong {
    color: inherit;
	font-weight: 500;
}
.um_aquamarine .um_header_wrapper{
	padding-bottom:0px;
	margin-bottom: 50px;
}
.um_aquamarine .um_header_inner{
	padding: 20px 0;
}
.um_aquamarine .um_product_wrapper{
	margin-top:0;
}
.um_aquamarine .um_product_wrapper{
	border-radius:0;
}
.um_aquamarine .um_header_wrapper{
	background-image: none !important;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    
}
.um_aquamarine .um_product_wrapper > .um_product_list > ul > li:first-child > a,
.um_aquamarine .um_product_wrapper > .um_product_list > ul > li:last-child > a{
	border-radius:0;
}
.um_aquamarine .um_header_inner > .um_nav > ul > li > a{
	color: #2f2e2e;
	font-weight:500;
}
/*********** aquamarine end ***********/

/*********** ultraIndigo start ***********/
body.um_ultraIndigo{
	font-family: 'Lato', sans-serif;
	background-color:#ffffff;
	background-image: url(../images/ultraIndigo/dashboard_bg.jpg);
	background-position: center;
    background-size: cover;
	background-attachment:fixed;
}
.um_ultraIndigo .um_auth_wrapper > .um_auth_inner > .um_auth_box{
	border-radius: 50px 50px 0px 50px;
	margin: 0;
	padding: 70px 100px;
}
.um_ultraIndigo .um_auth_wrapper > .um_auth_inner{
	position:relative;
	z-index:1;
}
.um_ultraIndigo .um_auth_wrapper > .um_auth_inner:before{
	content:"";
	display:block;
	position:absolute;
	left:-50px;
	right:-50px;
	top:60px;
	bottom:60px;
	border-radius: 50px 50px 0px 50px;
	z-index:-1;
	background-color:rgba(255,255,255,0.3);
}
.um_ultraIndigo .um_auth_logo > img{
	max-width: 240px;
}
.um_ultraIndigo .um_remember_forgot > .um_forgot_password > a,
.um_ultraIndigo .um_auth_checkbox > label,
.um_ultraIndigo .um_auth_heading > h3{
	color:#222222;
}
.um_ultraIndigo .um_auth_input_box > .um_auth_input{
	border:1px solid #d4d4d4;
	border-radius:50px;
	height: 54px;
}
.um_ultraIndigo .um_auth_input_box > .icon{
	display:none;
}
.um_ultraIndigo .um_auth_action{
	margin-bottom:30px;
}
.um_ultraIndigo .um_auth_btn{
	background-color:#24bbc8;
	color:#ffffff;
	height: 50px;
    line-height: 50px;
	text-transform: capitalize;
	font-size:16px;
	font-weight: 500;
}
.um_ultraIndigo .um_auth_checkbox > label::before{
	width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #d4d4d4;
	margin-right: 8px;
}
.um_ultraIndigo .um_auth_checkbox > label::after{
	top: 8px;
    left: 3px;
	border-bottom: 2px solid #24bbc8;
    border-left: 2px solid #24bbc8;
}
.um_ultraIndigo .um_auth_input_box{
	margin-bottom:30px;
}
.um_ultraIndigo .um_remember_forgot{
	padding: 0 20px;
	margin-top: -15px;
}
.um_ultraIndigo .um_auth_footer{
	font-size: 14px;
    color: #8e8888;
}
.um_ultraIndigo .um_auth_footer strong {
    color: inherit;
}
.um_ultraIndigo .um_header_wrapper{
	padding-bottom:0;
	background-image:none !important;
}
.um_ultraIndigo .um_product_wrapper{
	margin-top:0;	
}
.um_ultraIndigo .um_header_wrapper::before{
	display:none;
}
.um_ultraIndigo .um_product_wrapper{
	background-color:#f5f5f5;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.um_ultraIndigo .um_product_wrapper > .um_product_list{
	background-color: #ffffff;
}
.um_ultraIndigo .um_product_wrapper > .um_product_list > ul > li{
	padding: 10px;
    padding-bottom: 0;
    border-bottom: none;
}
.um_ultraIndigo .um_product_wrapper > .um_product_list > ul > li > a{
	background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
	padding: 20px;
}
.um_ultraIndigo .um_footer{
	padding: 10px 0;
}
.um_ultraIndigo .um_footer > .um_copyright{
	text-align: right;
    color: #505050;
    font-size: 14px;
}
/*********** ultraIndigo end ***********/



/* responsive start */
@media (max-width:900px){
    .um_header_inner {
        flex-direction: column;
        padding: 30px 0;
    }
    .um_header_inner > .um_nav > ul{
        text-align: center;
    }
}
@media (max-width:768px){
	.um_auth_wrapper:before{
		display:none;
	}
	.um_nav_toggle{
		display:flex;
	}
	.um_header_inner{
		display:block;
	}
	.um_header_inner > .um_nav{
		display:none;
	}
	.um_nav_open .um_header_inner > .um_nav{
		display:block;
	}
	.um_header_inner > .um_nav > ul {
		text-align: left;
		display: block;
		margin: 15px 0;
	}
	.um_header_inner > .um_nav > ul > li{
		display:block;
	}
	.um_header_inner > .um_nav > ul > li:last-child > a{
		border:none;
	}
	.um_product_wrapper{
		flex-direction:column;
	}
	.um_product_wrapper > .um_product_list{
		width:auto;
	}
	.um_product_wrapper > .um_product_list > ul > li > a{
		padding:10px;
	}
	.um_support_wrapper > .um_support_header > h3{
		font-size: 18px;
	}
	.um_table_wrapper .um_tr{
		display: table;
		width: 100%;
	}
	.um_table_wrapper .um_tr > .um_td{
		border-bottom: 1px solid #dee2e9;
		width: 100% !important;
	}
	.um_ticket_table .um_tr > .um_td.tid{
		display: table-cell;
		width: 120px !important;
		border-right: 1px solid #dee2e9;
	}
	.um_auth_wrapper > .um_auth_inner > .um_auth_box{
		padding: 20px;
	}
	.um_blueberry .um_auth_wrapper > .um_auth_inner > .um_auth_box{
		flex-direction: column;
	}
	.um_blueberry .um_auth_wrapper > .um_auth_inner > .um_auth_box:before{
		display:none;	
	}
	.um_blueberry .um_auth_box > .um_auth_logo{
		margin-top:30px;
	}
	.um_blueberry .um_auth_box > .um_auth_logo > img{
		opacity:1;
		visibility:visible;
	}
	.um_blueberry .um_nav_toggle{
		top: 37px;
		right: 30px;
	}
	
	
	.um_aquamarine .um_auth_wrapper > .um_auth_inner > .um_auth_box{
		flex-direction: column;
	}
	.um_aquamarine .um_auth_wrapper > .um_auth_inner > .um_auth_box:before{
		display:none;	
	}
	.um_ultraIndigo .um_nav_toggle > span{
		background-color:#ffffff;
	}
	.um_ultraIndigo .um_header_inner > .um_nav{
		background-color: #3e3e3e;
	} 
} 
/* responsive end */