html,body {
	overflow-x: hidden;
	padding:0;
	margin:0;
	width: 100%;
	min-height: 100vh;	
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;	
	height: 100%;
	font-size: 15px;
	color:#333;
	background: #f8f8f8;
}
:root {
  --default: #ab9769;
  --white: #fff;
  --secondary-color: #30373f;
  --heading-color: #242424;
  --paragraph-color: #343434;
  
}
.white {
	color:#fff !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito';
    font-weight: 700;
}
ul,li {
	margin:0;
	padding:0;
}

a,a:hover:focus:active:visited {
	text-decoration:none !important;
	outline:0;
}
.form-control:focus,.btn:focus {
    box-shadow: none !important;
}
.form-control {
    min-height: 42px;
}
.btn-shadow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.custom-control-input:focus ~ .custom-control-label:before,.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none !important;
}
.f13 {
	font-size:13px;
}
.f12 {
	font-size:12px;
}
/**** page-wrapper ****/
.cs-login .cslogin-footer a.btn.btn-login,.navright-icons .navbar-dropdown .dropdown-item.icon-drop,.bg-color {
	background: #145388;
}
.navright-icons li a i:hover,.search-box .search-icon:hover i, .sidebar-wrapper .sidebar li.active a,.text-color  {
	color: #145388;
}





@media print {
.iprint-leads .btn-print {
	display: none;
}
.iprint-leads > * {
	color: #000;
}
.iprint-leads table tr th {	
	font-weight: bold;
}
.iprint-leads table tr th, .iprint-leads table tr td {
	color: #000;
	font-size: 14pt !important;
	padding: 5px 6px;
	border: 1px solid #000;
	line-height: 22px;
}	
.iprint-leads .cs-breadcrumb {
	border-bottom: 0;
}
}
.form-radio .custom-control {
	margin: 0 10px 10px 0;
}
.form-radio .custom-control-label {
	cursor: pointer;
}
.form-radio .custom-control-label:before,.form-radio .custom-control-label:after {
	top: 0;
}
.ld-picpreview {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.ld-picpreview img {
    width: 120px;
    border: 1px solid #eee;
    object-fit: cover;
}
.google-captcha {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08) !important;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08) !important;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08) !important;
	background: #f9f9f9;
	padding: 8px;
	border: 1px solid #d3d3d3;
	position: relative;
}
table.newleads tr td h5 {
	font-size: 18px;
}
table.newleads tr td {
	vertical-align: middle;
	padding: 8px 8px;
}
table.newleads tr td .form-control {
	padding: 2px 5px;
	min-height: 30px;
}
.btn-light {
    color: #5e5e5e;
    background-color: #ececec;
    border-color: #ececec;
}
.vertical-step .step-caption small {
	display: block;
	color: #999;
	margin: 2px 0 12px;
	font-size: 12px;
}
.vertical-step .step-caption p {
    color: #333;
    font-size: 14px;
    margin: 0 0 4px;
}
.vertical-step li .step-icon i {
    border: 4px solid #d6d7dd;
    border-radius: 100%;
    text-align: center;
    font-size: 8px;
    color: #777;
}
.vertical-step li .step-icon {
    width: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.vertical-step .step-caption h4 span, .vertical-step .step-caption h3 span {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}
.vertical-step .step-caption h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0;
    color: #808080;
}
.vertical-step .step-caption h3 {
    margin: 0 0 2px;
    font-size: 18px;
	line-height: 18px;
}
.vertical-step li:last-child .step-caption {
	border-bottom: 0;
}
.vertical-step .step-caption {
    width: 100%;
	margin: 0 0 0 20px;
    border-bottom: 1px dashed #d0d0d0;
    padding: 0 0 20px;
}
.vertical-step li .step-img img {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
	border: 4px solid #d6d7dd;
}
.vertical-step li .step-img {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
	position: relative;
	z-index: 1;
}
.vertical-step li:last-child:after {
	display: none;
}
.vertical-step li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    border: 1px solid #d6d7dd;
    top: 0;
    left: 21px;
    background: #e1e2e6;
}
.vertical-step li {
    display: -ms-flexbox !important;
    display: flex !important;
    list-style: none;
    padding: 0 0 20px;
	position: relative;
}
.vertical-step {
    position: relative;
}
/** form-validation **/
.form-group {
    position: relative;
}
.is-invalid span:after {
    position: absolute;
    content: "\f071";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    right: 8px;
    top: 30px;
    font-size: 20px;
    color: #dc3545;
}
.is-invalid .form-control {
	border-color: #dc3545;
    padding-right: calc(1.5em + .7rem);
    position: relative;
}
.is-valid span:after {
    position: absolute;
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    right: 8px;
    top: 30px;
    font-size: 20px;
    color: #28a745;
}
.is-valid .form-control {
	border-color: #28a745;
    padding-right: calc(1.5em + .7rem);
    position: relative;
}
/** form-validation **/
.cs-lform .card {
    border-top: 4px solid #ab9769;
}
.form-group label sup {
    color: #f00;
    font-size: 15px;
    top: 0;
}
.custom-control {
	min-height: 1.8rem;
}
.form-group label.custom-control-label {
	line-height: 28px;
	padding-left: 3px;
}
.form-others, .form-others1 {
	display: none;
}
.mobile-leadfilter .multiselect-cbox .selectBox {
    padding: 5px 6px;
	display: block;
	position: relative;
	z-index: 1;
}
.mobile-leadfilter .multiselect-cbox .dropCheckbox {
	top: 35px;
}
.mobile-leadfilter .multiselect-cbox {
    background: #b9b9b9;
    margin: 0 3px 8px;
    border-radius: 3px;
}
.multiselect-cbox .dropCheckbox .custom-control {
    margin: 0px 0 8px;
}
.multiselect-cbox .dropCheckbox .custom-control-label {
    color: #333;
    font-weight: 500;
    line-height: 22px;
    padding: 2px 2px 0;
	font-size: 14px;
}
.multiselect-cbox .dropCheckbox {
    position: absolute;
    background: #fff;
    padding: 10px 8px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    top: auto;
	min-width: 125px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index: 9;
}
.multiselect-cbox .selectBox {
    padding: 0;
    height: auto;
	cursor: pointer;
	color: #fff;
}
.badge {
    padding: 4px 6px;
    font-weight: 600;
    letter-spacing: 0.2px;
	color: #fff;
}
.badge-warning {
    background-color: #e8ae00;
}
.badge-new {
    background-color: #8ab1ff;
}
.badge-pending {
    background-color: #e8ae00;
}
.badge-visited {
    background-color: #146690;
}
.badge-considering  {
    background-color: #D66202;
}
.badge-payment {
    background-color: #165907;
}
.badge-Waitlist {
    background-color: #254EDB;
}
.badge-reply {
    background: #01ac81;
    color: #fff;
}
.table.cus-list tr td {
    font-size: 14px;
	vertical-align: middle;
}
.table.cus-list th i {
	font-size: 13px;
}
.table.cus-list th {
	min-width: 145px;
}
.cus-list .btn-icon {
	position: relative;
	z-index: 1;
}
.cus-list .btn-icon i {
    font-size: 28px;
}
.bg-secondary th {
    color: #fff;
}
.mob-smlogo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}
.form-actions {
    border-top: 1px solid #E3E6F5;
    padding: 15px 0 0;
    margin: 5px 0 0;
}
.form-actions .btn {
    padding: 10px 28px;
}
.idb-card.keight .idb-ulst i {
	color: #998300;
}
.idb-card.keight a {
	border-bottom: 3px solid #998300;
}
.idb-card.kseven .idb-ulst i {
	color: #5c4b52;
}
.idb-card.kseven a {
	border-bottom: 3px solid #5c4b52;
}
.idb-card.ksix .idb-ulst i {
	color: #4c4e73;
}
.idb-card.ksix a {
	border-bottom: 3px solid #4c4e73;
}
.idb-card.kfive .idb-ulst i {
	color: #5cb85c;
}
.idb-card.kfive a {
	border-bottom: 3px solid #5cb85c;
}
.idb-card.kfour .idb-ulst i {
	color: #14a8e7;
}
.idb-card.kfour a {
	border-bottom: 3px solid #14a8e7;
}
.idb-card.kthree .idb-ulst i {
	color: #46aeaf;
}
.idb-card.kthree a {
	border-bottom: 3px solid #46aeaf;
}
.idb-card.ktwo .idb-ulst i {
	color: #ff7941;
}
.idb-card.ktwo a {
	border-bottom: 3px solid #ff7941;
}
.idb-card.kone .idb-ulst i {
	color: #e33a59
}
.idb-card.kone a {
	border-bottom: 3px solid #e33a59;
}
.idb-card {
    text-align: center;
	width: 100%;
	margin: 0 0 20px;
}
.idb-card h3 {
    margin: 12px 0 0;
    font-size: 19px;
}
.idb-card a {
    color: inherit;
    display: block;
    background: #fff;
    padding: 15px 8px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
	border-bottom: 3px solid #ab9769;
	position: relative;
	z-index: 1;
	width: 100%;
}
.idb-card .idb-ulst {
	position: relative;
    width: 85px;
    height: 85px;
    background: #fff;
    margin: 0 auto;
    display: -ms-flexbox !important;
	display: flex !important;
    flex-wrap: wrap;
    border-radius: 100%;
    box-shadow: 0 0 1px 3px #cecece inset;
    -webkit-box-shadow: 0 0 1px 3px #cecece inset;
    -moz-box-shadow: 0 0 1px 3px #cecece inset;
}
.idb-card .idb-ulst i[class^='fa'] {
	font-size: 30px;
}
.idb-card .idb-ulst i {
    align-self: center;
	-ms-flex-item-align: center !important;
    width: 100%;
    font-size: 35px;
	color: #ab9769;
}
.rowflex div[class^="col-"] .idb-card {
    display: flex;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
}
.index-imenu .imenulist-inner i {
	font-size: 5.5em;
	color: #fff;
}
.index-imenu .imenulist-inner h3 {
	color: #fff;
	margin: 8px 0 2px;
	font-size: 23px;
}
.index-imenu .imenulist-inner a {
	position: relative;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center!important;
    align-items: center!important;
	-ms-flex-pack: center!important;
    justify-content: center!important;
	padding: 5px;
	z-index: 1;
	color: inherit;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	width: 100%;
}
.bgi-one {
    background: #00c8dc;
	background: linear-gradient(to right, #00b0c2, #00c3c1);
}
.index-imenu .imenulist-inner {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
	border: 3px solid #fff;
}
.imenu-list li {
    list-style: none;
    text-align: center;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    margin: 0 7px 20px;
}
.frp-card .frt-info h3 span {
	font-weight: 700;
}
.frp-card .frt-info h3 {
	font-size: 18px;
	margin: 0 0 5px;
	font-weight
}
.frp-card .frt-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.frp-card li {
	list-style:none;
	margin: 0 15px 0 0;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
/*** index ***/
.myfileLabel input[type="file"] {
    display: none;
}
.myfileLabel .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.card-chatbox li.you .chat-message:before {
    border-color: transparent transparent #cee5e8 transparent;
}
.card-chatbox li.you .chat-message {
    background: rgba(0, 114, 135, .1);
    border: 2px solid rgba(0, 114, 135, .1);
}
.card-chatbox li.me .chat-message {
    background: rgba(100, 170, 0, .1);
    border: 2px solid rgba(100, 170, 0, .1);
}
.card-chatbox li.me {
    margin-left: auto;
}
.card-chatbox li {
    list-style: none;
    margin: 0 0 12px;
	max-width: 96%;
}
.card-chatbox li.me .chat-user {
    text-align: right;
}
.card-chatbox li.you .chat-user p:before {
	background: #17a2b8;
}
.card-chatbox li.me .chat-message:before {
    border-color: transparent transparent #e1eece transparent;
	right: 15px;
}
.card-chatbox li .chat-message:before {
    position: absolute;
    content: "";
    border-style: inherit;
    border-width: 0 8px 10px 8px;
    top: -12px;
}
.card-chatbox .chat-message p {
    margin: 0 0 3px;
    font-size: 15px;
}
.card-chatbox li .chat-message {
    margin: 8px 0 0;
    padding: 8px;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.card-chatbox .chat-user p span {
	color: #999;
	font-weight: 500;
}
.card-chatbox li.me .chat-user p:before {
	background: #28a745;
}
.card-chatbox li .chat-user p:before {
    position: absolute;
    content: "";
    background: #f00;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    border-radius: 10px;
}
.card-chatbox .chat-user img {
	width: 23px;
	height: 23px;
	object-fit:cover;
	min-width: 23px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.card-chatbox .chat-user p {
    margin: 0 0 0 0;
    position: relative;
    font-weight: 600;
    padding: 0px 0 0 13px;
	display: inline-block;
}
.card.card-werlog .card-header h3 {
	margin: 0 0 0;
	font-size: 20px;
	color: #fff;
}
.card.card-werlog .card-header {
    background-color: #00a6a4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 9px 15px;
}
.table.comp-detail {
    margin: 0 0 0;
}
.table.comp-detail tr td {
	border: 0;
	padding: 0 0 8px;	
}
.table.comp-detail tr td p {
	font-size: 15px;
    margin: 0 0 0;
}
.table.comp-detail tr td h3 {
    font-size: 16px;
    margin: 0 0 0;
}
.tklist-card li .tklist-left small {
    display: block;
    font-size: 14px;
    color: #2a2b44;
}
.tklist-card li .tkstatus p:before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	top: 4px;
	left: -18px;
	border-radius: 100%;
}
.tklist-card li .tkstatus p {
    margin: 0 0 0;
    font-size: 14px;
    position: relative;
	text-transform: uppercase;
}
.tklist-card li .tkstatus {
	align-self: center;
}
.tklist-card li .tklist-left h4 {
    font-size: 18px;
    margin: 0 0 3px;
    font-weight: 500;
    color: #888;
}
.tklist-card li .tklist-left h3 {
    font-size: 20px;
    margin: 0 0 4px;
	color: #2a2b44;
}
.tklist-card li a {
	padding: 10px 10px 10px 15px;
	position: relative;
	z-index: 1;
	display: block;
	color: inherit;
}
.tklist-card li .tklist-left {
    padding-right: 20px;
}
.tklist-card li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tklist-card li {
	margin: 18px 0;
	position: relative;
    list-style: none;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.ticklist-inner p {
	font-size: 16px;
	margin: 0 0 0;
	color: #fff;
	text-transform: uppercase;
}
.ticklist-inner h3 {
    color: #fff;
    font-size: 5rem;
    margin: 0 0 0;
}
.ticklist-inner.bg-tlthree,.tklist-card li.crthree:before,.tklist-card li.crthree .tkstatus p:before  {
    background: #df7600;
	background-image: linear-gradient(120deg, #f6d365 0%, #df7600 100%);
}
.ticklist-inner.bg-tltwo,.tklist-card li.crtwo:before,.tklist-card li.crtwo .tkstatus p:before {
    background: #cb356b;
    background-image: linear-gradient(to right, #cb356b 0%, #ff4e50 100%);
}
.ticklist-inner.bg-tlone,.tklist-card li.crone:before,.tklist-card li.crone .tkstatus p:before {
    background: #55950e;
	background-image: linear-gradient(to right, #55950e 0%, #02d994 100%);
}
.ticklist-inner {
    border-radius: 10px;
    text-align: center;
    padding: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08),0 1px 3px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08),0 1px 3px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08),0 1px 3px rgba(0, 0, 0, 0.08);
}
/*** ticket-listing ***/
.input-group.mhauto {
    height: 42px;
}
.custom-file-label, .custom-file-input {
	height: 42px;
	padding: 8px 10px;
}
.custom-file-label:after {
	padding: 8px 12px;
	height: auto;
}
.mcreate-ticket label sup {
    color: #f00;
    font-size: 17px;
    top: 1px;
    left: -1px;
}
.csupport-nticket .csupport-item i {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 2.3rem;
}
.csupport-nticket h3 {
	margin: 0 0 0;
	color: #fff;
}
.csupport-nticket {
    text-align: center;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
}
.csupport-nticket .csupport-item {
    padding: 15px 10px;
}
.csupport-nticket.bg-tickgrad {
    background-image: linear-gradient(-60deg, #f16515 0%, #ff7d1a 100%);
    border-radius: 10px;
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
	background: linear-gradient(135deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
}
.csupport .csupport-inner.bg-redgrad a {
	background-color: #b50000;
    background-image: linear-gradient(-60deg, #b50000 0%, #ff7d1a 100%);
}
.csupport .csupport-inner.bg-grngrad a {
	background-color: #0ba488;
    background-image: linear-gradient(to right, #3fe176 0%, #0ba488 100%);
}
.csupport .csupport-inner a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: red;
	height: 100%;
	color: #fff;
	position: relative;
	z-index: 1;	
	border-radius: 10px;
	box-shadow: 0 0px 2px rgba(36, 37, 38, 0.6);
	-webkit-box-shadow: 0 0px 2px rgba(36, 37, 38, 0.6);
	-moz-box-shadow: 0 0px 2px rgba(36, 37, 38, 0.6);
}
.csupport .csupport-inner {
    width: 230px;
	height: 230px;
    text-align: center;
	/* margin: 10px auto; */
}
.csupport .csupport-inner h3 {
    font-size: 5.5em;
	margin: 0 0 5px;
	line-height: 65px;
}
.csupport .csupport-inner p {
    margin: 0 0 0;
	font-size: 18px;
	font-weight: 600;
}
/** esupport **/
.step-innerdate .datepicker-days {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 5px;
}
.input-group.date .input-group-addon {
    cursor: pointer;
    background: #f0f0f0;
    border: 1px solid #bdc1c6;
    padding: 0 8px;
    font-size: 30px;
    height: 42px;
    border-left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.bootstrap-datetimepicker-widget {
	min-width: 300px;
    /* box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08); */
}
.bootstrap-datetimepicker-widget table th {
    height: 30px;
    line-height: 30px;
    width: 20px;
    font-size: 15px;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 20px;
}
.btn.btn-min i {
    font-size: 16px;
    position: relative;
    top: 1px;
}
.btn.btn-min {
    padding: 7px 15px;
    min-width: 110px;
    font-size: 16px;
	margin: 0 4px 0 0;
}
.condo-booking .tab-content .step-inner p {
	margin: 0 0 0;
}
.condo-booking .tab-content .tab-pane {
    padding: 0px 15px 15px 15px;
}
.condo-booking .step-inner li {
    list-style: none;
    margin: 0 0 10px;
    font-size: 15px;
}
.step-progress .nav-tabs {
	border-bottom: 0;
}
.step-progress {
    padding: 20px 15px 10px;
	width: 100%;
}
.step-progress li:first-child:after {
	content: none;
}
.step-progress li:after {
    position: absolute;
    content: "";
    top: 15px;
    background: #ccc;
    height: 1px;
    width: 100%;
	z-index: 1;
	left: -50%;
}
.step-progress li.active a {
    background: #17a2b8;
}
.step-progress li.active .step-caption p {
	color: #17a2b8;
}
.step-progress li {
    text-align: center;
    padding: 0 15px;
    position: relative;
	width: 25%;
}
.step-progress li .step-caption {
    margin: 4px 0 0;
}
.step-progress li .step-caption p {
    margin: 0 0 0;
    color: #8c8c8c;
    font-size: 16px;
}
.step-progress li a {
    background: #b5b5b5;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}
.condo-booking .cbook-content .btn-cbook:hover {
    background: rgb(19, 140, 160);
}
.condo-booking .cbook-content .btn-cbook {
    background: rgb(23, 162, 184);
    padding: 8px 25px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.condo-booking .cbook-content p {
	margin: 0 0 5px;
}
.condo-booking .cbook-content h3 {
    margin: 0 0 5px;
    color: #254277;
}
.condo-booking .cbook-content {
    padding: 10px 12px;
}
.condo-booking .cbook-content a {
	color: inherit;
	position: relative;
	z-index: 1;
}
.condo-booking .cbook-content {
    padding: 8px 12px;
}
.condo-booking .cbook-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
.condo-booking .cbook-img {
	position: relative;
	padding-bottom: 57%;
}
.default-popup.modal-img .close {
    position: absolute;
    right: 0;
    z-index: 99;
    opacity: 1;
    text-shadow: none;
    float: none;
    background: #f54848;
    padding: 2px 6px 4px 6px;
    color: #fff !important;
}
.default-popup .modal-content {
	border: 0;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3),0 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3),0 1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3),0 1px 6px rgba(0, 0, 0, 0.3);
}
.default-popup .dt-info li i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.default-popup .dt-info li {
    list-style: none;
    color: #fff;
    margin: 2px 0 0;
    font-size: 13px;
}
.default-popup .modal-header .close {
	border: 0;
	opacity: 1;
	outline: 0;
	position: absolute;
	right: 6px;
	font-size: 28px;
	top: 0px;
}
.default-popup .modal-header .modal-title {
	padding: 0 15px 0 0;	
}
.default-popup .modal-header .modal-title,.default-popup .modal-header .close {
	color: #fff;
}
.default-popup .modal-header {
    background: #17a2b8;
	padding: 8px 12px;
	display: block !important;
}
.cnotice-main .cnotice-inner .cnoticedesc {
    min-height: 85px;
}
.cnotice-main .cnotice-info {
    border-top: 1px solid #eee;
    padding: 5px 0 0;
}
.cnotice-main .cnotice-inner h3 {
    font-size: 22px;
}
.cnotice-main .cnotice-inner p {
	margin: 0 0 8px;
}
.cnotice-main .cnotice-inner:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-image: linear-gradient(135deg, rgb(50, 187, 241) 0%, rgb(166, 73, 233) 100%);
    left: 0;
	top: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.cnotice-main .cnotice-inner.ecsix:before {
	background: linear-gradient(135deg, rgb(113, 80, 189) 0%, rgb(225, 139, 139) 100%);
}
.cnotice-main .cnotice-inner.ecfive:before {
	background: linear-gradient(135deg, rgb(0, 122, 126) 0%, rgb(122, 179, 108) 100%);
}
.cnotice-main .cnotice-inner.ecfour:before {
	background: linear-gradient(135deg, rgb(177, 126, 0) 0%, rgb(255, 195, 0) 100%);
}
.cnotice-main .cnotice-inner.ecthree:before {
	background: linear-gradient(135deg, rgb(108, 179, 63) 0%, rgb(255, 159, 0) 100%);
}
.cnotice-main .cnotice-inner.ectwo:before {
	background-image: linear-gradient(135deg, rgb(170, 39, 145) 0%, rgb(255, 110, 0) 100%);
}
.cnotice-main .cnotice-inner {
	position: relative;
}
.cnotice-main .cnotice-inner a.ahmodal {
    padding: 15px;
    display: block;
    color: inherit;
    position: relative;
    z-index: 1;
}
.card.cnotice-main .card-content {
	padding: 0 !important
}
.cnotice-main .cnotice-info li i {
    font-size: 22px;
    position: relative;
    top: 3px;
}
.cnotice-main .cnotice-inner p {
    color: #888;
}
.cnotice-main .cnotice-info li:last-child {
	margin: 0 0px 0 0;
}
.cnotice-main .cnotice-info li {
    list-style: none;
	font-size: 14px;
	margin: 0 6px 0 0;
	color: #888;
}
.cnotice-main .cnotice-inner .ovheight {
    max-height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*** enotice ****/
.mynav-filter .nav-tabs .nav-item a.active {
	color: #17a2b8;
	border-bottom: 2px solid #17a2b8;
}
.mynav-filter .nav-tabs {
	border-bottom:0;
}
.mynav-filter .nav-tabs .nav-item a {
    font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 8px 10px;
	border: 0;
    color: #555;
	font-weight: 600;
    border-bottom: 2px solid #dddfe2;
	position: relative;
	z-index: 1;
}
.card-board h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px;
}
.table.up-leftstrong {
	margin: 0 0 0;
}
.table.up-leftstrong tr td:first-child {
	font-weight: 700;
	font-size: 15px;
}
.table.up-leftstrong tr td {
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 8px 8px 8px 0;
}
.search-grouping {
    position: relative;
}
.search-grouping .form-control {
    width: 80%;
    min-width: 200px;
    margin: 0 47px 0 0;
	position: relative;
	z-index: 1;
}
.search-grouping .btn-opensearch {
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 4px 11px;
	height: 40px;
	font-size: 20px;
}
.page-item .page-link:hover {
	background-color: #f9f9f9;
}
.page-item .page-link {
	color: #17a2b8;
	border: 0;
	font-size: 16px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.custom-control-label:before {
	background-color: #ced5dd;
}
.custom-control-label:before,.custom-control-label:after {
	width: 1.3rem;
	height: 1.3rem;
	cursor: pointer;
}
.table.table-default tr:nth-of-type(2n+2) {
    background-color: rgba(240, 240, 240, 0.5);
}
.table.table-default tr td {
    vertical-align: middle;
	border-top: 0;
	border-bottom: 1px solid #e4e4e4;
}
.table.table-default .thead-light th {
    color: #495057;
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
    font-size: 15px;
	padding: 8px 12px;
}
.cg-info {
	color: #fd891d !important;
}
.cg-delete, .cg-edit, .cg-info {
    font-size: 20px;
    cursor: pointer;
    position: relative;
	top: 3px;
    z-index: 1;
    margin: 0 4px;
    white-space: nowrap;
}
.cg-edit:hover {
    color: #007dd7 !important;
}
.cg-delete:hover {
    color: #e40000 !important;
}
.cg-info:hover {
    color: #d37115 !important;
}
.cg-edit {
    color: #0094ff !important;
}
.cg-delete {
    color: #f00 !important;
}
.form-group label {
	margin: 0 0 2px;
	font-weight: 600;
	font-size: 15px;
}
.button-grp.radius .btn {
    min-width: 90px;
	font-size: 13px;
    margin: 0 0 6px 3px;
    padding: 8px 15px;
    border-radius: 50px;
}
.cf-receipt table td:first-child, .cf-receipt table td:last-child {
    width: 20%;
}
.cf-receipt table td p,.cf-receipt table  {
	margin: 0 0 0;
}
.cf-receipt .card-content h3 {
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 4px;
    margin: 0 0 10px;
}
.cf-receipt table td {
    border: 0;
    padding: 0 12px 8px 0px;
    vertical-align: top;
}
.card-canvas canvas {	
	max-height:480px;
	width: 100%;
}
.card-canvas {
    margin: 5px 30px 5px 20px;
}
/***tickets ***/
.cticket .ticket-inner {
    position: relative;
    z-index: 1;
}
.cticket .tkt-content li h4 {
	margin: 0 0 0;
	font-size: 20px;
}
.cticket .tkt-content li p {
    margin: 0 0 0px;
    color: #fff;
    line-height: 18px;
}
.cticket .tkt-content li input {
    width: 80px;
    text-align: center;
    border: 0;
    padding: 8px;
    height: 60px;
    font-size: 30px;
    font-weight: 600;
    z-index: 1;
    position: relative;
}
.cticket .tkt-content li {
    list-style: none;
	align-self: center;
}
.cticket .bgrad-card h4 {
	color: #fff;
}
.cticket .bgrad-card:after {
	display: none;
}
.cticket .bgrad-card:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/globe-gradient.png) no-repeat center;
	opacity: .05;
	transform: none !important;
	border-radius:0;
}
/***tickets ***/
/***dashboard ***/
/*** dashboard chart ***/  
#bar-chart{    
    width: 800px;
    height: 320px;
}
.ct-series-a .ct-bar {
  stroke:  #be1e2d;
  stroke-width: 25;
}
.ct-series-b .ct-bar {
  stroke:  #00a79d;
  stroke-width: 25;
}
.ct-series-c .ct-bar {
  stroke:  #f4c63d;
  stroke-width: 25;
}

.ct-label {
  color: #333;
}  
/*** dashboard chart ***/  
.card .table.table-xl td {
    padding: 12px 20px;
    border-bottom: 1px solid #E3EBF3;
}
.card .table.table-xl th {
    padding: 10px 20px;
    border-bottom: 2px solid #E3EBF3;
    font-size: 16px;
}
.card .card-header {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0;
	padding: 15px 20px 0 20px;
}
.card .card-title {
    font-weight: 600;
    letter-spacing: .05rem;
    font-size: 18px;
    margin: 0 0 5px;
}
.card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08),0 1px 6px rgba(0, 0, 0, 0.08);
}
.rowflex .card {
	width: 100%;
}
.rowflex div[class^="col-"] {
    display: flex;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
}
.bgrad-card .bsr-btn i {
    font-size: 14px;
    top: 1px;
    position: relative;
}
.bgrad-card .bsr-btn {
    color: #fff;
    margin: 5px 0 0;
	display: inline-block;
    font-size: 13px;
    font-weight: 600;
	position: relative;
	z-index: 1;
}
.bgrad-card .bsr-price {
    text-align: right;
}
.bgrad-card .bsr-price h3 {
    color: #fff;
    margin: 0 0 2px;
    font-size: 40px;
    font-weight: 700;
}
.bgrad-card .bsr-price h4 {
	color: #fff;
    margin: 0 0 4px;
	font-size: 22px;
}
.bgrad-card .bsr-content img {
    width: 80px;
}
.bgrad-card .bsr-content {
    align-self: center;
	margin: 0 8px 0px 10px;
}
.bgrad-card .bsr-content i {
    font-size: 60px;
    color: #fff;
    display: block;
}
.bgrad-card:after {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    right: -44px;
    background: rgba(0, 0, 0, 0.05);
    top: 0;
    border-radius: 100%;
}
.bgrad-card:before {
	position:absolute;	
	content: "";
	width: 100px;
	height: 100px;
	left: 6px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);	
}
.bgrad-card {
	width: 100%;
    padding: 35px 12px;
	border-radius: 8px;
	position:relative;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),0 1px 1px rgba(0, 0, 0, 0.1);
}
.blue2-blue {
	background: #836aeb;
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(135deg, rgb(0, 232, 210) 0%, rgb(49, 93, 183) 100%);
	background: -webkit-linear-gradient(135deg, rgb(0, 232, 210) 0%, rgb(49, 93, 183) 100%);
	background: linear-gradient(135deg, rgb(0, 232, 210) 0%, rgb(49, 93, 183) 100%)
}
.blue-green-yellow {
	background: #836aeb;
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(135deg, rgb(0, 206, 75) 0%, rgb(15, 121, 85) 68%, rgb(15, 121, 85) 100%);
	background: -webkit-linear-gradient(135deg, rgb(0, 206, 75) 0%, rgb(15, 121, 85) 68%, rgb(15, 121, 85) 100%);
	background: linear-gradient(135deg, rgb(0, 206, 75) 0%, rgb(15, 121, 85) 68%, rgb(15, 121, 85) 100%);
}
.blue-purple-gredient {
	background: #836aeb;
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
	background: linear-gradient(135deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
}
.blue-green-gredient {
	background: rgba(119,193,124,1);
	background: -moz-linear-gradient(-45deg, #AC269D, #E73C7E, #AB6B8C);
	background: -webkit-linear-gradient(-45deg, #AC269D, #E73C7E, #AB6B8C);
	background: linear-gradient(-45deg, #AC269D, #E73C7E, #AB6B8C);
}
.red-orange-gredient {
	background: rgba(119,193,124,1);
	background: -moz-linear-gradient(-45deg, rgba(252,133,84,1) 0%, rgba(248,62,101,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(252,133,84,1) 0%, rgba(248,62,101,1) 100%);
	background: linear-gradient(135deg, rgba(252,133,84,1) 0%, rgba(248,62,101,1) 100%);
}
.darklightblue-gredient {
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(135deg, rgb(1, 156, 222) 0%, rgb(1, 48, 136) 100%);
	background: -webkit-linear-gradient(135deg, rgb(1, 156, 222) 0%, rgb(1, 48, 136) 100%);
	background: linear-gradient(135deg, rgb(1, 156, 222) 0%, rgb(1, 48, 136) 100%);
}
.orange-yellow {
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(135deg, rgb(247, 178, 41) 0%, rgb(249, 77, 7) 100%);
	background: -webkit-linear-gradient(135deg, rgb(247, 178, 41) 0%, rgb(249, 77, 7) 100%);
	background: linear-gradient(135deg, rgb(247, 178, 41) 0%, rgb(249, 77, 7) 100%);
}
.reddark-gredient {
	background: rgba(50,187,241,1);
	background: -moz-linear-gradient(135deg, rgba(193, 62, 253, 0.96) 0%, rgb(0, 172, 145) 68%, rgb(61, 168, 156) 100%);
	background: -webkit-linear-gradient(135deg, rgba(193, 62, 253, 0.96) 0%, rgb(0, 172, 145) 68%, rgb(61, 168, 156) 100%);
	background: linear-gradient(135deg, rgba(193, 62, 253, 0.96) 0%, rgb(0, 172, 145) 68%, rgb(61, 168, 156) 100%);
}
.bsr-card .bsr-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #444c55;
}
.bsr-card .bsr-btn {
    background: #fff;
	color: #444;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);   
    max-width: 120px;
    margin-top: 5px;
	position: relative;
	z-index: 1;
}
.bsr-card .bsr-price {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    margin: 20px auto;
    text-align: center;
    /* line-height: 120px; 
    border: 3px solid #28d094;*/
	background: #28d094;
    vertical-align: middle;
    display: flex;
	padding: 5px;
	background-image: linear-gradient(90deg,#cbf1ff 0%,#2f9aff 100%);
}
.bsr-card .bsr-price h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.bsr-card .bsr-price h3 {
    font-size: 40px;
    font-weight: 600;
	color: #fff;
    align-self: center;
    width: 100%;
	margin: 0 0 0;
}
.bsr-card:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg,#cbf1ff 0%,#2f9aff 100%);
    width: 100%;
    height: 5px;
    top: -1px;
    left: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.bsr-card .bsr-content {
    padding: 12px 0 5px;
    border-bottom: 1px solid #51aaf9;
    margin: 0 0 12px;
}
.bsr-card {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0 0 25px;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    position: relative;
}
[class*="bs-callout"] h4 {
    margin: 0 0 6px;
    font-size: 16px;
	font-weight: 700;
}
[class*="bs-callout"] a {
	color: #333;
    font-weight: 600;
}
/***dashboard ***/
.cs-breadcrumb {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
.cs-breadcrumb h4 {
    font-size: 22px;
	font-weight: 700;
}
.footer a {
	color: #888;
}
.footer a:hover {
	color: #444;
}
.footer {
    padding: 10px 20px 10px 60px;
    width: auto;
    background: #17a2b8;
    -webkit-box-shadow: 0 0px 3px rgba(24, 28, 33, 0.2);
    box-shadow: 0 0px 3px rgba(24, 28, 33, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	background: #fff;
	min-height: 40px;
	transition: .3s ease all;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all
}
.page-wrapper {
    margin: 90px 60px 60px 60px;
	width: auto;
	transition: .3s ease all;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
}
.page-wrapper.sidebardir {
    margin-left: 370px;   
}
.footer.show {
	padding-left: 230px;
}
.page-wrapper.show {
	margin-left: 230px;
}
.page-wrapper.collapse,.page-wrapper.collapse:not(.show),.footer.collapse  {
    display: block !important;
}
.footer p {
    line-height: 18px;
    margin: 4px 0 0px;
    font-size: 13px;
}
.footer.resetpw {
	padding-left: 20px;
}
.footer .container-fluid {
	padding: 0 0;
}
.form-control.a {
    background: #fff url(../img/down-arrow.png) no-repeat;
    background-size: 11px;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 5px 5px;
}
.table.protable tr td:first-child {
	max-width: 35px;
}
.table.protable tr td {
    border: 0;
    padding: 0 0 30px;
	vertical-align: middle;
	font-family:'Roboto' !important;
}
.table.protable tr td p {
    margin: 0 0 0;
    line-height: 18px;
}
.table.protable tr td h4 {
	margin: 0 0 0;
	font-size: 16px;
}
.btn-tooltip {
    background: #ccc;
    color: #fff;
    border: 0;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
	position: absolute;
	right: 12px;
	top: 0;
	font-weight: 600;
}
.product-option label {
    width: 150px;
	margin: 12px 0 0;
}
.pro-weight .form-control {
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 50px;
}
.pro-weight {
	position:relative;
	margin: 0 0 0;
}
.form-group.pro-weight {
    max-width: 150px;
}
.pro-weight .hastrix {
    font-size: 2em;
    color: #f00;
    position: absolute;
    left: -20px;
    top: -8px;
	height: auto;
}
.pro-weight .input-addon {
    position: absolute;
    top: 0px;
	line-height: 50px;
    right: 10px;
    font-weight: 600;
    font-size: 16px;
}
.pro-weight .form-control {
    padding: 5px 30px 5px 10px;
}
.promax-quantity .custom-radioprt {
    padding: 0 0 20px;
}
.promax-quantity .custom-radioprt.d-flex label {
    width: 12%;
}
.promax-quantity .per-order .form-control {
	max-width: 100px;
	margin: 0 10px;
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 50px;
}
.promax-quantity .per-order p {
	margin: 0 0 0;
	padding: 12px 0 0;
}
.pb-20{
	padding: 0 0 20px;
}
.btn.btn-draft {
    border: 2px solid #630028;
    border-radius: 5px;
    min-width: 145px;
	padding: 9px 5px;
    color: #555 !important;
    position: relative;
    z-index: 1;
}
.per-order {
    position: absolute;
    right: 0;
    width: 100%;
    top: -15px;
    left: 16%;
	display: none;
}
.inflex input, .inflex p {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}


.custom-radioprt label {
    margin: 0 0 0;
}
.custom-radioprt [type="radio"]:checked, .custom-radioprt [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radioprt [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radioprt [type="radio"]:checked + label:after, .custom-radioprt [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #4c6ccd;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radioprt [type="radio"]:checked + label:before, .custom-radioprt [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 2px solid #ccc;
}
.custom-radioprt [type="radio"]:checked + label:before {
	 border: 2px solid #4c6ccd;
}
.custom-radioprt [type="radio"]:checked + label, .custom-radioprt [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    z-index: 1;
}

/*** leftmenu ***/
.sidebar-wrapper .sub-menu.hide-submenu {
	transform: translateX(-230px);
}
.sidebar-wrapper .sub-menu {
    width: 230px;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: fixed;
    /* left: 120px; */
    border-left: 1px solid #f3f3f3;
    box-shadow: 0 3px 30px rgba(0,0,0,.1),0 3px 20px rgba(0,0,0,.1);
	transition: .3s ease all;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
}
.sidebar-wrapper .sub-menu li.active a, .sidebar-wrapper .sub-menu li.active i {
    color: #145388;
}
.sidebar-wrapper .sub-menu li {
    margin: 10px 30px 10px;
}
.sidebar-wrapper .sub-menu li a i {
	width: 20px;
	color: #8f8f8f;
}
.sidebar-wrapper .sub-menu li a, .sidebar-wrapper .sidebar .overlay-menu li a {
    font-size: 13px;
    display: block;
    padding: 8px 0;
	color: #212121;
	height: auto;
}
.sidebar-wrapper .sidebar .overlay-menu li a {
	padding: 4px 20px;
	border-bottom: 0;
}
.sidebar-wrapper .sidebar .overlay-menu li i {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0px 0 0;
}
.sidebar-wrapper .sidebar li.dropvisble a:focus, .sidebar-wrapper .sidebar li.dropvisble:hover a {
    color: inherit;
    background: inherit;
}
.sidebar-wrapper .sidebar li.dropvisble:hover .overlay-menu {
	left: 200px;
	opacity: 1;
}
.sidebar-wrapper .sidebar .overlay-menu {
    position: absolute;
    left: -80px;
	width: 180px;
	padding: 0px 0;
	height:100%;
    top: 0;
	border-left: 1px solid #f3f3f3;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
	opacity: 0;
	box-shadow: 5px 20px 8px 0px rgba(0,0,0,.1),6px 4px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 5px 20px 8px 0px rgba(0,0,0,.1),6px 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 5px 20px 8px 0px rgba(0,0,0,.1),6px 4px 10px rgba(0,0,0,.1);
}
.sidebar-wrapper .sidebar ul {
    /* background: #fff; */
}
.sidebar-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	padding-top: 80px;
	z-index: 5;
}
.sidebar-wrapper .sidebar.hide-sidebar {
	transform: translateX(-120px);	
}
.sidebar-wrapper .sidebar {
	width: 200px;
	height: 100%;
	background: var(--default);
	z-index: 2;
	position: fixed;
	left: 0;
	transition: .3s ease all;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	box-shadow: 5px 20px 8px 0px rgba(0,0,0,.1),6px 4px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 5px 20px 8px 0px rgba(0,0,0,.1),6px 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 5px 20px 8px 0px rgba(0,0,0,.1),6px 4px 10px rgba(0,0,0,.1);
}
.sidebar-wrapper .sidebar li a:hover {
	color: var(--default) !important;
}
.sidebar-wrapper .sidebar li a {
    /* height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
	display: block;
	padding: 16px 12px;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white);
    transition: color .3s;
    transition: background .3s;
}
.sidebar-wrapper .sidebar li {
	/* position: relative; */
	list-style: none;
}
.sidebar .main-menu ul li span {
    text-align: center;
    padding: 0 10px;
    line-height: 14px;
}
.sidebar-wrapper .sidebar li i {
    font-size: 18px;
    line-height: 22px;
    width: 24px;
}
.sidebar-wrapper .sidebar li a:focus, .sidebar-wrapper .sidebar li:hover a, .sidebar-wrapper .sidebar li:hover a.mob-drop {
    color: var(--default);
    background: var(--white);
}
.sidebar-wrapper .sidebar li.active:after {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-color: transparent transparent #145388;
	border-style: solid;
	border-width: 0 0 30px 30px;
}
.sidebar-wrapper .sidebar {
	left: -210px;
}
.sidebar-wrapper .sub-menu.cfmenu {
	left: 120px;
}
 .sidebar-wrapper .sub-menu {
	left: -240px;
}
.sidebar-wrapper .sidebar.show {
	left: 0px;
}

/*** leftmenu ***/

.navright-icons .dropdown-toggle.count-indicator::after {
    display: none;
}
.navright-icons li a {
    color: #333;
}
.navright-icons .navbar-dropdown .dropdown-item {
    color: #333;
}
.navright-icons li a i {
	font-size: 24px;
}
.navright-icons .flaticona-power {
    position: relative;
    top: -2px;
}
.navright-icons {
    margin: 0 0 0;
}
.navright-icons li {
    display: inline-block;
    margin: 0 0px 0;
    list-style: none;
	position: relative;
	vertical-align: middle;
}
.navright-icons .navbar-dropdown .dropdown-item.icon-drop:hover {
	background:#145388;
}
.navright-icons .navbar-dropdown .dropdown-item.icon-drop {
    text-align: center;
    color: #fff;
    padding: 10px 8px;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.img-xs {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.navright-icons .nav-item .count-indicator .count {
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #FF0017;
    color: #ffffff;
    font-size: 10px;
    top: -6px;
    font-weight: 600;
    line-height: 14px;
    border: none;
    text-align: center;
}
.navright-icons .navbar-nav .dropdown-menu a {
    color: #000;
}
.navright-icons .dropdown-item.preview-item i {
    width: 40px;
    height: 40px;
    padding: 6px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-size: 15px;
    vertical-align: top;
}
.navright-icons .dropdown-item .prev-content {
    display: inline-block;
    padding: 0 0 0 5px;
}
.navright-icons .navbar-nav .dropdown-menu a {
    color: #333;
}
.navright-icons .dropdown-item .prev-content h6 {
    margin: 0 0 3px;
    font-weight: 600;
    color: #424964;
	font-size: 16px;
}
.navright-icons .navbar-dropdown .dropdown-item:hover {
	background-color: #f7f7f7;
}
.navright-icons .dropdown-item .prev-content p {
    font-size: 12px;
    margin: 0 0 0;
}
.navright-icons .navbar-dropdown .dropdown-item {
    padding: 10px 10px 10px 10px;
    background-color: transparent;
}
.navright-icons .dropdown-item.preview-item:last-child {
    border-bottom: 1px solid transparent;
}
.navright-icons .dropdown-item.preview-item {
    border-bottom: 1px solid #f0f0f0;
}
.navright-icons .navbar-dropdown .dropdown-item.icon-drop .badge {
    margin-left: 10px;
    font-weight: 500;
}
.navright-icons .nav-item.dropdown .navbar-dropdown.pad-drop:after {
	background: #145388;
}
.navright-icons .nav-item.dropdown .navbar-dropdown:after {
    position: absolute;
    right: 25px;
    bottom: 100%;
    content: '';
    pointer-events: none;
    -webkit-transform: rotate(45deg) translate(10px);
    transform: rotate(45deg) translate(10px);
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(182, 182, 182, 0.3);
    border-left: 1px solid rgba(182, 182, 182, 0.3);
    background: #fff;
}
.navright-icons .nav-item.dropdown .navbar-dropdown.pad-drop {
	min-width: 260px;
	right: -15px;
}
.navright-icons .nav-item.dropdown .navbar-dropdown {
	margin-top: 0;
	position: absolute;
	top: calc(40px - 0px);
	right: 0;
	left: auto;
	border: 1px solid rgba(182, 182, 182, 0.3);
	padding: 0;	
	border-radius: 6px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);
	
}
.navright-icons .nav-item.dropdown .navbar-dropdown {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0); } 
}
@-webkit-keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0); } 
}
.navright-icons {
    list-style: none;
    margin: 0 0 0;
}

.top-nav.navbar .navbar-left i {
	color: #333;
	font-size: 30px;
}
.top-nav.navbar .navbar-left i:hover {
	color: #555;
}
.top-nav.navbar {
    height: 80px;
	padding: 10px 15px;
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
	background: #fff;  
	/*background: linear-gradient(to right, #00b0c2, #00c8dc); */
}
.top-nav.navbar .navbar-left li {
    list-style: none;
    display: inline-block;
	margin: 0 0 0;
	vertical-align: middle;
}
.mob-input-search .search-box {
	width:100%;
}
.mob-input-search.show {
    visibility: visible;
    top: 70px;
}
.mob-input-search {
    position: absolute;
    width: 90%;
    left: 12px;
    right: 12px;
    top: -60px;
    max-width: 300px;
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    border-radius: 50px;
    visibility: hidden;
	transition: all .24s ease-in-out;
}
.search-box {
    position: relative;
	width: 240px;
}
.search-box input {
    border: 1px solid #eee;
    border-radius: 30px;
    background: #f8f9fa;
    padding: 8px 35px 8px 15px;
    color: #666;
    font-weight: 300;
    outline: 0;
    height: 42px;
    width: 100%;
}
.search-box .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #cbcbcb;
    padding: 10px 15px 10px 5px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 15px;
}
.menu-button .main-bar {
	color: #333;
	font-size: 20px;
}
.menu-button {
    color: #333;
    text-align: center;
}
/*** header ***/
/** login ***/
.cs-login .cslogin-footer a.btn.btn-login {
    background: #ab9769;
    color: #fff;
    padding: 10px 35px;
    font-size: 15px;
    outline: 0;
    border: 0;
    position: relative;
    z-index: 1;
}
.hypchange {
    color: #333;
}
.cs-login .has-float-label .form-control {
    min-height: 45px;
}
.cs-login .has-float-label {
	position:relative;
	display:block;
}
.cs-login .has-float-label span {
    position: absolute;
    top: -8px;
    font-size: 13px;
    left: 10px;
    background: #fff;
    padding: 0 3px;
	color: #666;
}
.logo-single img {
    max-height: 40px;
}
.cs-login.img-bg {
    background-image: url(../img/logreg-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cs-login .auth-card {   
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
    border: 0;
	margin: 20px 0;
}
.cs-login .auth-card .image-side p,.cs-login .auth-card .image-side a  {    
	color: #fff;
}
.cs-login .auth-card .image-side:before {    
	position: absolute;
	content: "";
	background-color: rgba(171, 151, 105, 0.6);
	width: 100%;
	height: 100%;
	z-index:1;
	left: 0;
	top: 0;
}
.cs-login .auth-card .image-side .align-self-center {    
	width: 100%;
	z-index: 2;
}
.cs-login .auth-card .image-side {    
    background: url(../img/logreg-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 0;
	/* box-shadow: -8px 0px 10px -5px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -8px 0px 10px -5px rgba(0, 0, 0, 0.06); */
}
.cs-login .auth-card .form-side {   
    padding: 70px;
}
/** login ***/
.btn-primary {
 background-color:#145388;
 border-color:#145388;
 color:#fff
}
.btn-primary:hover {
 color:#fff;
 background-color:#0f3d64;
 border-color:#0f3d64
}
.btn-secondary {
	background-color:#9ea2a6;
	border-color:#9ea2a6;
	color:#fff
}
.btn-secondary:hover {
	color:#fff;
	background-color: #8d8f91;
	border-color: #8d8f91;
}
.btn-warning {
	color:#fff;
	background-color: #f2b809;
	border-color: #f2b809;
}
.btn-warning:hover {
	color:#fff;
	background-color: #d7a409;
	border-color: #d7a409;
}
.btn-info {
	color:#fff;
	background-color:#17a2b8;
	border-color:#17a2b8;
}
.btn-info:hover {
	color:#fff;
	background-color:#138496;
	border-color:#117a8b;
}


/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/ 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

.scrollbar-inner {
/*   width: 300px;
  margin: 20px auto; */
  max-height: 850px;
  box-sizing: border-box;
  padding-right: 20px;
  overflow: -moz-scrollbars-none;
}
/***scrollbar ***/

.modal.dbreserve .modal-fgroup .btn-editdel {
    color: #fff;
    padding: 10px 15px;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.modal.dbreserve .form-group.qty-addon .quantity-plus,
.modal.dbreserve .form-group.qty-addon .quantity-minus {
    color: #333 !important;
    padding: 2px 6px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 14px;
    width: 27px;
    height: 27px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
}

.modal.dbreserve .dbreserv-details .form-group.qty-addon .input-number {
    border: 0;
    width: 40px;
    text-align: center;
}

.modal.dbreserve .dbreserv-details td:first-child {
    font-weight: 600;
}

.modal.dbreserve .dbreserv-details td {
    padding: 6px 6px 6px 0px;
}

.modal.dbreserve .dbreserv-details h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 3px;
}

.modal.dbreserve .modal-body {
    padding: 25px 15px;
}

.modal.dbreserve .dbusermodinfo .ml-visitor h3 {
    margin: 12px 0 0;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
}

.modal.dbreserve .dbusermodinfo p {
    margin: 0 0 0;
}

.modal.dbreserve .dbusermodinfo a {
    color: #f00;
    letter-spacing: 0.5px;
}

.modal.dbreserve .dbusermodinfo h5 {
    font-size: 15px;
    margin: 6px 0 0px;
    text-transform: uppercase;
}

.modal.dbreserve .dbusermodinfo h4 {
    font-size: 20px;
    margin: 0 0 0px;
}

.modal.dbreserve .dbusermodinfo tr td {
    padding: 0;
    border: 0;
}

.modal.dbreserve .mode-title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.modal.dbreserve .modal-close,
.modal.dbreserve .modal-close span {
    color: #fff;
    background: #f00;
    padding: 1px 0px;
    font-size: 32px;
    width: 30px;
    height: 28px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}