@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {

	--doc-height: 100%;

}



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;

	outline: none;

}

a:hover,.nav-tabs > li > a:hover {

  text-decoration: none;

  color: #f8d242;

}

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;

}

.home_menu a {

	color: #f8d242;

	font-size: 19px;

	cursor: pointer;

	margin-right: 1px;

	display: inline-block;

}

.nav_col {

	display: flex;

	align-items: center;

	column-gap: 20px;

}

.logout_icon a{

	color: #f8d242;

	font-size: 18px;

	cursor: pointer;

}

.logout_icon svg{

	fill: #f8d242;

	width: 20px;

	height: 20px;

}

.balance_icon.balance_is_negtive span {

	color: #cf2e2e;

}

.balance_icon span {

	color: #fff;

	font-size: 14px;

	font-weight: 600;

	display: flex;

	align-items: center;

}

.balance_icon span i {

	color: #f8d242;

	font-size: 20px;

	margin-right: 7px;

}

.balance_icon span img {

	width: 8px;

	margin-left: 5px;

	margin-top: -2px;

}

.title_bar {

    margin-bottom: 25px;

	position: relative;

}

.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;

}

.profile_field_labels {

	font-weight: 500;

	margin-bottom: 6px;

	color: #888888;

}

.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;

	outline: none;

}

textarea.input_field {

	height: 100px;

	padding-top: 10px;

}

.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;

}

.frm_area .fileuploader-items .fileuploader-item {

	padding-bottom: 10px;

	padding-top: 10px;

}

.frm_area .fileuploader-items .fileuploader-item:last-child {

	border-bottom: 0;

	margin-bottom: 0;

}

.frm_area .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {

	background: #d53939;

	box-shadow: none;

}

.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;

}

.msg_sent_icon img {

	max-width: 60px;

	margin-bottom: 12px;

	height: 60px;

}

.new_message_Sent h6 {

	margin-bottom: 0;

}

.profile_image_shell {

    text-align: center;

    margin: 15px auto;

	position: relative;

}

.profile_image_shell img {

	border-radius: 90%;

	height: 135px;

	object-fit: none;

	width: 135px;

}

.background_image_shell {

	text-align: center;

	margin: 15px 15px;

	position: relative;

}

.background_image_shell img{

    border-radius: 6px;

    height: 135px;

    width: 100%;

    object-fit: cover;

}

.remove_thumb {

	display: flex;

	position: absolute;

	right: 0;

	background: #d53939;

	width: 20px;

	height: 20px;

	border-radius: 50%;

	align-items: center;

	justify-content: center;

	cursor: pointer;

	z-index: 1;

	font-size: 13px;

}

.profile_image_shell .remove_thumb {

	left: 0;

	right: -115px;

	margin: auto;

}

.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.align-btns-left ul {

	justify-content: left;

}

.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 {

	background-color: #292929;

	border: 1px solid #292929;

	box-shadow: 0px 0px 10px #000;

}

.admin_form_popup .modal-header {

	display: block;

	position: relative;

	padding: 15px 15px;

	border-bottom: 0px solid #000;

}

.admin_form_popup .modal-header .modal-title {

	margin-bottom: 0;

	line-height: 1.5;

	margin-top: 0;

	font-size: 16px;

	color: #fff !important;

}

.admin_form_popup .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 {

	color: #eee;

}

.modal-backdrop.show {

	opacity: 0.93;

	background: #0f0f0f;

}

.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;

	overflow-y: auto;

}

.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;

	position: relative;

}

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;

}

ul.footer_button_list li ul {

	background: #1f1f1f;

	position: absolute;

	bottom: 105%;

	right: 0;

	left: 0;

	border-radius: 4px;

	list-style: none;

	padding: 0;

	margin: auto;

	display: none;

}

ul.footer_button_list li ul li{

	display: block;

}

ul.footer_button_list li ul li a {

	display: block;

	color: #fff;

	font-size: 13px;

	transition: 0.3s;

	padding: 10px 10px;

	padding-right: 10px;

	border-bottom: 1px solid #444;

	border-radius: 0;

	background: transparent;

}

ul.footer_button_list li ul li:first-child a {

	border-radius: 4px 4px 0 0px;

}

ul.footer_button_list li ul li:last-child a {

	border-bottom: 0px;

	border-radius: 0px 0px 4px 4px;

}

.customer_service_menu_mobile {

	display: none;

}

/*** 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: 12px;

	padding-bottom: 8px;

	font-size: 14px;

	border-radius: 6px;

	min-height: 60px;

	text-transform: capitalize;

	filter: drop-shadow(0 4px 10px rgba(9, 9, 9, 0.5));

	padding-left: 15px;

}

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;

}

.credit_balance_info {

	font-weight: 700;

	font-size: 16px;

}

.credit_balance_info span {

	color: #f8d242;

	margin-left: 10px;

}

.credit_balance_info span.balance_is_negtive {

	color: #cf2e2e;

}

.credit_balance_info span img {

	width: 8px;

	margin-left: 1px;

	margin-top: -2px;

}

.normal_btns_group_wallet li a {

	padding: 14px 18px;

	font-weight: 400;

}

.normal_btns_group_wallet ul {

	margin-bottom: 0;

}

.border_seperator {

	background-color: #202020;

	height: 2px;

	width: 100%;

	margin-top: 30px;

	margin-bottom: 30px;

}

.credit_balance_history {

	display: grid;

	grid-template-columns: .4fr 2fr .7fr;

	align-items: center;

	column-gap: 20px;

}

.credit_balance_history_title {

	display: block;

	font-size: 16px;

	font-weight: 700;

	color: #f8d242;

}

.credit_balance_history_excel {

	display: grid;

	background: #1e1e1e;

	border-radius: 6px;

	padding: 20px 15px;

	grid-template-columns: .4fr 1fr;

	font-size: 12px;

	align-items: center;

}

.cbhe_title {

	display: inline-block;

	color: #949494;

}

.cbhe_calendar {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

.cbhe_calendar_label {

	display: inline-block;

}

.cbhe_calendar_field {

	display: inline-block;

	width: auto;

	background: no-repeat;

	border: 0;

	max-width: 70px;

	margin-left: 3px;

	margin-right: 3px;

	color: #f8d242;

	border-bottom: 1px dotted #f8d242;

	text-align: center;

	outline: none;

	border-radius: 0;

}

.cbhe_calendar_field:hover, .cbhe_calendar_field:focus {

	outline: none;

	border-radius: 0;

	border: 0;

	border-bottom: 1px dotted #f8d242;

}

.cbhe_download_file {

	display: inline-block;

	margin-left: auto;

	font-size: 15px;

}

.cbhe_download_file button {

	display: inline-block;

	color: #949494;

	border: 0;

	width: 18px;

	background: no-repeat;

	margin: 0;

	padding: 0;

}

.order_transactions {

	display: block;

}

.filter_order_transactions .SumoSelect {

	max-width: 160px;

	float: right;

}

.transactions_list .camp_line {

	font-size: 12px;

	justify-content: space-between;

	display: grid !important;

	grid-template-columns: .6fr .5fr 1fr 1fr .3fr;

	background: #141414 !important;

}

.transactions_list .camp_line.no_action_col {

	grid-template-columns: 1fr 1fr .5fr .5fr;

}

.transactions_list .camp_line.no_action_col .translation_info{

	text-align: center;

}

.tasks_report_list .camp_line.no_action_col .translation_info {

	text-align: right;

}

.transactions_list ul li .camp_line span:first-child {

	width: auto !important;

}

.transaction_type {

	font-weight: 400;

}

.transaction_type em {

	color: #f8d242;

	font-style: normal;

}

.trans_type_deposit i {

	color: #62c300;

}

.trans_type_paid i {

	color: #f64403;

}

.translation_del {

	text-align: right;

}

.transactions_list_wrapper {

	margin-top: 25px;

}

.transaction_time i, .translation_info i, .transaction_title i{

	color: #f8d242;

}

.transactions_list ul li .camp_line a i {

	font-size: 16px;

}

.transactions_list ul li .camp_line .transaction_type i {

	margin-right: 15px;

}

.transactions_list ul li .camp_line .transaction_type img {

	width: 6px;

	margin-left: 1px;

	margin-top: -2px;

}

.transactions_list ul li .camp_line a.edit-campaign-btn {

	margin-right: 10px;

}

.transactions_list ul li .camp_line .translation_info span {

	cursor: pointer;

}

.transaction_info_detail {

	display: none;

	background-color: #0b0b0b;

	padding: 14px 20px;

	padding-top: 14px;

	border-radius: 0px 0px 6px 6px;

	font-size: 12px;

	color: #949494;

}

.transactions_list .camp_line.info_detail_open {

	border-radius: 6px 6px 0px 0px;

}

.transaction_info_detail i {

	margin-right: 10px;

}

.balance_info_mobile {

	font-size: 14px;

	font-weight: 600;

	position: absolute;

	right: 10px;

	display: none;

	top: 0;

	align-items: center;

}

.balance_is_negtive {

	color: #cf2e2e;

}

.balance_info_mobile i {

	margin-right: 7px;

	font-size: 18px;

	color: #f8d242;

}

.balance_info_mobile img {

	width: 8px;

	margin-left: 5px;

	margin-top: -2px;

}

.form-group.file_uploader_big {

	margin-bottom: 0;

}

.frm_area .file_uploader_short .fileuploader-input .fileuploader-input-caption span::before {

	display: none !important;

}

.frm_area .file_uploader_big.file_uploader_short .fileuploader-input .fileuploader-input-caption {

	min-height: 60px;

	height: 60px;

	font-size: 14px;

	color: #fff;

	font-family: Poppins;

}

.frm_area .file_uploader_short .fileuploader {

	padding: 0;

	margin: 0px 0;

}

.file_uploader_short .fileuploader-items {

	display: none;

}

.back_to_links_manage_page {

    display: inline-block;

    background: #f8d242;

    border-color: #f8d242;

    color: #131313;

    height: 40px;

    padding: 8px 20px;

    border-radius: 6px;

    font-weight: 500;

    padding-top: 11px;

    text-transform: uppercase;

}

.back_to_links_manage_page:hover{ 

	color: #131313;

}

.tasks_report_list .camp_line {

	padding: 8px 20px !important;

	grid-template-columns: .4fr 1fr 1fr .2fr;

}

.tasks_report_list .translation_info a {

	background: #0a0a0a;

	display: inline-block;

	padding: 10px 16px;

	border-radius: 4px;

}

.tasks_report_list .translation_info a i{

	margin-left: 5px;

}

.tasks_report_list ul li .camp_line span i {

	font-size: 14px;

	color: #f8d242;

}

a.product_btn {

	display: flex;

	justify-content: space-between;

	background: #141414;

	color: #fff;

	filter: drop-shadow(0 4px 10px rgba(9, 9, 9, 0.5));

	padding: 15px 12px;

	border-radius: 6px;

	height: 60px;

	align-items: center;

	margin-bottom: 15px;

}

a.product_btn:hover {

	background: #000000;

}

a.product_btn i {

	color: #f8d242;

	font-size: 18px;

}

.store_tabs_2 {

	display: none;

}

.process_steps {

	display: flex;

	margin-bottom: 35px;

}

.cps_columns {

	display: block;

	text-align: center;

	padding: 0 10px;

}

.cps_top_icon {

	color: #f8d242;

	font-size: 30px;

	margin-bottom: 15px;

}

.cps_top_arrow {

	color: #000;

	width: 18px;

	height: 18px;

	background: #f8d242;

	border-radius: 50%;

	margin: auto;

	margin-bottom: 15px;

	font-size: 11px;

	padding-top: 1px;

	text-align: center;

}

.cps_top_title {

	display: block;

	color: #fff;

	font-size: 12px;

}

.cps_boder_line {

	background: #141414;

	height: 8px;

	border-radius: 4px;

	position: absolute;

	z-index: -1;

	bottom: 88px;

	left: 0;

	right: 0;

	width: 100%;

}

.popup_contact_message_sent {

	display: none;

	text-align: center;

}

.popup_contact_message_sent h4 {

	margin-top: 5px;

	margin-bottom: 15px;

	text-transform: uppercase;

	font-size: 15px;

}

.popup_contact_message_sent .msg_sent_icon {

	font-size: 36px;

	color: #f8d242;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-ai {

	background: transparent;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat {

	background: transparent;

	font-size: 14px;

	border-radius: 0;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input {

	padding: 0;

	border-top: 0px solid #454654;

	padding-top: 20px;

	align-items: end;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input textarea {

	background: #131313;

	color: white;

	border: none;

	border-radius: 6px;

	font-size: 14px;

	resize: vertical;

	font-family: inherit;

	line-height: 1.4;

	flex: auto;

	padding: 10px 15px;

	height: auto !important;

	outline: none;

	min-height: 56px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input button {

	background: #f8d242;

	color: #111;

	border: 1px solid #f8d242;

	margin-left: 15px;

	width: 130px;

	border-radius: 6px;

	cursor: pointer;

	text-transform: uppercase;

	font-weight: 500;

	height: 56px;

	outline: none;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input button[disabled]::before {

	border-top-color: #000;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-reply {

	display: flex;

	padding: 15px 15px;

	background: transparent;

	border-radius: 4px;

	border-bottom: 0;

	padding-right: 30px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-reply .mwai-text + em{

	display: none;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-ai {

	background: #1f1f1f;

	position: relative;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-ai .mwai-text + em {

	width: 28px;

	height: 28px;

	position: absolute;

	bottom: -12px;

	right: 0;

	background: #1f1f1f;

	border-radius: 6px;

	color: #f8d242;

	font-size: 12px;

	display: flex;

	align-items: center;

	justify-content: center;

	cursor: pointer;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input button:hover {

	background: #f8d242;

	opacity: .85;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat button[disabled]::after {

	margin: auto;

	border: 3px solid #111;

	border-top-color: #f8d242;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-content {

	background: none;

	border-radius: 0;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-name {

	position: relative;

	margin-right: 30px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-ai .mwai-name {

	color: #1f1f1f;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-user .mwai-name {

	color: #292929;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-name .mwai-name-text {

	text-indent: -1000%;

	display: none;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-ai .mwai-name::before {

	content: "\e1ec";

	position: absolute;

	left: 0;

	top: -4px;

	font-family: "Font Awesome 6 Pro";

	font-weight: 400;

	color: #f8d242;

	font-size: 20px;

	z-index: 99;

	width: 22px;

	height: 22px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-user .mwai-name::before {

	content: "\f007";

	position: absolute;

	left: 0;

	top: -2px;

	font-family: "Font Awesome 6 Pro";

	font-weight: 400;

	color: #f8d242;

	font-size: 17px;

	width: 22px;

	text-align: center;

}

#ai_chatt_popup .modal-dialog {

	max-width: 805px;

}

.waiting_loader_outer {

	display: none;

	padding: 15px;

	background: #1f1f1f;

	border-radius: 3px;

}

.waiting_loader {

	position: relative;

	display: flex;

	align-items: center;

}

.waiting_loader .ai_sign {

	color: #f8d242;

	font-size: 20px;

	width: 22px;

	margin-right: 7px;

}

.waiting_loader::before {

	content: "";

	position: absolute;

	top: 0;

	right: 0;

	width: 1px;

	height: 100%;

	background: #fff;

	animation: blinkCursor 0.8s steps(3) infinite;

	display: none;

}

@keyframes blinkCursor {

	0%,75% {

		opacity: 1;

	}

	76%, 100% {

		opacity: 0%;

	}

}

.waiting_loader div {

	position: relative;

	color: #fff;

	letter-spacing: 2px;

	font-size: 13px;

	text-transform: unset;

	animation: typing 4s steps(19) infinite;

	overflow: hidden;

	display: block;

	white-space: pre;

}

@keyframes typing {

	0%,90%,100% {

		width: 0;

	}

	30%,60% {

		width: 139px;

	}

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-reply > div.chat_waiting_loader {

	position: relative;

	color: #fff;

	letter-spacing: 2px;

	font-size: 13px;

	text-transform: unset;

	animation: typing 4s steps(19) infinite;

	overflow: hidden;

	display: block !important;

	white-space: pre;

}

.reset_aichat {

	display: none;

	position: absolute;

	right: 45px;

	top: 15px;

	background: #f8d242;

	color: #111;

	padding: 3px 10px;

	border-radius: 3px;

	cursor: pointer;

}



.mwai-reply.mwai-ai.chat_copied {

	-webkit-animation-name: push-on-hover;

	animation-name: push-on-hover;

	-webkit-animation-duration: 0.3s;

	animation-duration: 0.3s;

	-webkit-animation-timing-function: linear;

	animation-timing-function: linear;

	-webkit-animation-iteration-count: 1;

	animation-iteration-count: 1;

}

@-webkit-keyframes push-on-hover {

	50% {

	  -webkit-transform: scale(0.8);

	  transform: scale(0.8);

	}

	100% {

	  -webkit-transform: scale(1);

	  transform: scale(1);

	}

  }

  @keyframes push-on-hover {

	50% {

	  -webkit-transform: scale(0.8);

	  transform: scale(0.8);

	}

	100% {

	  -webkit-transform: scale(1);

	  transform: scale(1);

	}

  }

  #ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-copy-button div.mwai-copy-button-one {

    background: #f8d242;

    opacity: 1 !important;

    border-radius: 3px;

} 

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-copy-button div.mwai-copy-button-two {

    background: transparent;

    border: 3px solid #f8d242;

    border-radius: 3px;

}  

/************************************************/

/************************************************/

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

/************************************************/

/************************************************/

@media only screen and (max-width: 991px) {

.credit_balance_history {

	grid-template-columns: .4fr 2fr .1fr;

}

.transactions_list .camp_line {

	grid-template-columns: .8fr .8fr 1.4fr 1fr;

}

.tasks_report_list .camp_line {

	grid-template-columns: .4fr 1fr 1fr .2fr;

}

.back_to_links_manage_page {

	padding: 6px 14px;

	padding-top: 10px;

	font-size: 14px;

	text-align: center;

}

}



@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;

}

.nav_col .balance_icon {

	display: none;

}

.balance_info_mobile {

	display: flex;

}

.credit_balance_info {

	margin-bottom: 10px;

}

.credit_balance_history_title {

	margin-bottom: 10px;

}

.credit_balance_history {

	grid-template-columns: auto;

	margin-bottom: 15px;

}

.filter_order_transactions .SumoSelect {

	max-width: 100%;

	float: none;

}

.border_seperator {

	margin-bottom: 23px;

}

.transactions_list_wrapper {

	margin-top: 0;

}

.transactions_list ul li .camp_line x-tname {

	display: none;

}

.transactions_list .camp_line {

	grid-template-columns: 1fr 1.8fr .1fr .9fr;

	padding: 14px 14px !important;

}

.transactions_list ul li .camp_line a i {

	font-size: 16px;

}

.transactions_list ul li .camp_line .transaction_type i {

	margin-right: 10px;

}

.tasks_report_list .translation_info a {

	background: transparent;

	display: inline-block;

	padding: 2px 0px;

}

.tasks_report_list .camp_line {

	grid-template-columns: .8fr 2fr .2fr .3fr;

	padding: 14px 14px !important;

}

.tasks_report_list .camp_line.no_action_col {

	grid-template-columns: .9fr 1.8fr .5fr;

}

.back_to_links_manage_page {

	padding: 6px 8px;

	padding-top: 7px;

	font-size: 10px;

	text-align: center;

}

.tasks_report_list ul li .camp_line .translation_info i {

	width: 15px;

}

.linktree-popup-menu__links {

	padding-bottom: 70px;

}

.customer_service_menu_mobile {

	border-radius: 0;

	width: 100%;

	height: 100vh;

	left: 0;

	right: 0;

	bottom: 0;

	display: none;

	background: #1f1f1f;

	position: absolute;

}

.customer_service_menu_mobile ul {

	display: block;

	list-style: none;

	padding: 0;

	margin: auto;

	margin-left: 15px;

	margin-right: 15px;

	top: calc(50% - 130px);

	position: relative;

	text-align: center;

}

.customer_service_menu_mobile ul li a {

	display: inline-block;

	min-width: 230px;

	color: #fff;

	font-size: 16px;

	transition: 0.3s;

	padding: 10px 10px;

	border-bottom: 1px solid #444;

	text-align: center;

}

.customer_service_menu_mobile ul li:last-child a {

	border-bottom: 0;

}

.customer_service_close_icon {

	color: #f8d243;

	position: absolute;

	right: 20px;

	bottom: 20px;

	font-size: 28px;

	cursor: pointer;

}

.process_steps {

	display: none;

}

.modal-open .modal {

	padding-left: 0 !important;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input .mwai-input-text {

	width: 100%;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input textarea {

	width: 100%;

	resize: unset;

	min-height: 56px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input {

	justify-content: center;

	align-items: center;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-input button {

	margin-left: 0;

	height: 44px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-name {

	margin-right: 30px;

}

#ai_chatt_popup .ai_chat_form_wrapper .mwai-chat .mwai-reply {

	flex-direction: row;

}

}



@media only screen and (max-width: 375px) {

ul.footer_button_list li a {

	min-width: 140px;

}

}