@charset "UTF-8";
/* Style CSS */

html, body {
	width:100%;
	height:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Urbanist', sans-serif !important;
  background: #fff9f5 !important; /* soft warm background */
  color: #2b2b2b;
  letter-spacing: 0.005em;
}
img {
	max-width:100%;
}
.center_block {
	width:90%;
	height:auto;
	margin:0 auto;
	padding:0;
}

.main_sep {
	width:100%;
	height:2px;
	background:#ddd;
	margin:20px 0;
}

/* ---------- Form Elements ---------- */
/* Buttons */
.btn {
  font-family: 'Urbanist', sans-serif;
  font-size: 14px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

/* Primary Button */
.btn-primary {
  background: linear-gradient(90deg, #ffdfcb, #ffbfa0) !important;
  border-color: #ffbfa0 !important;
  color: #4b260a !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(90deg, #ffbfa0, #ffdfcb) !important;
  color: #2e1505 !important;
  box-shadow: 0 4px 8px rgba(255, 191, 160, 0.4);
}

/* Info Button (same tone) */
.btn-info {
	background: linear-gradient(90deg, #ffdfcb, #ffbfa0) !important;
	border-color: #ffbfa0 !important;
	color: #5a2d0c !important;
}

.btn-info:hover,
.btn-info:focus {
	background: linear-gradient(90deg, #ffbfa0, #ffdfcb) !important;
	outline: none !important;
	box-shadow: none !important;
	color: #3b1c08 !important;
}


/* Label, Input, textarea, combo and meta */
label.control-label, .control-label {
	display:block;
	width:100%;
	margin:10px 0 5px 0;
	font-family: 'Urbanist', sans-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:normal;
	line-height:1.6;
	color:#444;
	padding:0;
	border:0;
	text-decoration:none;
}

label.label_captcha {
	font-size:18px;
	color:#f00;
	display:inline-block;
	width:auto;
	margin:20px 0 0 0;
}
input.input_captcha {
	display:inline-block;
	width:50px;
	margin:20px 0 0 10px;
}
p.msg {
	margin:5px 0;
	width:calc( 100% - 10px);
	padding:5px;
	font-size:14px;
	line-height:20px;
	background:#888;
	color:#fff;
	border-radius:5px;
	border:1px solid #777;
	font-weight:600;
}
p.success_msg {
	background:#13b641;
	border:1px solid #10a73a;
}
p.error_msg {
	background:#ff5858;
	border:1px solid #eb4a4a;
}

/* Forms */
.form-control {
	font-size: 14px !important;
}

/* ----------- Tables ---------- */
.table tr td, .table tr th{
	font-size: 14px;
}
 .table tr th {
 	font-weight: 600;
 	font-size: 13px;
 	background: #1b1b1b;
 	border-color: rgba(255,255,255,0.15);
 	color:#fff;
 }
/* ---------- Grid ---------- */
.col {
	padding:20px 0;
}
.two_col {
	width:49%;
	margin:0 2% 0 0;
	float:left;
}
.three_col {
	width:32%;
	margin:0 2% 0 0;
	float:left;
}
.four_col {
	width:23.5%;
	margin:0 2% 0 0;
	float:left;
}
.six_col {
	width:15%;
	margin:0 2% 0 0;
	float:left;
}
.col_three_fourth {
	width:50%;
	float:left;
	margin:0 2% 0 0;
}
.col_one_fourth {
	width:45%;
	float:left;
	margin:0 2% 0 0;
}

/* ---------- Bgs ---------- */
.bg_white {
	background:#fff;
}
.bg_green {
	background:#13b641;
}
.bg_blue {
	background:#00496f;
}
.bg_grey {
	background:#eaf4ed;
}

/* ---------- Global Classes ---------- */
.pad_block {
	padding:30px 0;
}
.border_grey {
	border:1px solid #ddd;
}
.list {
	margin:10px 0 10px 20px;
}

/* ---------- Main Styles ----------- */

/* --- Top Bar --- */
.top_bar {
  background: #ffbfa0 !important;
  height: 3px;
  display: block;
}

.top_bar p {
	color:#fff;
	margin:0;
	padding:0;
	line-height:30px;
	font-size:14px;
}
.top_bar p a {
	font-size:14px;
	color:#fff;
	font-weight:600;
}
.top_bar p a:hover {
	color:#eee;
}

/* --- Header --- */
header.header_wrap {
	width:100%;
	margin:0 auto;
	padding:10px 0;
}
.hea

/* Logo */
a.logo_wrap img {
	opacity:1;
	vertical-align: bottom;
}
a.logo_wrap img:hover {
	opacity:0.8;
}

/* Footer */
.footer_wrap {
	padding: 15px 0;
	text-align:center;
	 background: #1b1b1b !important;
	margin-top: 30px;
	 color: #b7b7b7;
}
p.foot_copy, 
p.foot_copy a {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:20px;
	  color: #ffbfa0 !important;
}

/* Dash Styles  */
.main-heading-wrap {
  background: radial-gradient(circle at center, #fff7f1 15%, #ffdbc4 30%, #ffdbc4 100%);
  color: #1b1b1b;
  border-bottom: 1px solid #f0c8a3;
  padding: 20px 30px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.main-heading-wrap h1 {
	 font-size: 28px;
  font-weight: 700;
  color: #1b1b1b;
}

/*.dash_main_block {
	border-bottom:2px solid #ccc;
}*/
/* Nav */
.dash_nav_wrap {
	width:100%;
	height:80px;
	background: #1b1b1b !important;
	text-align:left;
}
.rounded-full{
	border-radius: 9999px !important;
}
.dash_nav_wrap ul {
	width:100%;
	text-align:left;
	clear: both;
}
.dash_nav_wrap ul li{
	display:inline-block;
	margin:0;
	padding:0;
	position:relative;
	float: left;
}
.dash_nav_wrap ul li a{
	color: #f4f1ef;
	font-weight:600;
	text-decoration:none;
	font-size:14px;
	line-height:40px;
	padding:10px 15px;
}
.dash_nav_wrap ul li.multi_li{
	display: none;
} 
.dash_nav_wrap ul li a:hover {
	 background: #fff1e8;
  	 color: #1b1b1b;
}

/* Sub Nav */
.dash_nav_wrap ul li ul {
	position:absolute;
	width:240px;
	height:0px;
	overflow:hidden;
	right:0;
	padding:0;
	background:#fff;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	-ms-transition:all 0.15s linear;
	z-index: 999;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dash_nav_wrap ul li ul li {
	display:block;
	width:100%;
	border-bottom:1px solid #ddd;
}
.dash_nav_wrap ul li ul li a {
	display:block;
	width:100%;
	color:#000000;
	padding:12px 15px;
	line-height: 1.5;
}
.dash_nav_wrap ul li ul li a:hover {
	text-decoration:none;
	background:#fff7ed;
}

.dash_nav_wrap ul li a.dash_nav_current {
	 background: #ffdfcb !important;
  color: #1b1b1b !important;
}

.dash_nav_wrap ul li.dash_sub_nav:hover ul{
	height:auto;
}

/* dash menu */
a.dash_menu {
	width:auto;
	height:auto;
	margin:0 5px 0 0;
	padding:5px 15px;
	background:#fff;
	text-decoration:none;
	display:none;
	text-align:center;
	line-height:1.6;
	font-weight:600;
	color:#001847;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border:1px solid #dbe1eb;
}
a.dash_menu:hover {
	color:#001847;
	background:#eef1f7;
	text-decoration: none;
}

/* --- Profile Pic --- */
.profile_pic_wrap {
	display:inline-block;
	margin:0 auto 20px auto;
	text-align:center;
	width:80%;
}
.profile_pic {
	width:180px;
	height:180px;
	margin:0 auto 10px auto;
	padding:0;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	background:#fff;
	overflow:hidden;
}
.profile_pic_wrap img {
	width:100%;
	height:auto;
	min-width:180px;
	min-height:180px;
}


/* --- main Error pages --- */
.error_main {
	text-align:center;
	padding:40px 0;
}
.error_main  h1 {
	color:#f00;
}

/*ACP Login */
.acp_login_wrap {
	width:50%;
	margin:0 auto;
	display:inline-block;
	text-align:left;
}

@media all and (max-width:720px) {
	.acp_login_wrap {
		width:80%;
	}
}

/* ---------- Ticket System ---------- */
.ticket_wrap {
}
.ticket_wrap .text_center p{
	width:50%;
	margin:0 auto 20px auto;
	font-size:14px;
	line-height:22px;
	font-style:italic;
	color:#888;
}
.ticket_select_wrap .ticket_dep_wrap {
	margin-bottom:20px;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
	background:#F7FBF8;
	outline:1px solid #ddd;
	text-align:center;
	padding:10px 0;
	position:relative;
	top:0px;
}
.ticket_select_wrap .ticket_dep_wrap h4 img{
	position:relative;
	top:4px;
}
.ticket_select_wrap .ticket_dep_wrap  p{
	width:calc( 100% - 20px);
	padding:0 10px;
	margin:10px 0;
}
.ticket_select_wrap .ticket_dep_wrap button {
	margin:0 0 20px 0;
}

.ticket_select_wrap a.ticket_form_link:hover .ticket_dep_wrap{
	background:#fff;
	top:-5px;
}
.ticket_select_wrap a.ticket_form_link:hover .ticket_dep_wrap button.btn{
	background:#1acc4d;
}

.buy_sur_form_wrap {
	border-right: 1px solid #ccc;
	width: 60%;
}

/* Table */
.ticket_filter_wrap {
	display:inline-block;
	width:auto;
	height:auto;
	margin:20px 0;
}
.ticket_filter_wrap input {
	float:left;
	width:200px;
	margin:0;
	background:#F7FBF8;
}
.ticket_filter_wrap button.btn {
	float:left;
	margin:0;
	border-radius:0;
}

table.ticket_table {
}
table.ticket_table td {
	vertical-align: middle;
}
table.ticket_table td.sl_no {
	width: 40px;
	text-align: center;
}
table.ticket_table td.date {
	font-weight: bold;
	text-align: center;
	width: 80px;
}
table.ticket_table td.status {
	font-style: italic;
	text-align: center;
}
table.ticket_table td.status span.ticket_status_red {
	color: red;
}
table.ticket_table td.status span.ticket_status_green {
	color: green;
}
table.ticket_table td.button {
	width: 100px;
	text-align: center;
}
table.ticket_table td.subject {
	width: 380px;
	text-align: left;
}
table.ticket_table td.prior {
	text-align: center;
}
table.ticket_table td.prior span.prior {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc;
	display: inline-block;
}
table.ticket_table td.prior span.prior_high {
	background: #f00;
}
table.ticket_table td.prior span.prior_low {
	background: #ffe400;
}
table.ticket_table td.prior span.prior_medium {
	background: #ffa200;
}

/* Form */
.open_ticket_form {
	width: calc( 100% - 40px );
	margin: 20px auto;
	border-radius: 5px;
	padding:10px 20px;
	background: #F6FAF7;
	border: 1px solid #ddd;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
	display:none;
}
.open_ticket_form .form_in_pad {
	width: calc( 100% - 40px );
	padding: 0 40px 0 0;
}
.open_ticket_form input, .open_ticket_form select,.open_ticket_form textarea  {
	background: #fff;
}

/* View Ticket Page ---------- */
.tkt_info_sub {
	font-weight: bold;
	font-size: 19px;
	line-height: 26px;
	margin: 10px 0 10px 0;
}
p.tkt_info_meta {
	margin: 5px 0 10px 0;
	font-weight: normal;;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
}

/* Reply */
.reply_main_wrap {
	margin:10px auto;
}
.tkt_reply_wrap {
	display: block;;
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 2;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.reply_head {
	width: calc( 100%);
	padding: 5px 10px;
	background: #dbdee7;
	position: relative;
}
.reply_head p {
	margin: 0;
	color: #001847;
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
}
.reply_head p.name {
	float: left;
}
.reply_head p.date {
	float: right;
}

.reply_body {
	width: calc( 100% - 20px);
	padding: 0 10px 10px 10px;
}
.reply_body p {
	margin: 10px 0 0 0;
	line-height: 26px;
	font-size: 15px;
}
.reply_body p.reply_meta {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	color: #909baf;
	text-align: right;
}

a.attach_link {
	text-decoration: none;
	background: #4183D7;
	color: #fff;
	padding: 2px 5px;
	font-size: 13px;
	margin:10px 0;
	border-radius: 5px;
	display: inline-block;
}
a.attach_link img {
	position: relative;
	top: 0px;
	width: 10px;
}
a.attach_link:hover {
	color: #fff;
	background: #00496F;
}

/* Reply Textarea */
.tkt_reply_text_wrap {
	width: calc( 100% - 42px);
	height: auto;
	background: none;
	padding: 20px 0;
	z-index: 0;
	position: relative;
	border-top: none;
	text-align: center;
}
.tkt_reply_text_wrap textarea.form-control {
	width: 50%;
	margin: 10px auto;
}

.meta {
	margin:20px 0 10px;
	color:#909baf;
	font-size:14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

/* ---------- Mason Grid ---------- */
.dash-info-box {
	text-align: center;
	margin-bottom: 15px;
}
.dash-info-box p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.dash-info-box p strong{
	font-weight: 600;
	font-size: 14px;
	color:#808ca3;
	letter-spacing: 0.05em;
}
.dash-info-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color:#001847;
}

/* Dash Quick Links */
.dash-link-box {
	box-shadow: 0 20px 40px rgba(0,0,0,0);
	transition: all 0.2s;
	height: 100%;
}
.dash-link-box img {
	width: 60px;
}
.dash-link-box h3{
	font-size: 18px;
	color:#001847;
	font-weight: 600;
}
.dash-link-box:hover, .dash-link-box:focus {
	box-shadow: 0 20px 40px rgba(0,0,0,0.1)
}

/* Search */
input.search_input {
	width: 60%;
	float: left;
}
button.search_button {
	margin: 0;
	border-radius:0;
}

/* Panels */
.white_bg {
	  background: #fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	 box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 5px;
}
.white_bg  p {
	margin: 0;
	 color: #3c2f25;
}

/* --------- Auto Suggest ---------- */
ul.suggest_container {
	margin:0 0 10px 0;
	background: #fff;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
ul.suggest_container li {
	list-style: none;
	display: block;
	width: 100%;
}
ul.suggest_container li a {
	display: block;
	width: calc( 100% - 20px);
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}
ul.suggest_container li a:hover {
	background:#00496F;
	color:#fff;
}
ul.suggest_container li:last-child a {
	border-bottom: 0px solid #ddd;	
}

.count-name{
	width:50%;
	float:left;	
}

.count-name p {
	font-weight:normal;
	line-height:1.6;
	text-align:center;
}

/* Loader */
.loader {
	position: relative;
	top: 20px;
	left: 10px;
	margin-top: -22px;
}

.position-relative {
	position: relative !important;
}

.copy-icon {
    cursor: pointer;
    color: #1b2279!important
}

.copy-icon span, .copy-icon a {
    font-family: 'Urbanist', sans-serif;
    color: #333;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none;
}

.copy-icon:before {
    display: none
}

.copy-icon:after {
    content: "\f0c5"
}
.tablecustom tr th{
	font-size:  11px; 
}
.tablecustom tr td{
	font-size:  11px; 
}
.fa-info-circle {
	font-size:14px;
}
.error_span {
    color: #fff;
    background: red;
    margin: 0;
    font-size: 13px;
    text-indent: 5px;
}

.text-align-center{
	text-align:center;
}
.text-align-left{
	text-align:left;
}

.text-align-right{
	text-align:right;
}

.downline-type-200 {
    color: #03852b; /* green */
}
.leader-type-300 {
    color: #e70000; /* red */
}
.downline-default {
    color: #e70000; /* red */
}
.leader-default {
    color: #03852b; /* green */
}
.default-text {
    color: #212529; /* default gray/black */
}

.min-vh-500{
	min-height: 500px;
}

.bg-light-green { background-color: #e6ffe6; }
.bg-light-orange { background-color: #fff2e6; }
.bg-light-red { background-color: #ffc2b3; }
.bg-light-pink { background-color: #f5d6eb; }
.bg-light-yellow { background-color: #fff0b3; }

.w-10 {
  width: 10%;
}
.w-12 {
  width: 12%;
}


.permission-title {
    text-align: center;      /* center text */
    font-weight: bold;       /* bold text */
    font-size: 16px;         /* adjust as needed */
    margin: 10px 0;          /* spacing */
    background-color: #f0f0f0; /* optional: light gray background */
    padding: 8px 12px;       /* padding around text */
    border-radius: 6px;      /* rounded corners */
}
.permission-row {
    margin-left: 15px;       /* indent checkboxes */
    margin-bottom: 5px;
}
.permission-checkbox {
    margin-right: 5px;
}
.indent {
    margin-left: 5px;
}

.permission-checkbox:checked {
    accent-color: red;  /* modern browsers */
}

