:root {
	--doc-height: 100%;
}
html {
	margin-top: 0 !important;

}
body {
	font:400 14px/1.4 'Poppins', sans-serif;
	font-weight:400;
	font-style:normal;
	color: #fff ;
	min-height: var(--doc-height);
    background-color: #292929 !important;
}
i.fa {
	font-family: FontAwesome;
	font-weight: 400;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover,.nav-tabs > li > a:hover {
  text-decoration: none;
  color: #f8d242;
}
a,a:focus, a:visited, a:active {
	outline: none;
}
a:hover,code:hover,.accordion h3:hover,.nav-tabs > li > a:hover  {
  -webkit-transition:all 0.5s ease;
   -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
	 transition:all 0.5s ease; 
}
img {
	max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
	margin:10px 0 10px;
}
input:visited,input:focus,input:focus-visible {
    outline: none;
    border-color: transparent;
}
.container-full .admin_forms {
	max-width: 840px;
	padding: 20px 15px;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.admin-header {
    background-image: url('../images/admin_header_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.logo_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_col a {
	display: inline-flex;
	background-color: #0b0b0b;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 0 0 50% 50%;
	justify-content: center;
	align-items: center;
}
.logo_col img {
    max-width: 18px;
    height: auto; /* 18.032px */
}
.burger_menu, .close_menu {
	color: #f8d242;
	font-size: 22px;
	cursor: pointer;
	margin-right: 10px;
}
.nav_col {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.logout_icon a{
	color: #f8d242;
	font-size: 18px;
	cursor: pointer;
}
.title_bar {
    margin-bottom: 25px;
}
.welcome_lines {
	color: #585858;
	font-size: 14px;
	font-weight: 700;
    margin-top: 20px;
}
.page_title {
    font-weight: 700;
    font-size: 22px;
    margin-top: 12px;
}
.page_title i{
    color: #f8d242;
}
.field_heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.field_sub_label {
	color: #888;
	margin-bottom: 4px;
}
.input_field,
.admin_forms .lottery_field {
	background: #131313;
	border: none;
	border-radius: 6px;
	color: #fff;
	width: 100%;
	height: 60px;
	padding-left: 15px;
	font-weight: 500;
	padding-right: 15px;
}
.input_field_small {
	border: 0px none;
	border-radius: 6px;
	max-width: 110px;
	padding: 5px 10px;
	cursor: auto;
	color: rgb(255, 255, 255);
	font-size: 13px;
	height: 34px;
	font-weight: 500;
	background: rgb(20, 20, 20);
}
.input_text_area {
    height: 170px;
    padding-top: 15px;
}

select.input_field {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('../images/down_icon.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
.bottom_desc {
	padding-left: 2px;
	color: #888888;
}
.input_sbt_btn {
	border-radius: 6px;
	padding-top: 3px;
	margin-bottom: 10px;
	max-width: 250px;
	background: #f8d242;
	color: #131313;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	border: 0;
	height: 60px;
}
.frm_area .fileuploader {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0;
	background: #131313;
	border-radius: 6px;
	line-height: normal;
	border: 0px solid #e7e7e7;
}
.frm_area .fileuploader-input .fileuploader-input-caption {
	margin-right: 0;
	background: transparent;
	border: 1px dashed #131313;
	min-height: 90px;
	border-radius: 15px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #808080;
}
.frm_area .fileuploader-input .fileuploader-input-caption span {
	display: inline-block;
	position: relative;
}
.frm_area .fileuploader-input .fileuploader-input-caption span::before {
	content: "";
	background-image: url('../images/cloud.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 46px;
	height: 32px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.frm_area .fileuploader-input-button {
	display: none !important;
}
.admin_forms .styleone input[type="radio"], 
.admin_forms .styleone input[type="checkbox"],
.admin_form_popup .styleone input[type="radio"], 
.admin_form_popup .styleone input[type="checkbox"] {
    display: none;
}
.admin_forms .styleone.text_only_st section label,
.admin_form_popup .styleone.text_only_st section label {
	display: flex;
	padding: 0;
	border-radius: 0;
	align-items: center;
    position: relative;
    color: #888888;
	cursor: pointer;
	margin-bottom: 0;
}
.admin_forms .styleone input[type="radio"]:checked + label i::after, 
.admin_forms .styleone input[type="checkbox"]:checked + label i::after,
.admin_form_popup .styleone input[type="radio"]:checked + label i::after, 
.admin_form_popup .styleone input[type="checkbox"]:checked + label i::after {
	top: 5px;
	font-size: 14px;
	left: 6px;
	width: 30px;
	color: #f8d242;
	content: '\f00c';
	position: absolute;
	z-index: 9;
	font-family: "Font Awesome 5 Pro";
}
.admin_forms input[type="radio"] + label i, 
.admin_forms input[type="checkbox"] + label i,
.admin_form_popup input[type="radio"] + label i, 
.admin_form_popup input[type="checkbox"] + label i  {
	border-radius: 6px;
	height: 30px;
	margin: 0;
	width: 30px;
	background-color: #131313;
	border: 1px solid #131313;
	position: relative;
}
.admin_forms .styleone.text_only_st section span,
.admin_form_popup .styleone.text_only_st section span {
	display: block;
	margin-top: 0;
    margin-left: 0;
    margin-right: 0;
	padding-left: 10px;
}
.selective_buttons label {
	width: 100%;
	height: 60px;
	text-align: center;
	background: #994688;
	padding-top: 19px;
    cursor: pointer;
    position: relative;
    border: 2px solid #994688;
}
.selective_buttons .button_style_1 label {
    border-radius: 6px;
}
.selective_buttons .button_style_2 label {
    border-radius: 0px;
}
.selective_buttons .button_style_3 label {
    border-radius: 30px;
}
.selective_buttons .button_hover_style_1 label {
    opacity: .5;
    border-radius: 6px;
}
.selective_buttons .button_hover_style_2 label {
    background: transparent;
    border-radius: 6px;
}
.selective_buttons input[type="radio"]:checked + label::before, 
.selective_buttons input[type="checkbox"]:checked + label::before {
	border: 1px solid #f8d242;
	height: 70px;
	content: "";
	position: absolute;
	top: -7px;
	width: 106%;
	left: -7px;
	border-radius: 12px;
	opacity: 1;
}
.selective_buttons_style_2 label {
	background: #3f3f3f;
	border-color: #3f3f3f;
	height: 40px;
	padding: 8px 20px;
	border-radius: 6px;
    font-weight: 500;
}
.selective_buttons_style_2 input[type="radio"]:checked + label::before, 
.selective_buttons_style_2 input[type="checkbox"]:checked + label::before {
    display: none;
}
.selective_buttons_style_2 input[type="radio"]:checked + label, 
.selective_buttons_style_2 input[type="checkbox"]:checked + label {
    background: #f8d242;
	border-color: #f8d242;
    color: #131313;
}
.elements_per_row_2 {
	display: flex;
	column-gap: 15px;
}
.elements_per_row_2 section{
    display: inline-block;
}
.mb-10 {
    margin-bottom: 10px;
}
.color_selections {
    position: relative;
}
.real_placeholder {
	position: absolute;
	top: 9px;
	left: 15px;
	display: inline-block;
	background: none;
	font-size: 12px;
	font-weight: 500;
	color: #808080;
}
.container_green {
	background: #131313;
	margin-top: 15px;
	border-radius: 6px;
	padding: 30px 20px;
}
.msg_sent_icon {
    font-size: 28px;
    color: #06bd00;
}
.profile_image_shell {
    text-align: center;
    margin: 15px auto;
}
.profile_image_shell img {
	border-radius: 90%;
	height: 135px;
	object-fit: none;
	width: 135px;
}
.background_image_shell {
	text-align: center;
	margin: 15px 15px;
}
.background_image_shell img{
    border-radius: 6px;
    height: 135px;
    width: 100%;
    object-fit: cover;
}
.custom_input_fields {
    display: none;
}
.ldb_row {
	background: #252525;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px;
}
.ldb_row.separater_data_box {
	background: #35322b;
}
.ldb_inner {
    display: flex;
	flex-wrap: wrap;
}
.drag_area {
	background: #181818;
	width: 30px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.drag_area > div {
	color: #494949;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.to_top {
	top: 0;
}
.to_bottom {
	bottom: 0;
}
.to_dots {
	display: block;
}
.to_dots span {
	background: #494949;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 3px auto;
}
.ldb_meta_data {
	padding: 1px 15px;
	display: flex;
	width: calc(100% - 65px);
	justify-content: space-between;
}
.ldb_meta_data_title_url {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ldb_title {
	font-weight: 700;
	margin-bottom: 20px;
}
.ldb_url {
	color: #bbb;
	font-size: 13px;
}
.ldb_icon {
	text-align: center;
	width: 75px;
	height: 75px;
	display: flex;
	border-radius: 6px;
	background: #181818;
	margin-left: 20px;
	margin-right: 5px;
}
.ldb_icon img {
	height: auto;
	object-fit: contain;
}
.ldb_meta_actions {
	position: relative;
}
.ldb_meta_actions a {
	background: #181818;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.ldb_edit_icon {
    color: #f8d242;
}
.ldb_edit_icon:hover {
	color: #f8d242;
	opacity: .85;
}
.ldb_del_icon {
    color: #d53939;
	bottom: calc(-100% + 63px);
}
.ldb_del_icon:hover {
    color: #d53939;
	opacity: .85;
}
ul.links_analytics {
	list-style: none;
	padding: 0;
	border-bottom: 2px solid #232323;
	padding-bottom: 20px;
	margin-bottom: 25px;
	margin-top: 2px;
}
ul.links_analytics li {
	display: inline-block;
	color: #c7c7c7;
	font-size: 13px;
	margin-right: 30px;
}
.color_dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 2px;
}
.green_dot {
	background-color: #a0f842;
}
.blue_dot {
	background-color: #42a9f8;
}
.yellow_dot {
	background-color: #f88b42;
}
.reset_stats_data {
	color: #d53939;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.normal_btns_group ul {
	list-style: none;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 25px;
	column-gap: 15px;
	justify-content: right;
}
.normal_btns_group li {
	display: inline-block;
}
.normal_btns_group li a {
	display: block;
	font-size: 13px;
	border-radius: 6px;
	background-color: #3f3f3f;
	color: #fff;
	padding: 9px 15px;
	font-weight: 500;
}
.normal_btns_group li.yellow_btn a {
	background-color: #f8d242;
	color: #131313;
}
.column_per_row_2 {
	display: flex;
	flex-wrap: wrap;
}
.column_per_row_2 section {
	flex: 50%;
	margin-bottom: 10px;
}
.admin_form_popup .modal-content, .order_list .modal-content  {
	background-color: #292929;
	border: 1px solid #292929;
	box-shadow: 0px 0px 10px #000;
}
.admin_form_popup .modal-header, .order_list .modal-header  {
	display: block;
	position: relative;
	padding: 15px 15px;
	border-bottom: 0px solid #000;
}
.admin_form_popup .modal-header .modal-title, .order_list .modal-header .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	margin-top: 0;
	font-size: 16px;
}
.admin_form_popup .modal-header .close, .order_list .modal-header .close {
	font-weight: 400;
	color: #f8d242;
	text-shadow: 0 1px 0 #f8d242;
	opacity: 1;
	outline: none;
}
.admin_form_popup .modal-header .close:hover, .order_list .modal-header .close:hover {
	color: #eee;
}
.modal-backdrop.show, .modal-backdrop.in {
	opacity: 0.93;
	background: #0f0f0f;
}
.order_list .modal.in .modal-dialog {
	-webkit-transform: translate(0, 15vh);
	-ms-transform: translate(0, 15vh);
	transform: translate(0px, 15vh);
}
.order_list .modal-dialog {
	max-width: 500px;
	margin: auto;
}
.link_thumb_placeholder {
	display: block;
	position: relative;
	margin-bottom: 20px;
	max-width: 150px;
}
.link_thumb_placeholder img {
	height: 90px;
	width: 150px;
	object-fit: contain;
	border-radius: 4px;
}
.remove_thumb_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #d53939;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -6px;
	right: -12px;
	cursor: pointer;
}
.ldb_social_icon {
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f8d242;
	font-size: 18px;
	padding-left: 10px;
}
.link_data_box_social .ldb_title {
	font-weight: 700;
	margin-bottom: 0;
}
.link_data_box_social .ldb_meta_actions {
	display: flex;
	align-items: center;
}
.link_data_box_social .ldb_meta_actions a.ldb_del_social_icon {
	background: #181818;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	bottom: 0;
	color: #d53939;
}
.linktree_link_row {
	display: block;
}
.linktree_link_row a {
	display: flex;
	justify-content: space-between;
	background: #141414;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 15px 15px;
	align-items: center;
}
.linktree_link_row a:hover {
	color: #f8d243;
}
.linktree_lr_title {
	font-weight: 500;
}
.linktree_lr_icon {
	color: #f8d243;
}

/*** Mega Menu Start ***/
.megamenu-popup-menu {
	height: 100vh;
	position: fixed;
	width: 100%;
	background: #292929;
	z-index: 99;
	overflow: auto;
	display: none;
	padding-bottom: 75px;
}
.megamenu-popup-menu .title_bar {
	margin-bottom: 15px;
}
.menu_col_box {
	margin-bottom: 20px;
}
.menu_col_title {
	margin-bottom: 10px;
	color: #f8d243;
	display: flex;
	align-items: center;
}
.menu_col_title i {
	margin-right: 5px;
	font-size: 20px;
}
.menu_col_title span {
	font-weight: 700;
	font-size: 16px;
}
ul.menu_col_links {
	list-style: none;
	padding-left: 25px;
}
ul.menu_col_links li {
	margin-bottom: 7px;
}
ul.menu_col_links li a{
	display: block;
}
ul.menu_col_links li a:hover{
	color: #f8d243;
}
.megamenu_home_button a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	font-size: 12px;
	padding: 12px 12px;
	border-radius: 4px;
	min-width: 116px;
	text-align: center;
	margin-bottom: 20px;
}
.megamenu_home_button a img {
	max-width: 22px;
	margin-right: 5px;
}
.megamenu_home_button a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
/*** Mega Menu End ***/

/*** adhome Popup Menu Start ***/
.adhome-popup-menu {
	height: 100vh;
	position: fixed;
	width: 100%;
	background: #292929;
	z-index: 99;
	top: 0;
	display: none;
}
.adhome-popup-menu .title_bar .page_title {
	display: block !important;
}
.adhome-popup-menu .title_bar .page_title span{
	margin-right: 10px;
}
/*** adhome Popup Menu End ***/

.blurred_bg {
	display: block;
}
.link_data_box_social .ldb_meta_data {
	padding: 5px 15px;
	width: auto;
	align-items: center;
}
.link_data_box_social .drag_area {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #494949;
}
.ldb_meta_actions .ldb_edit_social_icon {
	margin-right: 8px;
}
.link_data_box {
	display: grid;
	overflow: visible;
}
.ldb_row_link_manage {
	min-height: 108px;
}

/*** Admin Home Page Start***/
.page-template-tpl_admin_home {
	background-image: url('../images/home_bg.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center;
}
.page-template-tpl_admin_home .admin-header {
	background-image: none;
}
.page-template-tpl_admin_home .title_bar .page_title {
	display: none;
}
.admin_home_wraper {
	display: block;
	/* min-height: calc(var(--doc-height) - 223px); */
}
.admin_box_inner {
	display: flex;
	color: #fff;
	text-align: center;
	min-height: 170px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding: 20px;
	box-sizing: border-box;
	background: #00000078;
	box-shadow: 5px 5px 29px #090909ba;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.admin_box_inner:hover{
	background: rgba(255, 255, 255, 0.1);
}
.admin_box_icon {
	font-size: 32px;
	color: #f8d242;
	margin-bottom: 20px;
}
.admin_box_title {
	font-weight: 700;
}
ul.footer_button_list {
	list-style: none;
	margin: 25px auto;
	padding: 0;
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
}
ul.footer_button_list li{
	display: inline-block;
}
ul.footer_button_list li a {
	display: block;
	background: rgba(255, 255, 255, 0.1);
	font-size: 12px;
	padding: 14px 22px;
	border-radius: 4px;
	min-width: 200px;
	text-align: center;
}
ul.footer_button_list li a i {
	color: #f8d242;
	font-size: 16px;
	margin-right: 5px;
}
ul.footer_button_list li a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
/*** Admin Home Page End***/
.row {
	margin-right: -10px;
	margin-left: -10px;
}	
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}
.footer_credit.keepitinbottom {
	position: fixed;
	width: 100%;
	bottom: 0;
}
body .SumoSelect > .CaptionCont {
	background-color: #141414;
	border: 0px solid #e7e7e7 !important;
	color: #fff !important;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 14px;
	border-radius: 6px;
	min-height: 45px;
	text-transform: none;
	filter: none;
	padding-left: 15px;
	min-width: 150px;
}
body .SumoSelect:focus > .CaptionCont, body .SumoSelect:hover > .CaptionCont {
	box-shadow: none;
	border-color: #141414;
}
body .SumoSelect > .CaptionCont > label {
	background: transparent;
}
body .SumoSelect > .CaptionCont > label > i {
	background-image: none !important;
}
body .SumoSelect > .CaptionCont > label > i::before {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ddd;
	font-size: 14px;
	font-style: normal;
	position: relative;
	top: -8px;
}
body .SumoSelect > .optWrapper {
	background: #333;
	border: 0px solid #000;
}
body .SumoSelect > .optWrapper > .options > li {
	border-bottom: 1px solid #000;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}
body .SumoSelect > .optWrapper > .options > li:first-child, body .SumoSelect > .optWrapper > .options > li:hover {
	background-color: #464646;
	color: #fff !important;
}
body .SumoSelect > .optWrapper > .options > li label {
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
}
body .SumoSelect > .optWrapper:not(.multiple) > .options > li.selected {
	background: #f8d242;
}
body .SumoSelect > .optWrapper:not(.multiple) > .options > li.selected label {
	color: #000;
}
.campaigns_list {
	min-height: 70vh;
	margin-top: 25px;
}
.campaigns_list ul {
	padding: 0px;
	list-style: none;
}
.campaigns_list ul li {
	display: block;
	padding: 6px 0px;
}
.campaigns_list > ul li.uom_order_row:not(.new) {
	display: none;
}
.campaigns_list ul li.bg-danger {
	background-color: #dc3545;
}
.campaigns_list .camp_line {
	padding: 10px 20px;
	border-radius: 6px;
	position: relative;
	transition: all 0.5s ease;
	display: grid;
	align-items: center;
	background: #141414;
	grid-template-columns: 1.5fr 1fr;
}
.campaigns_list .bg-danger .camp_line{
	background-color: #dc3545;
}
.campaigns_list ul li .camp_line .order_col:first-child {
	width: 100%;
	margin-left: 0px;
	font-weight: 500;
	display: flex;
    justify-content: space-between;
}
.campaigns_list ul li .camp_line .order_col {
	display: inline-block;
	margin-left: 15px;
	color: #fff;
}
.campaigns_list ul li .camp_line .order_col .order_time {
	font-size: 12px;
    margin-right: 5px;
}
.campaigns_list ul li .camp_line i {
	color: #f8d242;
	border-radius: 0;
	text-align: center;
	font-size: 18px;
	padding-top: 0;
	transition: all 0.5s ease;
}
.campaigns_list ul li .camp_line .order_col2 {
	display: flex;
	column-gap: 20px;
	justify-content: right;
	align-items: center;
	margin-left: 0;
}
.order_col .action_span {
	position: relative;
}
.select_status {
	position: relative;
}
.select_status span {
	min-width: 150px;
	background: #0a0a0a;
	color: #fff;
	padding: 8px 8px;
	display: block;
	display: flex;
	justify-content: space-between;
	border-radius: 6px;
	cursor: pointer;
}
.select_status span i{
	color: #f8d242;
}
.select_status ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	width: 100%;
	display: none;
}
.select_status:hover ul {
}
.select_status ul li {
	display: block;
	border-bottom: 1px solid #000;
	color: #fff;
	padding: 8px
}
.select_status ul li:hover {
	background-color: #464646;
}
.select_status ul li:last-child {
	border-bottom: 0px;
}
.select_status ul li input{
	display: none;
}
.select_status ul li label {
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.select_status ul li label i{
	color: #f8d242;
}
.time_taken_status span {
	margin-left: 4px;
}
.completion_time {
	background: #141414;
	border: #141414;
	display: inline-block;
	width: 43px;
	color: #fff;
}
.completion_time.ct_edit_mode {
	background: #0a0a0a;
	border: #0a0a0a;
	width: 50px;
	text-align: center;
	padding: 6px 0px;
	border-radius: 4px;
}
.completion_time::placeholder {
	color: #fff !important;
}
.orders_filters {
	margin-top: 35px;
}
.select_date {
	background-color: #131313;
	border: 1px solid #131313;
	border-radius: 6px !important;
	color: #fff;
	line-height: 50px;
	margin: 0;
	min-height: 60px;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 2px;
	text-align: left;
	width: 100%;
	text-transform: unset;
}
.btn_date {
	display: block;
	text-transform: unset;
	background: #f8d242;
	border-radius: 6px;
	color: #000;
	margin-bottom: 0;
	padding: 12px 5px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	height: 60px;
	border: 0;
}
.datepicker {
	border-radius: 0;
	background-color: #333;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	min-width: 316px;
}
.datepicker table tr td, .datepicker table tr th {
	text-align: center;
	width: 42px;
	height: 41px;
	border-radius: 25px;
	border: none;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
	color: #131313;
	background-color: #f9d85a;
	border-color: #f9d85a;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
	background: transparent;
}
.datepicker table tr td span {
	width: 52px;
	height: 52px;
	line-height: 53px;
	border-radius: 30px;
	font-size: 14px;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	background: #f9d85a;
	color: #131313;
}
.datepicker table tr td.today {
	color: #fff;
	background-color: #131313;
	border-color: #131313;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	color: #131313;
	background-color: #f9d85a;
	border-color: #f9d85a;
}
.datepicker-dropdown.datepicker-orient-bottom::after {
	display: none !important;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
	background: #f9d85a;
	color: #131313;
}
.tasks_endings {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	margin-top: 22px;
	margin-bottom: 25px;
}
.tasks_endings > div {
	display: block;
}
.download_excel_file {
	text-align: right;
	display: flex !important;
	width: 100%;
	justify-content: right;
}
.download_excel_file a {
	background: #f8d242;
	border: 0 none;
	border-radius: 30px;
	clear: both;
	color: #131313 !important;
	padding: 12px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: unset;
	max-width: 200px;
	font-size: 12px;
}
.no_result_friend {
	display: block;
	padding: 10px 20px;
	background: #141414;
	border-radius: 6px;
}
.order_fitlers_status {
	display: block;
}
.order_fitlers_status ul {
	list-style: none;
	margin-bottom: 0px;
	text-align: right;
}
.order_fitlers_status ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.order_fitlers_status ul li:last-child {
	margin-right: 0;
}
.order_fitlers_status ul li label {
	background-color: #141414;
	color: #c7c7c7;
	border-radius: 6px;
	padding: 17px 15px;
	display: block;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	min-width: 110px;
	text-align: center;
}
.order_fitlers_status ul li input {
	display: none;
}
.order_fitlers_status ul li input[type="radio"]:checked + label {
	background-color: #f8d242;
	color: #131313;
}
.completion_time_popup {
	background: #0a0a0a;
	border: 0;
	padding: 8px 8px;
	border-radius: 6px;
	height: 50px;
	text-align: center;
	color: #fff;
}
#order_time_submit {
	background: #f8d242;
	border: 0;
	color: #131313;
	padding: 14px 30px;
	border-radius: 6px;
	font-weight: 400;
	margin-left: 5px;
}
.order_upload_files {
	display: block;
	margin-top: 25px;
}
.fileuploader {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px 0;
	background: #131313;
	border-radius: 6px;
	line-height: normal;
	border: 0px solid #e7e7e7;
	filter: drop-shadow(0 4px 10px rgba(9, 9, 9, 0.5));
}
.fileuploader-input .fileuploader-input-caption {
	position: relative;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 15px 15px;
	margin-right: 0;
	background: transparent;
	border: 0px dashed #a5a5a5;
	border-radius: 6px;
	color: #888;
	box-shadow: none;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	min-height: 175px;
	align-content: center;
	align-items: center;
}
.file_uploader_big .fileuploader-input .fileuploader-input-caption {
	min-height: 61px;
	border-radius: 6px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #808080;
	border-color: #808080;
}
.file_uploader_big .fileuploader-input .fileuploader-input-caption span {
	display: inline-block;
	position: relative;
}
.fileuploader-input .fileuploader-input-caption span::before {
	content: "";
	background-image: url('../images/cloud.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 33px;
	height: 22px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	background-size: 100%;
	display: none;
}
.fileuploader-input-button {
	display: none !important;
}
.order_upload_files div.fileuploader-items {
	display: none;
}
.order_upload_files_list {
	margin-bottom: 20px;
}
.order_upload_files_list ul {
	padding: 0px;
	list-style: none;
	background: #141414;
	border-radius: 4px;
}
.order_upload_files_list ul li{
	display: block;
	padding: 6px 0px;
	background: #141414;
	border-bottom: 1px solid #000;
}
.order_upload_files_list ul li:last-child{
	border-bottom: 0px;
}
.order_upload_files_list ul li a{
	padding: 2px 10px;
	display: block
}
.order_detail_view {
	word-wrap: break-word;
}

/************************************************/
/************************************************/
/************** Responsive Quries ***************/
/************************************************/
/************************************************/

@media only screen and (max-width: 480px) {
	
.page_title {
	font-size: 19px;
}
.welcome_lines {
	font-size: 13px;
}
.field_heading {
	font-size: 14px;
}
ul.links_analytics li {
	font-size: 11px;
	margin-right: 14px;
}
.color_dot {
	width: 6px;
	height: 6px;
	margin-right: 1px;
}
.normal_btns_group li {
	width: 100%;
}
.normal_btns_group li a {
	font-size: 12px;
	border-radius: 5px;
	padding: 8px 14px;
	text-align: center;
}
.background_image_shell {
	margin: 15px 0px;
}
.column_per_row_2 section {
	flex: 100%;
}
.admin_box_title {
	font-size: 11px;
}
.admin_box_icon {
	font-size: 24px;
	margin-bottom: 10px;
}
.admin_box_inner {
	min-height: 115px;
	padding: 10px;
}
ul.footer_button_list {
	margin: 25px auto;
	margin-top: 0;
	width: 100%;
}
ul.footer_button_list li a {
	font-size: 10px;
	padding: 12px 6px;
	min-width: 160px;
	display: flex;
	justify-content: center;
	align-content: center;
	line-height: 1.3;
}
ul.footer_button_list li a i {
	font-size: 14px;
	margin-right: 3px;
}
.ldb_meta_data {
	flex-direction: column;
	justify-content: center;
}
.ldb_icon {
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	width: 60px;
	height: 60px;
	border-radius: 4px;
}
.ldb_title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
	margin-bottom: 12px;
}
.ldb_url {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
	font-size: 11px;
}
.page-template-tpl_link_tree_social_media .normal_btns_group li {
	width: auto;
}
.link_data_box_social .ldb_meta_data {
	padding: 5px 15px;
	width: calc(100% - 135px);
	align-items: unset;
}
.link_data_box_social .ldb_title {
	font-weight: 400;
	font-size: 11px;
}
.megamenu_home_button a {
	padding: 12px 22px;
	min-width: 100%;
}
.nav_col {
	column-gap: 25px;
}
.burger_menu, .close_menu {
	font-size: 25px;
}
.logout_icon a {
	font-size: 21px;
}
.reset_stats_data {
	position: relative;
	top: -11px;
	font-size: 12px;
}
.selective_buttons_style_2 .elements_per_row_2 section {
	display: inline-block;
	width: 100%;
}
.selective_buttons_style_2 label {
	padding: 8px 4px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 9px;
}

.campaigns_list .camp_line {
	display: block;
	padding: 10px 10px;
}
.campaigns_list ul li .camp_line .order_col2 {
	column-gap: 15px;
	justify-content: center;
	align-items: center;
	margin-left: 0;
	margin-top: 12px;
	font-size: 12px;
}
.campaigns_list ul li .camp_line i {
	font-size: 16px;
}
.mb-sm-15 {
	margin-bottom: 15px;
}
.outer_reports_container .campaigns_list .camp_line {
	display: grid;
	padding: 15px 15px;
	grid-template-columns: 3.5fr 1fr;
}
.outer_reports_container .campaigns_list ul li .camp_line .order_col2 {
	justify-content: right;
	margin-top: 0;
}
.tasks_endings {
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}
.download_excel_file {
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}
.order_fitlers_status ul {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.order_fitlers_status ul li label {
	width: 100%;
}
.completion_time_popup {
	max-width: 200px;
}
#order_time_submit {
	padding: 14px 20px;
}
.campaigns_list ul li .camp_line .order_col:first-child {
    font-size: 12px;
}
.campaigns_list ul li .camp_line .order_col .order_time {
    font-size: 11px;
	margin-right: 0;
}
}

@media only screen and (max-width: 375px) {
ul.footer_button_list li a {
	min-width: 140px;
}
}