@charset "UTF-8";
/* Style CSS */

html,
body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Poppins', sans-serif !important;
	background: #eef1f7 !important;
	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: 'Poppins', sans-serif;
	font-size: 14px !important;
	border-radius: none !important;
	font-weight: 600 !important;
	outline: none !important;
	color: #000 !important;
}

.btn-primary {
	color: #fff !important;
	background: #111218 !important;
	border-color: #111218 !important;
	outline: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #111218 !important;
	outline: none !important;
}

/* Label, Input, textarea, combo and meta */
label.control-label,
.control-label {
	display: block;
	width: 100%;
	margin: 10px 0 5px 0;
	font-family: 'Poppins', 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;
}

.btn-success {
	background-color: #d5d5d5 !important;
	border-color: #d5d5d5 !important;
	padding-bottom: 9px !important;
}

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,
.table tr td {
	font-size: 12px !important;
}

.gradient-yellow {
	background: linear-gradient(90deg, rgba(253, 213, 81, 1) 0%, rgba(248, 244, 171, 1) 50%, rgba(253, 213, 81, 1) 100%);
}

.table tr th {
	font-weight: 600;
	font-size: 13px;
	border-color: rgba(255, 255, 255, 0.2);
	color: #111218;
}

/* ---------- 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: #13b641;
	height: 3px;
	display: none;
}

.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: linear-gradient(90deg, #0a101c 0%, #0a101c 0%, #0a101c 147%);
	margin-top: 30px;
}

p.foot_copy,
p.foot_copy a {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

/* Dash Styles */
.main-heading-wrap {
	/* background: linear-gradient(to right, #ffffff, #ff8c00, #f023a5); */
	background: linear-gradient(135deg, #ff3cac, #ff8a00, #ffd200);
}

.btn-yellow {
	background: #ff7a18 !important;
	border: #ff7a18 !important;
}

.main-heading-wrap h1 {
	font-size: 30px !important;
	font-weight: 600 !important;

	/* Simple light animation */
	animation: fadeIn 0.8s ease-in;
}

/* Very light fade */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*.dash_main_block {
	border-bottom:2px solid #ccc;
}*/
/* Nav */
.dash_nav_wrap {
	width: 100%;
	height: 40px;
	background: linear-gradient(90deg, #111218 0%, #111218 0%, #111218 100%);
	text-align: left;
}

.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: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	padding: 10px 15px;
}

/* Sub Nav */
.dash_nav_wrap ul li ul {
	position: absolute;
	width: 240px;
	height: 0px;
	overflow: hidden;
	right: 0;
	padding: 0;
	background: #161616;
	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: 1px solid #d1a84a36 !important;
}

.btn-info btn-yellow {
	color: #fff !important;
	background-color: #111218 !important;
	border-color: #111218 !important;
}

.dash_nav_wrap ul li ul li a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 12px 15px;
	line-height: 1.5;
}

.dash_nav_wrap ul li ul li a:hover {
	text-decoration: none;
	color: #000000e6;
	background-color: #ffffff !important;
	border: 1px solid rgb(255, 41, 13);


}

.dash_nav_wrap ul li a.dash_nav_current {
	background: #fff;
	color: #000;
}

.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: #ffb300;
}

/* 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: #111218;
	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;
}

.dash-link-box img {
	width: 50px;
}

.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 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.white_bg p {
	margin: 0;
}

/* --------- 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: 'Poppins', 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: 14px !important;
}

.tablecustom thead {
	background: #ffa560;
}

.fa-info-circle {
	font-size: 14px;
}

.error_span {
	color: #fff;
	background: red;
	margin: 0;
	font-size: 13px;
	text-indent: 5px;
}

.btn-danger {
	background-color: #dc3545 !important;
	/* red */
	border-color: #dc3545 !important;
	color: #fff !important;
}



.pdbtm {
	padding: 7px !important;
}

.pdbtm-reset {
	padding: 8px !important;
}

.tablecustom th {
	font-size: 14px !important;
}

.min-vh-500 {
	min-height: 500px;
}

.text-align-center {
	text-align: center;
}

.d-none {
	display: none
}

.w-100 {
	width: 100%
}

.border-right-0 {
	border-right: 0px
}

.d-inline {
	display: inline
}

.color-green {
	color: green
}

.color-red {
	color: red
}

.color-blue {
	color: blue
}

.font-size-11 {
	font-size: 11px
}

.font-size-10 {
	font-size: 10px
}

.w-600 {
	width: 600px
}

.w-30 {
	width: 30%;
}

.w-10 {
	width: 10%;
}

.w-130 {
	width: 130px
}

.w-12 {
	width: 12%;
}

.w-9 {
	width: 9%;
}

.overflow-x-initial {
	overflow-x: initial;
}

.table-fixed {
	width: 450px;
	table-layout: fixed;
}

.bg-success-subtle {
	background-color: #dbffd6;
}

.bg-danger-subtle {
	background-color: #ffe5db;
}

.border-collapse {
	border-collapse: collapse;
}

.font-13 {
	font-size: 13px;
}
