.ispace {
    display: block;
    width: 100%;
    margin: 0px;
    clear: both;
    border: 0px none;
    height: 20px;
}
.ispace10 {
    display: block;
    width: 100%;
    margin: 0px;
    clear: both;
    border: 0px none;
    height: 10px;
}
.ispace5 {
    display: block;
    width: 100%;
    margin: 0px;
    clear: both;
    border: 0px none;
    height: 5px;
}
.line{
	border: 0;
	border-top: 1px solid #404040;
	margin: 0;
	float: left;
	width: 100%;
}
.line2{
	border: 0;
	border-top: 2px solid #eee;
	margin: 0;
}
.ispace,.ispace10,.line,.line2{margin:0;width:100%}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.right10{margin-right: 10px;}
.left10{margin-left: 10px;}
.margin0{margin:0 !important;}
.padding0 {padding:0;}
.padding5 {padding:5px;}
.pright0{padding-right:0px;}
.pright25{padding-right:25px;}
.pbottom0{padding-bottom:0px !important;}
.height40{min-height:40px !important;}
.height80{min-height:80px !important;}
.font12{font-size:12px !important;}
.font14{font-size:14px !important;}
.font16{font-size:16px !important;}
.noborder{border: 0px !important;}
.bleft{border-left: 1px solid #ddd !important;}
.prelative{position:relative;}
.img_responsive img{max-width:100%;height:auto;}

.aligncenter {
    margin:auto;
    float:none;
}
.alignright {
    float: right;
}
.alignrighti {
    float: right !important;
}

img.alignright, .wp-caption.alignright {
    float:right;
    margin-bottom:0.5em;
    margin-right:0;
    margin-left:1.5em;
    margin-top:0;
}
.alignleft {
    float: left;
}
.alignlefti {
    float: left !important;
}
img.alignleft, .wp-caption.alignleft {
    float:left;
    margin-bottom:0.5em;
    margin-left:0;
    margin-right:1.5em;
    margin-top:0;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
}
img.aligncenter {
    display:block;
    margin-bottom:15px;

}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.7;
}

.i {
    font-family: 'mpt' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
i {
	display: inline-block;
	vertical-align: middle;
}

.i-large {
	font-size: 16px;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  position: relative;
}

#sidebar-wrapper .sidebar-heading {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  margin: 20px;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  padding: 6px 20px;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#sidebar-wrapper .campaign_collapse {
	position: relative;
}
#sidebar-wrapper .campaign_collapse > a:after {
	content: '\e903';
	font-family: mpt;
	margin-left: 10px;
}
#sidebar-wrapper .no_campaign > a:after {
	display: none;
}
#sidebar-wrapper .campaign_collapse ul {
	margin: 0;
	padding: 0;
}
#sidebar-wrapper .campaign_collapse ul li {
	margin: 10px;
	padding: 5px;
	position: relative;
	margin-left: 20px;
}
#sidebar-wrapper .campaign_collapse ul li:before {
	content: '\e903';
	font-family: mpt;
	-ms-transform: rotate(-90deg); /* IE 9 */
	transform: rotate(-90deg);
	position: absolute;
	left: 0px;
	top: 4px;
}
#sidebar-wrapper .campaign_collapse ul li a {
	color: #fff;
	margin-left: 10px;
}

#sidebar-wrapper .campaign_collapse ul li:hover a {
	color: #ffe00d;
}

.btn-yellow {
    font-weight: 500;
    color: #000;
    background-color: #ffda13;
    padding: 8px 15px 8px;
    border: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 15px;
}

.btn-red {
    background-color: #d9304b;
}

.navbar-toggler {
	color: #fff;
	font-size: 26px;
	float: right;
}

.bg-side {
	background: #2f2f2f;
	border: 0 !important;
}

.side_cat {
	padding: 0;
	margin: 0;
}
.side_cat li {
	display: block;
	list-style: none;
	padding: 15px 20px;
	margin-bottom: 5px;
	position: relative;
	-webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.side_cat li i {
	font-size: 20px;
	position: absolute;
	left: 20px;
	top: 13px;
	-webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.side_cat li a {
	margin-left: 25px;
	-webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.side_cat li.active, .side_cat li:hover {
	background: #414141;
}

.side_cat li.active a, .side_cat li:hover a {
	color: #ffe00d;
	margin-left: 32px;
}

.side_cat li.active a i, .side_cat li:hover a i {
	left: 27px;
}

.side_cat li#message .support-notice {
    position: absolute;
    right: 15px;
    top: 11px;
    background: #fff;
    color: #333;
    border-radius: 50px;
    line-height: 2;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 900;
}


.logout_link {
}

.logout_link a {
	position: absolute;
	bottom: 40px;
	left: 5%;
	width: 90%;
}

.user_nav {
	display: block;
	text-align: right;
	width: 100%;
}

.user_nav button.user_profile {
	background: transparent;
	border: 0;
	color: #fff;
}
.user_nav button.user_profile:focus {
	outline: none;
}
.user_nav button.user_profile img {
	border-radius: 50px;
}

.user_nav button.user_profile span.user_name {
	margin-right: 15px;
}

.user_nav .search_area {
	background: #2f2f2f;
	position: relative;
}
.user_nav .search_area input {
	width: 100%;
	padding: 16px;
	background: transparent;
	border: 0;
	color: #fff;
}
.user_nav .search_area button {
	position: absolute;
	top: 3px;
	right: 10px;
	background: transparent;
	border: 0;
	color: #c1c1c1;
	font-size: 25px;
}

/* Campaign */

.campaign_date {
    margin: 0;
    color: #a5a5a5;
    font-weight: 500;
    font-size: 12px;
	text-align: right;
}
.campaign_date li {
	list-style: none;
}
.campaign_date li span {
	color: #ffe00d;
}

ul.all_services {
	margin: 0;
	padding: 0;
}

ul.all_services li {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

ul.all_services li.uncheck i {
	display: none;
}
ul.all_services li span {
	position: absolute;
	color: #494949;
	font-size: 30px;
	left: 0;
	top: -5px;
}
ul.all_services li span:after {
	position: absolute;
	content: "\e918";
	font-family: mpt;
	color: #838383;
	left: 6px;
	top: 7px;
	font-size: 16px;
}

ul.all_services li.checked span {
	color: #18b753;
}

ul.all_services li.checked span:after {
	display: none;
}
ul.all_services li.checked i {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 8px;
	left: 6px;
}
.iblock {
	display: inline-block;
}
.overal {
	font-size: 11px;
	text-align: right;
	display: inline-block;
	float: right;
	margin-top: 40px;
	font-weight: 500;
}

.overal span {
	color: #ffe00d;
}

ul.campaign_goals {
	margin: 0;
	padding: 0;
}

ul.campaign_goals li {
	list-style: none;
	margin-bottom: 15px;
}
ul.campaign_goals li .campaign_li {
	line-height: 2;
	position: relative;
	border: solid 1px #707070;
	border-radius: 25px;
	padding: 7px 20px;
	text-align: center;
}

ul.campaign_goals li .campaign_li.checked {
	background: #18b753;
	color: #fff;
	font-weight: bold;
	border-color: transparent;
}

ul.campaign_goals li .campaign_li.uncheck i {
	display: none;
}

ul.campaign_goals li .campaign_li.checked i {
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
}
.complete_goals {
	margin-top: 10px;
	line-height: 2;
	position: relative;
	padding-left: 25px;
	font-size: 12px;
}
.complete_goals i {
	color: #18b753;
	font-size: 20px;
	position: absolute;
	top: 1px;
	left: 0;
}

/* Artist */

.artist_page .artist_col {
	width: 48%;
	float: left;
	background: #2f2f2f;
	margin: auto;
	margin-right: 1%;
	padding: 1em 2em;
}

.artist_page .artist_col input, .artist_page .artist_col textarea {
	background: #3b3b3b;
	width: 100%;
	border: 0;
	padding: 10px;
	color: #fff;
}

.artist_page .artist_col.artist_bio input, .artist_page .artist_col.artist_bio textarea {
	height: 290px;
	padding: 20px;
}
.artist_page .artist_col.social_section .acf-label {
	display: none;
}

.artist_page .artist_col .acf-label label {
	font-size: 20px;
	font-weight: bold;
	margin: 0.5em 0;
}
.artist_page .artist_col.social_section.show_title > .acf-label:first-child {
	display: block;
}
.artist_page .artist_col.social_section input {
	margin-bottom: 20px;
	padding: 15px;
	padding-left: 60px;
}

.social_section .acf-input {
	position: relative;	
}

.social_section .acf-input .acf-input-prepend {
	position: absolute;
}

.social_section .acf-input .acf-input-prepend .social_icons {
	font-size: 20px;
	background: #525252;
	width: 51px;
	height: 51px;
	text-align: center;
	line-height: 2.5;
}
.social_section .acf-input .acf-input-prepend .social_icons.fb {
	background-image: linear-gradient(53deg, #175cb4 5%, #1778f2 96%);
}

.social_section .acf-input .acf-input-prepend .social_icons.tw {
	background-image: linear-gradient(226deg, #1da1f2 110%, #1776b1 -5%);
}

.social_section .acf-input .acf-input-prepend .social_icons.insta {
	background-image: linear-gradient(53deg, #d80164 5%, #9004b9 96%);
}

.social_section .acf-input .acf-input-prepend .social_icons.sc {
	background-image: linear-gradient(43deg, #ff3500 -11%, #ff7500 117%);
}

.social_section .acf-input .acf-input-prepend .social_icons.yt {
	background-image: linear-gradient(43deg, #801c1c  -11%, #fe0000  117%);
}

.social_section .acf-input .acf-input-prepend .social_icons.sp {
	background-image: linear-gradient(43deg, #17863f   -11%, #1ed760    117%);
}

.social_section .acf-input .acf-input-prepend .social_icons.app {
	background-image: linear-gradient(43deg, #fb5d6e  -11%, #3baff9 117%);
}

.social_section .acf-input .acf-input-prepend .social_icons.td {
	background-image: linear-gradient(220deg, #00ffff -11%, #21b4b4 117%);
}

.social_section .acf-input .acf-input-prepend .social_icons.web {
	background-image: linear-gradient(220deg, #bfbfbf -11%, #7b7b7b 117%);
}

.acf-form-submit {
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}

#message.updated p {
    background: #ffda13;
    padding: 10px;
    color: #000;
    font-weight: 900;
    width: 97%;
    position: relative;
}
#message.updated p:before {
    position: absolute;
	content: 'Profile updated.';
    background: #ffda13;
	top: 0;
	left: 0;
    padding: 10px;
	width: 100%;
}

/* Reports & Invoices */

.r_box {margin: 1em;}

.t_box {
    background-color: #ef565b;
    padding: 25px;
    min-height: 280px;
}

.b_box {
	background: #494949;
}
.b_box ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
}


.b_box ul li {
	list-style: none;
	position: relative;
	flex: 2;
	padding: 20px 25px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.b_box ul li:first-child:after {
	position: absolute;
	content: '';
	background: #6f6f6f;
	width: 1px;
	height: 35px;
	top: 13px;
	right: -1px;
}

.b_box ul li a {
	color: #b9b9b9;
	font-size: 15px;
	position: relative;
	border: 0;
	line-height: 0.5;
	padding-left: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.b_box ul li a i {
	font-size: 26px;
	position: absolute;
	left: -15px;
	top: -7px;
}
.b_box ul li a i.i-download {
	font-size: 20px;
	top: -4px;
}
.b_box ul li:hover {
	background: #6f6f6f;
}
.b_box ul li:hover:after {
	background: transparent;
}
.b_box ul li:hover a {
	color: #fff;
}


/* Modal */

.newmodal {
	
}
.newmodal .modal-content {
	background: #1f1f1f;
	border-radius: 0;
}
.newmodal .modal-header, .newmodal .modal-footer {
	border: 0;
	border-radius: 0;
	z-index: 99;
}
.newmodal .close {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    position: relative;
    padding-right: 36px;
    padding-top: 24px;
}
.newmodal .close span {
    font-size: 29px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.newmodal object {
    width: 100%;
	max-width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* Edit Profile Modal */

.edit_profile {
    text-align: center;
    padding: 35px 50px;
}
.edit_profile .p_avatar {
	position: relative;
	width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.edit_profile .p_avatar .avatar_image {
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.edit_profile .p_avatar .change_avatar {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #000000;
	transform: translate(-50%, 0);
	width: 100%;
	background: #ffda13;
	line-height: 2.5;
	font-weight: 900;
	height: 40px;
}
.edit_profile .custom-file-label {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #595959;
	color: #fff;
	border-radius: 0;
}
.edit_profile .custom-file-label:focus {
	box-shadow: none;
	outline: none;
	border-color: #2f9196;
}
.edit_profile .custom-file-label::after {
	background-color: transparent;
	color: #31c2ca;
}
.edit_profile .form-group {
	position: relative;
	padding-top: 20px;
	margin-bottom: 30px;
}
.edit_profile .form-group label {
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left: 50%;
	color: #a3a3a3;
	transform: translate(-50%, 0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 13px;
}

.edit_profile input.form-control {
	text-align: center;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #595959 !important;
	border-radius: 0;
	color: #f7f7f7;
	font-weight: 300;
	font-size: 16px;
}
.edit_profile .was-validated .form-control:valid, .edit_profile .form-control.is-valid, .edit_profile .was-validated .form-control:invalid, .edit_profile .form-control.is-invalid {
	padding-left: calc(1.5em + 0.75rem);
}
.edit_profile input.form-control:focus {
	outline: none;
	box-shadow: none !important;
	border-color: #267b8a !important;
}
.edit_profile input.form-control:focus + label {
	color: #2cc2de;
}

.change_password.collapsed {
    color: #b7b7b7;
    border-bottom: 1px solid #595959;
    padding: 10px;
    display: block;
    margin-bottom: 2em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.change_password {
	color: #28bad8;
	border-bottom: 1px solid #267b8a;
	padding: 10px;
	display: block;
	margin-bottom: 2em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-transform: uppercase;
}
.change_password:hover {
	color: #28bad8;
    border-bottom: 1px solid #267b8a;
}
.change_password:focus {
	outline: none;
}

.pass2 {
	display: none;
}

.edit_profile .invalid-feedback {
	font-size: 12px;
	color: #ffda13;
}

.edit_profile .btn-yellow {
	display: block;
	padding: 15px 10px;
	font-size: 15px;
	width: 100%;
}

.edit_profile .btn-yellow.disabled, .edit_profile .btn-yellow:disabled {
    opacity: 1;
    background: #434343;
    color: #9e9e9e;
}

#show_profile, #edit_profile {
	display: none;
}
#show_profile.hidden, #edit_profile.hidden {
	display: none;
}

#show_profile.visible, #edit_profile.visible {
	display: block;
}

.edit_profile .form-control:disabled, .edit_profile .form-control[readonly] {
    background: transparent;
    border: 0 !important;
}

/* Message */
#wp-live-chat-header {
	opacity: 0;
	visibility: hidden;
	display: none;
}
#wp-live-chat-4, #wp-live-chat-2 {
	top: 200px;
	bottom: inherit;
	height: 68%;
	right: inherit;
	left: 280px;
	width: 700px;
	border-radius: 0;
	background: #1f1f1f;
	box-shadow: none;
	z-index: 9999;
}
#wp-live-chat-4 {
	z-index: 9999999;
}
#wplc_chatbox_header_bg, #wp-live-chat-1, #wp-live-chat-2-info, #wplc_name,#wplc_email {
	display: none;
}
#wp-live-chat-2-inner {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#wp-live-chat-2-inner #wplc_start_chat_btn, #wplc_na_msg_btn {
    position: absolute;
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    left: 0;
    bottom: 0;
    background: #ffe00d !important;
    color: #000 !important;
    font-weight: 900 !important;
    padding: 15px 10px !important;
	font-family: 'CircularStd',sans-serif !important;
}
#wplc_user_message_div {
    background-color: #3b3b3b;
    border-radius: 0px;
    box-shadow: none;
    min-height: inherit;
    max-height: inherit;
    height: 60px;
    bottom: 0;
    z-index: 99999;
}

#wp-live-chat textarea {
	background: #3b3b3b !important;
	border-radius: 0;
	width: 90% !important;
	/* padding: 7px !important; */
	height: auto;
	margin-top: 16px !important;
	color: #e4e4e4;
}
#nifty_ratings_holder {
    bottom: 50px;
}
#nifty_file_holder {
    top: inherit;
    bottom: 49px;
}
.wdt-emoji-picker {
    bottom: 48px !important;
}
#wp-live-chat textarea:focus {
    box-shadow: none;
}
#wplc_chatmsg, #wp-live-chat {
	font-family: 'CircularStd',sans-serif;
}
.wplc-admin-message-avatar, .wplc-user-message-avatar {
	display: none;
}
.wplc-user-message {
    right: 0px;
}
.wplc-msg-float-right {
    right: 2px;
    float: right;
}

.wplc-admin-message {
    left: 0px;
}

#wplc_chatbox {
    padding: 15px;
    padding-bottom: 60px;
    top: 0 !important;
}
.open {
    width: 300px!important;
    box-shadow: none !important;
}

.wdt-emoji-popup h3.sticky {
    width: 98%;
}

textarea#wplc_message {
    height: 48vh;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100% !important;
    background: transparent !important;
}

/* Call */
.booking-container {
    background-color: var(--container-background-color, #ffffff);
}



/* Guest section */

.center_login {padding-top: 8em;}
.center_login h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
}

.ltop_nav {
	background: #191919;
	padding: 0;
}
.pcontainer {
	padding: 0 4%;
}

.ltop_nav .l_logo {
	margin: 0;
	padding: 30px 0;
}

.ltop_nav .l_logo li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.ltop_nav .l_logo li:last-child a {
    color: #191919;
    padding: 10px 15px;
    background: #fff;
    font-weight: 900;
    text-transform: uppercase;
}


.edit_profile.l {
	box-shadow: 0 3px 99px 0 rgba(0, 0, 0, 0.34);
	background-color: #2b2b2b;
	text-align: left;
	padding: 15px 30px;
	margin-bottom: 3em;
}
.edit_profile.l a {
	color: #fff;
}

.edit_profile.l .form-group label {
    text-transform: none;
    top: 0;
    left: 0;
    transform: none;
}
.edit_profile.l input.form-control {
	text-align: left;
}

.edit_profile.l .was-validated .form-control:valid, .edit_profile.l .form-control.is-valid, .edit_profile.l .was-validated .form-control:invalid, .edit_profile.l .form-control.is-invalid {
	padding-left: 0.75rem;
}

.edit_profile.l .custom-checkbox .custom-control-label::before {
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff;
    top: 2px;
    width: 17px;
    height: 17px;
}
.edit_profile.l .custom-control-label::after {
    top: -1px;
    left: -27px;
    width: 22px;
    height: 22px;
    background: no-repeat 50% / 50% 50%;
}

.edit_profile.l .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.loginor {
	position: relative;
	color: #727272;
	text-align: center;
	margin: 20px 0;
}

.loginor:before {
	position: absolute;
	content: '';
	left: 0;
	top: 14px;
	background: #727272;
	width: 100%;
	height: 1px;
}

.loginor span {
	background: #2b2b2b;
	position: relative;
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px;
}

.lnavbar {
	text-align: right;
	padding: 0;
}

.lnavbar .navbar-nav .nav-item {
    margin-left: 10px;
}
.lnavbar .navbar-nav li .nav-link {
    padding: 36px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.lnavbar .navbar-nav li.show .nav-link {
    color: #000;
    background: #fff;
    font-weight: bold;
}

.lnavbar li .dropdown-toggle::after {
    border: none;
    content: '\e903';
    font-family: mpt;
    vertical-align: -2px;
    margin-left: 10px;
}

.lnavbar li.show .dropdown-toggle::after {
    content: '\e919';
}

.lnavbar li .dropdown-menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	bottom: 0;
	height: 70px;
	min-width: 16em;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.lnavbar li.show .dropdown-menu {
	visibility: visible;
	opacity: 1;
	border-radius: 0;
	top: 98%;
	border: 0;
	font-size: 15px;
	font-weight: bold;
	min-width: 15em;
	bottom: inherit;
	height: auto;
}
.lnavbar li .dropdown-menu .dropdown-item {
    padding: 1.5rem 1.5rem;
}

.limages {
	height: 300px;
	position: relative;
	overflow: hidden;
}

.limages:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.limages.tyga:before {
    background-image: url(../images/tyga.jpg);
}
.limages.drake:before {
    background-image: url(../images/drake.jpg);
}
.limages.ivan:before {
    background-image: url(../images/ivan.jpg);
}
.limages.max:before {
    background-image: url(../images/max.jpg);
}
.limages.nicki:before {
    background-image: url(../images/nicki.jpg);
}
.limages.wiz:before {
    background-image: url(../images/wiz.jpg);
}
.limages.swizz:before {
    background-image: url(../images/swizz.jpg);
}
.limages.tom:before {
    background-image: url(../images/tom.jpg);
}
.limages.jennifer:before {
    background-image: url(../images/jennifer.jpg);
}

.bg_login {
	position: absolute;
	top: 0;
	right: 0;
    background-image: url(../images/background.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.show_sm, .hidden_sm {
	display: none;
}

.back_login {
	position: relative;
	padding-left: 30px;
}

.back_login a {
    text-transform: uppercase;
    margin: 20px 0;
    margin-top: 30px;
    display: block;
    font-weight: 500;
}
.back_login a i {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: -4px;
}


p.text_call {
    color: #9a9a9a;
    margin-top: -12px;
    margin-left: 0;
    margin-bottom: -25px;
    
display: block;width: 100%;padding: 0px 15px;z-index: 99999;background: #1f1f1f;}

.call_body {
	margin: 0;
}



.message {
	padding-left: 1rem;
	padding-right: 0;
}

.table-ndark {
    color: #fff;
    background-color: #2f2f2f;
}

.table-ndark th, .table-ndark td, .table-ndark thead th {
	color: #fff;
	border: 0;
}
.table-ndark thead th {
	border-bottom: 1px solid #4c4c4c;
    background-color: #2f2f2f;
}
.table-ndark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-ndark.table-striped tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

#submitTicket {
	padding: 0px 0;
}

.message input#ticket_subject, .message textarea {
	background: #2f2f2f;
	border-radius: 0;
	border: 0;
	padding: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.message input#ticket_subject::placeholder, .message textarea::placeholder {
	color: #ddd;
}

.message input#ticket_subject:focus, .message textarea:focus {
	background: #2f2f2f;
	border-radius: 0;
	border: 0;
	color: #fff;
	box-shadow: none;
}

.main_message {
	background: #1f1f1f;
	padding: 2em;
	margin-bottom: 2em;
}

.main_message .top_message h2, .main_message .top_message h4 {
	margin: 0;
	padding: 0;
}

.main_message .top_message h2 {
	font-size: 24px;
}

.main_message .top_message h4 {
	font-size: 13px;
	text-align: right;
	font-weight: 300;
}
.main_message .top_message h4.Open span {
	color: #FFC107;
	font-weight: 700;
}
.main_message .top_message h4.Closed span {
	color: #F44336;
	font-weight: 700;
}
.main_message .top_message h4.Resolved span {
	color: #4CAF50;
	font-weight: 700;
}

.main_message .reply-wrap .user_reply {
	background: #2f2f2f;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px 15px 15px 15px;
	width: 70%;
	float: left;
	font-weight: 500;
	font-size: 14px;
}
.main_message .reply-wrap.clients .user_reply {
	background: #ffe00d;
	color: #000;
	padding: 10px;
	margin: 5px 0;
	border-radius: 15px 5px 15px 15px;
	width: 70%;
	float: right;
	font-weight: 500;
}

.main_message .reply-wrap .reply_time{
	text-align: left;
	font-size: 11px;
	margin: 0 10px;
	color: #989898;
}
.main_message .reply-wrap.clients .reply_time{
	text-align: right;
}

.all_messages {
	max-height: 600px;
	min-height: 400px;
	overflow: hidden;
}

.reply_area {
	position: relative;
	overflow: hidden;
	margin: 0 -25px;
	margin-top: 35px;
	margin-bottom: -2rem;
}

.reply_area .btn_reply {
	font-family: mpt;
	position: absolute;
	top: 0;
	right: 8px;
	background: transparent;
	border: 0;
	color: #b1b1b1;
	font-size: 24px;
	top: 50%;
	transform: translate(0%, -50%);
}

.reply_area textarea {
	height: 70px;
	overflow: hidden;
	padding: 10px;
	background: #3b3b3b;
}

.reply_upload {
	position: relative;
	overflow: hidden;
	margin: 0 -25px;
	margin-top: 15px;
}

/* Campaign new */

.campaign_info {
	margin: 0;
	padding: 0;
}

.campaign_info li {
	display: inline-block;
	font-size: 12px;
	padding-left: 26px;
	position: relative;
	margin: 0 10px;
}

.campaign_info li.deli span:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #1dbc73;
	display: inline-block;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.campaign_info li.inp span:before {
	content: '';
	width: 20px;
	height: 10px;
	background: #1dbc73;
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 5px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border: 10px solid transparent;
	border-bottom: 0;
	-webkit-transform: rotate(-90deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.campaign_info li.inp span:after {
	content: '';
	width: 20px;
	height: 10px;
	background: #1f3b2b;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom: 0;
	-webkit-transform:rotate(90deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.campaign_info li.started span:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #7647d0;
	display: inline-block;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.campaign_info li.up span:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ef565b;
	display: inline-block;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.t_container {
    /* width: max-content; */
    /* overflow-x: auto !important; */
    position: relative;
    overflow-y: hidden !important;
	overflow: -moz-scrollbars-vertical;
    padding-bottom: 10px;
    padding-right: 10px;
	padding-left: 10px;
    margin-bottom: 50px;
    border-bottom: #4d4d4d solid 1px;
}
.row_timeline {width: max-content;cursor: initial;}

.m-col {
	width: 560px;
	display: block;
}

.mo_title {
	font-size: 18px;
	font-weight: 900;
}

.weekly {
	text-align: center;
	border-top: #4d4d4d solid 1px;
}
.weeks_timeline {
	width: 140px;
	position: relative;
}
.weeks_timelines {
	width: 140px;
}
.bw1, .bw2, .bw3, .bw4 {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
} 
.bw1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1000px;
	background: #4d4d4d;
}
.bw2:before, .bw3:before, .bw4:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 1px;
	height: 1000px;
	border-left: 1px dashed #666;
}
.bw4:after {
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 1000px;
    background: #4d4d4d;
}

.bd1, .bd2, .bd3, .bd4, .bd5, .bd6, .bd7   {
    position: absolute;
    top: 40px;
    width: 20px;
    font-size: 10px;
    color: #5d5d5d;
    padding-top: 0;
    height: 1000px;
    border-left: 1px dotted #333;
}
.bd1 {
	left: 0px;
}
.bd2 {
	left: 20px;
}
.bd3 {
	left: 40px;
} 
.bd4 {
	left: 60px;
} 
.bd5 {
	left: 80px;
}
.bd6 {
	left: 100px;
}
.bd7 {
	left: 120px;
}



.timeline {
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 10px;
	/* width: max-content; */
}
.timeline > li:before {
	content: '';
	width: 100%;
	border-top: 1px solid #707070;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}
.timeline > li:last-child:after {
	content: '';
	/* width: inherit; */
	border-top: 1px solid #707070;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.timeline > li {
	display: block;
	padding: 5px 0;
	margin: 0;
	position: relative;
	width: 100%;
}

.c_progress {
	height: 41px;
	background: #414141;
	/* margin: 0 4px; */
}

.c_progress .progress-bar {
	border-radius: 0.25rem;
}
.c_progress a, .c_progress span {
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
	position: absolute;
    left: 0;
}
.c_progress a:focus {
	outline: none;
}

.c_progress {
	background: #414141;
}

.c_progress:before {
	content: '';
	border-top: 1px solid #707070;

}

.c_progress:after {
	content: '';
	border-bottom: 1px solid #707070;
}

/* .c_progress {
	cursor: pointer;
} */


.c_progress .progress-bar {
	background: #5b81d5;
}

.c_progress.in-progress {
	background: #1f3b2b;
}

.c_progress.in-progress .progress-bar {
	background: #1dbc73;
}

.c_progress.delivered {
	background: #1f3b2b;
}

.c_progress.delivered .progress-bar {
	background: #1dbc73;
}

.c_progress.started {
	background: #342650;
}

.c_progress.started .progress-bar {
	background: #7647d0;
}

.c_progress.upcoming {
	background: #442526;
}

.c_progress.upcoming .progress-bar {
	background: #ef565b;
	width: 10%;
}

.c_progress .progress-bar {
	background: #414141;
}

.c_progress.s2 {
	margin-left: 70px;
}
.c_progress.s3 {
	margin-left: 140px;
}
.c_progress.s4, .c_progress.s5 {
	margin-left: 210px;
}
.c_progress.ms1 {
	margin-left: 280px;
}
.c_progress.ms2 {
	margin-left: 350px;
}
.c_progress.ms3 {
	margin-left: 420px;
}
.c_progress.ms4, .c_progress.ms5 {
	margin-left: 490px;
} 


.timeline.wm-2 {
	padding-left: 400px;
}
.timeline.wm-3 {
	padding-left: 800px;
}
.timeline.wm-4 {
	padding-left: 1200px;
}
.timeline.wm-5 {
	padding-left: 1600px;
}


.campaign_modal .modal-content {
	background: #1f1f1f;
	border-radius: 0;
	font-size: 15px;
	border-radius: 4px;
}
.campaign_modal .modal-dialog {
	max-width: 1140px;
	cursor: initial;
}
.campaign_modal .modal-header, .campaign_modal .modal-footer {
	border: 0;
	border-radius: 0;
	z-index: 99;
}
.campaign_modal .modal-header {
	border-bottom: 1px solid #2f2f2f;
}
.campaign_modal .modal-title {
	font-size: 20px;
}
.campaign_modal .close {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    position: relative;
    padding-right: 36px;
    padding-top: 24px;
}
.campaign_modal .close span {
    font-size: 29px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.campaign_modal ul.modal_entry {
	margin: 0;
	padding: 1rem;
	display: flex;
	border-bottom: 1px solid #2f2f2f;
	font-size: 15px;
	color: #8f8f8f;
}
.campaign_modal ul.modal_entry li {
	list-style: none;
	margin-right: 40px;
}
.campaign_modal ul.modal_entry li span {
	padding: 7px 10px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	margin-left: 10px;
	text-transform: capitalize;
	font-weight: 700;
}
.campaign_modal ul.modal_entry li.pr span {
	background: #252525;
}
.campaign_modal ul.modal_entry li.st span {
	background: #4c4c4c;
}
.campaign_modal ul.modal_entry li.deli span {
	background: #256cf4;
}

.campaign_modal .modal-body h5.title {
	color: #7b7b7b;
	font-size: 15px;
	margin-bottom: 15px;
}
.campaign_modal .modal_content {
	color: #fff;
	font-weight: 300;
}

.campaign_modal .modal-footer {
	background: #272727;
}

.modal-footer .comments_area {
	width: 100%;
}

.modal-footer .comment_list .vcard img.avatar {
    border-radius: 50px;
}
.modal-footer .comment_list .vcard cite.fn a.url {}
 
.modal-footer .comment_list .comment-meta {float: left;}
.modal-footer .comment_list .bypostauthor .line {border-color: #FFE082;}
 
.modal-footer .comment_list {
    margin: 0;
    padding: 0;
}
.modal-footer .comment_list li {
    list-style: none;
    border-bottom: 1px solid #353535;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.modal-footer .comment_list li p {margin: 0;}
.modal-footer .comment_list li ul.children li {
    margin: 10px 12px;
}
.modal-footer .comment_list .bypostauthor ul.children li {background: #fff;border: none;}
.modal-footer .comment_list .author_link a {color: #fff;}
.modal-footer .comment_list .comment_date {font-size: 13px;color: #929292;}
.modal-footer .comment_list .comment_text {}
.modal-footer textarea.form-control {
	background: #202020;
	border: 1px solid #4b4b4b;
	border-radius: 4px;
	margin: 0 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
}


@media (min-width: 992px) {
	.show_sm {
		display: block;
	}
	.ri .col-xl-3 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 1400px) {
	.ri .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 2200px) {
	.limages {
		height: 420px;
	}
	.center_login {
		position: absolute;
		width: 100%;
		height: 80px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 100%);
	}
}


@media (min-width: 768px) {
	#menu-toggle {
		display:none;
	}
	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
		padding-left: 20px;
		padding-top: 10px;
	}

	#wrapper.toggled #sidebar-wrapper {
		margin-left: -15rem;
	}
	.navbar-expand-lg.clientnav .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.user_nav button.user_profile img {
		border-radius: 50px;
	}
}

@media (max-width: 1500px) {
	.limages {
		height: 230px;
	}
	.center_login {
		padding-top: 1em;
	}
}

@media (max-width: 1200px) {
	.limages {
		height: 213px;
	}
	.limages:before {
		width: 220px;
		height: 220px;
	}
	.center_login h2 {
		font-size: 26px;
	}
}
@media (max-width: 992px) {
	.navbar-toggler {
		position: absolute;
		top: 25px;
		right: 0;
	}
	.clientnav .navbar-toggler {
		top: 10px;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-toggler[aria-expanded="true"] span:before {
		content: '\e909';
	}
	.hidden_sm .navbar-collapse {
		position: unset;
		width: 110%;
		top: 85px;
		background: rgb(255, 255, 255);
		left: 0px;
		right: 0;
		bottom: 0;
		z-index: 99999;
		height: 100%;
		background-image: url(../images/bg-menu.png);
		text-align: center;
		margin: 0 -5%;
		padding-bottom: 3em;
	}
	.lnavbar.hidden_sm .navbar-collapse li .nav-link {
		color: #000;
		padding: 0;
		padding-top: 30px;
		font-size: 21px;
	}
	.lnavbar.hidden_sm .navbar-collapse li .nav-link:after {
		display: none;
	}
	.lnavbar.hidden_sm li .dropdown-menu {
		visibility: visible;
		opacity: 1;
		background: transparent;
		border: 0;
		text-align: center;
		font-size: 14px;
		position: unset;
		height: auto;
	}
	.hidden_sm {
		display: block;
	}
	
	.call_body {
		margin: -50px 0;
	}
	
	p.text_call {
		margin-top: 35px;
		margin-bottom: 30px;
	}

}

@media (max-width: 768px) {
	.artist_page .artist_col {
		float: none;
		width: 100%;
		margin: 0;
	}
	.limages {
		height: 300px;
	}
	
	.logout_link a {
		position: relative;
		bottom: inherit;
		left: inherit;
		width: 100%;
		margin-top: 10px;
	}
	.campaign_date {
		text-align: left;
		padding: 0;
		margin-bottom: 15px;
	}
	.message {
		padding: 0 1rem;
	}
}

@media (max-width: 666px) {
	.ltop_nav .l_logo li {
		margin-right: 2px;
	}
	.ltop_nav .l_logo li img {
		height: auto;
		width: 110px;
	}
	.ltop_nav .l_logo li:last-child a {
		padding: 6px 5px;
		font-size: 12px;
	}
}

@media (max-width: 425px) {
	.user_nav button.user_profile img {
		width: 40px;
		height: auto;
	}
	.user_nav button.user_profile {
		margin-left: 0px;
		margin-top: 7px;
	}
		.user_nav button.user_profile span.user_name {
		margin-right: 5px !important;
	}
	.user_nav .search_area button {
		display: none;
	}
}

@media (max-width: 375px) {
	.remember_forgot .col {
		padding: 0;
		font-size: 12px;
	}
}
@media (max-width: 320px) {
	.overal {
		text-align: left;
		display: inline-block;
		float: none;
		margin-top: 0;
		font-weight: 500;
		margin-bottom: 20px;
	}
}

