@font-face {
	font-family: 'bebas_neueregular';
	src: url('../fonts/bebasneue.eot');
	src: url('../fonts/bebasneue.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue.woff2') format('woff2'), url('../fonts/bebasneue.woff') format('woff'), url('../fonts/bebasneue.ttf') format('truetype'), url('../fonts/bebasneue.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Plus-Light';
	src: url('../fonts/PlusJakartaSans-Light.eot');
	src: url('../fonts/PlusJakartaSans-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Light.woff') format('woff'),
		url('../fonts/PlusJakartaSans-Light.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-Light.svg#PlusJakartaSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus-Medium';
	src: url('../fonts/PlusJakartaSans-Medium.eot');
	src: url('../fonts/PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Medium.woff') format('woff'),
		url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus-Regular';
	src: url('../fonts/PlusJakartaSans-Regular.eot');
	src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Regular.woff') format('woff'),
		url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus-ExtraLight';
	src: url('../fonts/PlusJakartaSans-ExtraLight.eot');
	src: url('../fonts/PlusJakartaSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff'),
		url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-ExtraLight.svg#PlusJakartaSans-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus-Bold';
	src: url('../fonts/PlusJakartaSans-Bold.eot');
	src: url('../fonts/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Bold.woff') format('woff'),
		url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus-ExtraBold';
	src: url('../fonts/PlusJakartaSans-ExtraBold.eot');
	src: url('../fonts/PlusJakartaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff'),
		url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-ExtraBold.svg#PlusJakartaSans-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plus-SemiBold';
	src: url('../fonts/PlusJakartaSans-SemiBold.eot');
	src: url('../fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
		url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype'),
		url('../fonts/PlusJakartaSans-SemiBold.svg#PlusJakartaSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'summernote';
	src: url('../fonts/summernote.eot');
	src: url('../fonts/summernote.eot?#iefix') format('embedded-opentype'),
		url('../fonts/summernote.woff2') format('woff2'),
		url('../fonts/summernote.woff') format('woff'),
		url('../fonts/summernote.ttf') format('truetype'),
		url('../fonts/summernote.hash') format('hash');
	font-style: normal;
	font-display: swap;
}


body {
	background: rgb(235, 234, 234);
	color: #a8abb1;
	font-family: Plus-Regular, Arial;
	font-size: 13px;
	line-height: 18px;
	min-height: 100vh;
	background-size: cover;
}

.no-wrap {
	white-space: nowrap;
}

.div-center {
	float: none;
	margin: 0 auto;
}

.d-flex {
	display: flex;
	align-items: center;
}

.width-50 {
	max-width: 50px;
}

.width-100 {
	max-width: 100px;
}

.col-check,
.width-auto {
	width: auto;
}

.width-150 {
	max-width: 150px;
}

.ad-file {
	display: none;
}

.grey-txt {
	color: #a8abb1 !important;
}

.required {
	color: #fa1600 !important;
}

.red-txt {
	color: #8c2f26 !important;
}

.blck-txt {
	color: #000 !important;
}

.ml-5 {
	margin-left: 5px
}

.mr-5 {
	margin-right: 5px
}

.main-wrapper {
	width: 100%;
	overflow: hidden;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #0073aa;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

strong,
b,
.bold-txt {
	font-family: 'Plus-Bold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Plus-Bold';
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}

.font14 {
	font-size: 14px !important;
}

.font16 {
	font-size: 16px !important;
}

.rg-txt {
	font-family: 'Plus-Regular' !important;
}

.md-txt {
	font-family: 'Plus-Medium' !important;
}

th,
td,
caption {
	padding: 4px 10px 0 5px;
}

th {
	font-family: 'Plus-Medium';
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-14 {
	font-size: 14px;
}

.font-11 {
	font-size: 11px;
}

.note {
	font-size: 10px;
	color: #ea0303;
	margin: 2px 0;
	font-family: 'Plus-Medium';
}

.width50 {
	width: 50px;
}

img {
	max-width: 100%;
}

.form-control {
	font-size: 12px;
	font-family: 'Plus-Medium';
}

table,
th,
td {
	vertical-align: middle;
}

.table > thead > tr > th,
table > thead > tr > th {
	color: #000;
	border: 0;
	font-size: 12px;
}

.table > thead > tr > th,
table > thead > tr > th,
.table > tbody > tr > td,
table > tbody > tr > td {
	padding: 10px 5px;
	border-bottom: 1px solid #cccccc3d;
}

.sortable-table-wrap {
	overflow: hidden;
}

.sortable-table-wrap table > tbody > tr {
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
	border-collapse: collapse;
	display: block;
}

.sortable-table-wrap table > tbody > tr > td {
	width: 100%;
}

.sortable-table-normal table > tbody > tr .drag-tr-ico {
	max-width: 20px;
	width: 18px;
}

.sortable-table-normal table > tbody > tr .drag-tr-ico img {
	max-width: 6px;
}

.sortable-table-normal table > tbody > tr {
	border-radius: 5px;
}

.sortable-table-normal table > tbody > tr:hover {
	background: #fbfbfb;
	border-collapse: collapse;
}

.sortable-table-normal table > tbody > tr.selecttr:hover {
	background: #e0ebff;
	cursor: -webkit-grab;
	cursor: grab;
}

.sortable-table-wrap table > tbody > tr:hover {
	background: transparent;
}

.sortable-table-wrap table > tbody > tr.selecttr:hover {
	/*background: #e0ebff;*/
	border: 1px solid #005aff;
	border-collapse: collapse;
	cursor: -webkit-grab;
	cursor: grab;
}

.sortable-table-wrap table > tbody > tr.selecttr:hover td {
	border-top: 1px solid #005aff;
	border-bottom: 1px solid #005aff;
}

.table > tbody > tr:last-child > td,
table > tbody > tr:last-child > td {
	border-bottom: none;
}

.draggable-tr .form-group-block > .formblock-sec > .action-btn {
	margin-right: 12px;
}

.drag-up-row {
	width: 30px;
	height: 30px;
	background: #efefef78;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 1px 2px;
	cursor: -webkit-grab;
	cursor: grab;
}

.drag-up-row > img {
	width: 7px;
}

.table-responsive table {
	width: 100%;
}

.row-title {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

label.field-name {
	padding-top: 5px;
}

.rdo-scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
	min-height: 46vh;
	height: 95%;
}

.rdo-scroll ul {
	padding-left: 0;
}

.field-name {
	font-family: 'Plus-Light';
	font-size: 13px;
	margin-bottom: 8px;
	color: #000;
}

.link-list li,
.rdo-list li {
	margin-bottom: 1px;
	background: #f3f3f3;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #949494;
}

.link-list li:hover,
.link-list li.active,
.rdo-list li:hover,
.rdo-list li.active {
	background: #e8d5b0;
	color: #000;
	font-weight: normal;
}

.active {
	font-weight: normal;
}

.link-list ul {
	padding: 0;
	margin: 0;
}

.link-list li {
	list-style: none;
}

.active_group td {
	background: #fafafa;

}

.active_group td.select_group {
	color: #000
}

td.select_group {
	color: #d6a647;
	cursor: pointer;
}

.rdo-list li label {
	padding: 10px 5px;
	display: block;
}

.form-group {
	margin-bottom: 10px;
}

.check-field {
	display: flex;
	align-items: center;
	color: #212529;
}

.check-field input {
	margin-right: 5px;
}

.check-field .form-checkbox {
	margin: 0 3px;
}

.dropdown-toggle-wrap .dropdown-menu {
	flex-direction: column;
	background-color: #fcfcfd;
}

.dropdown-menu li {
	border-bottom: 1px solid #f7f7f7;
}

.dropdown-menu li:last-child {
	border-bottom: none;
}

.dropdown-menu .dropdown-item {
	font-size: 13px;
}

.up-file-wrap > .row {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 10px;
	position: relative;
}

.up-file-wrap > .row:last-child {
	border-bottom: none;
}

.add-file-sec .form-control {
	padding: 2px;
	margin-top: 40px;
}

.up-file-wrap {
	margin: 5px 0;
}

.add-URL {
	margin-top: 30px;
}

.log_name {
	color: rgb(140, 47, 38);
	text-align: right;
	float: left;
	margin: 5px 0px;
}

.nav_bar {
	float: right;
	width: auto;
}

.logout {
	float: right;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.logout li {
	display: block;
}

.logout a {
	color: #000;
	padding: 5px;
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.update {
	color: rgb(0, 0, 0);
	display: inline-block;
	padding: 5px 18px;
	background: 0% 0% / 200% rgb(197, 224, 184);
	transition: 0.5s;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	text-decoration: none !important;
	border-radius: 5px;
}

.update:hover {
	color: rgb(255, 255, 255);
	background-position: right center;
	text-decoration: none;
}

.cancel_btn {
	display: inline-block;
	color: rgb(0, 0, 0) !important;
	background: 0% 0% / 200% rgb(232, 213, 176);
	transition: 0.5s;
	padding: 5px 18px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-radius: 5px;
}

.add_btn {
	display: inline-block;
	color: rgb(255, 255, 255);
	background: rgb(140, 47, 38);
	padding: 5px 15px;
	border-radius: 5px;
	border: 0;
}

.add_btn:hover {
	color: rgb(255, 255, 255);
}

.btn-wrap > * {
	margin-right: 5px;
}

.btn-wrap > *:last-child {
	margin-right: 0;
}

.cancel_btn .fa-trash,
.action-btn .font-icon .fa-trash {
	color: rgb(157, 33, 33);
}

.action-btn .font-icon .fa-pencil {
	color: rgb(0, 166, 34);
}

.action-btn .fa-archive {
	color: rgb(140, 47, 38);
}

.action-btn span.drag-area {
	color: #c57300;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 1px 2px;
	cursor: move;
}

.value-info .action-btn a {
	background: #fff;
}

.action-btn .dropmenuwrap a {
	width: auto;
	display: block;
}

.action-btn .dropmenuwrap a:hover {
	background: none;
	color: #8c2f26
}

.hover-menu li a {
	color: #a8abb1;
}

.hover-menu i {
	color: #8c2f26;
}

.hover-menu li a:hover {
	color: #000;
	text-decoration: none;
}

.hover-menu li li {
	border-bottom: 1px solid #a8abb11c;
}

.hover-menu li li:last-child {
	border: none;
}

.hover-menu li ul {
	padding: 0;
	margin: 0;
	background: #fff;
	position: absolute;
	right: 90%;
	z-index: 1;
	top: -11px;
	display: none;
	border-radius: 5px;
	border: 1px solid #a8abb11c;
}

.matter-title .hover-menu li ul {
	top: 0;
}

.hover-menu li {
	list-style: none;
	position: relative;
}

.hover-menu > li > span {
	color: #000
}

ul.hover-menu {
	padding: 0;
	cursor: pointer;
	margin: 0;
}

.hover-menu > li > span,
.action-btn .dropmenuwrap .dropmenu {
	width: 30px;
	height: 30px;
	background: #efefef78;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 1px 2px;
	border: none;
}

.dropmenuwrap .hover-menu li:hover ul {
	display: block;
}

.value-info .hover-menu > li > span,
.value-info .action-btn .dropmenuwrap .dropmenu {
	background: #fff;
}

.action-btn .dropmenuwrap .dropdown-menu {
	padding: 0;
	z-index: 1;
}

.dropmenuwrap .dropdown-toggle::after {
	display: none;
}

.action-btn span.drag-area > img {
	width: 12px;
}

a.txt-link {
	color: #deb972;
	font-family: 'Plus-Bold';
	text-decoration: none;
}

a.txt-link:hover {
	text-decoration: underline
}

textarea.form-control {
	height: 90px;
}

.matter-title {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.value-info .formblock-sec {
	background: #e6e6e6bf;
	border-radius: 5px;
	padding: 5px;
}

.value-info .formblock-sec h5.field-name2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 30px;
}

.li-col-1 .value-info .formblock-sec h5.field-name2 {
	max-width: 500px;
}

.li-col-2 .value-info .formblock-sec h5.field-name2 {
	max-width: 300px;
}

.li-col-3 .value-info .formblock-sec h5.field-name2 {
	max-width: 150px;
}

.li-col-4 .value-info .formblock-sec h5.field-name2 {
	max-width: 80px;
}

.title-block {
	padding: 0.2rem 0;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 0.5rem;
}

/*------login----------*/
.admin-login-bg {
	background: #fff;
	padding: 30px;
	margin: 20px;
	background-size: cover;
	max-width: 450px;
	margin: 0 auto;
	box-shadow: 0 1px 3px #0000000d;
}

.login-header {
	max-width: 500px;
	margin: 5px auto;
	text-align: center;
}

.admin-login {
	background: url(../images/Admin-bg.webp) no-repeat;
	min-height: 100vh;
	background-size: cover;
	padding: 30px;
	background-repeat: no-repeat;
}

.admin-login-form {
	text-align: center;
}

.site-tag {
	color: #28b587;
	font-size: 16px;
	margin: 10px 0 15px;
}

h2.text-center.signin {
	margin: 20px 0;
}

.admin-login .field_input {
	position: relative;
	margin-bottom: 15px;
}

.admin-login .form-control {
	display: block;
	padding: 28px 0 0 0;
	width: 100%;
	transition: all .2s;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 13px;

}

.admin-login .field_input label {
	position: absolute;
	opacity: .8;
	margin: 0;
	top: 8px;
	left: 0;
	transition: all .2s;
	text-transform: uppercase;
	font-size: 14px;
}

.admin-login .field_input.activeInput label {
	top: 0;
	font-size: 13px;
	opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
	background-color: transparent !important;
}


.forgotpassword {
	text-align: right;
	margin-bottom: 15px;
}

.forgotpassword a {
	color: #8c2f26;
}

.field-value .select-form {
	font-size: 13px;
}

/*--End-login---*/

.select-form {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-form:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.modal-dialog .close {
	position: absolute;
	right: -15px;
	top: -15px;
	background: #fff !important;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 12px;
	border-radius: 30px;
	color: #8c2f26 !important;
	opacity: 1;
	font-size: 28px;
	padding-bottom: 3px !important;
	box-shadow: none;
	border: none !important;
	text-shadow: none !important;
	font-weight: 100 !important;
}

.modal-dialog .close span {
	display: block;
	margin-top: -8px;
}

.modal-content {
	border: 10px solid #d3d2d2;
}

.modal-dialog.modal-sm {
	max-width: 400px;
	width: 400px;
}

.site-header {
	width: calc(100% - 260px);
	margin-left: 278px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	flex-shrink: 0;
	position: fixed;
	z-index: 3;
	top: 0px;
	left: auto;
	right: 0px;
	color: rgba(0, 0, 0, 0.87);
	background-color: rgb(235, 234, 234);
	box-shadow: none;
	justify-content: center;
	box-shadow: 0 1px 1px #00000002;
}

.site-main {
	position: relative;
	min-height: 56px;
	padding-top: 75px;
	padding-bottom: 0px;
	width: 100%;
}

.side-panel {
	width: 278px;
	flex-shrink: 0;
	height: 100vh;
}

.page {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
}

.side-gap {
	margin: 30px 10px 30px 30px;
	border-radius: 8px;
	background: #fff;
	height: calc(100vh - 60px);
}

.side-fixed {
	position: fixed;
	z-index: 3;
	top: 0px;
	outline: 0px;
	left: 0px;
	width: 278px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.logo-section {
	text-align: center;
	padding: 15px 0;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 15px 30px;
}

.header-wrap h2 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.334;
	color: #8c2f26;
}

.header-wrap h2 a {
	color: #000;
	text-decoration: none;
}

.logout i {
	color: #8c2f26;
}

.block-bg {
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	height: min-content;
	box-shadow: rgba(77, 77, 77, 0.1) 0px 0px 4px 0px;
	padding: 20px;
}

.btn-wrap {
	display: flex;
	justify-content: flex-end;
}

.row-sub-title {
	font-size: 15px;
	line-height: 30px;
	font-family: 'Plus-Medium';
	color: #000;
	margin-bottom: 0;
}

.top-secttion {
	border-bottom: 1px solid #cccccc2b;
	padding-bottom: 5px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-grp .edit-icon {
	width: 30px;
	height: 30px;
	background: #c5e0b8;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #000;
}

.info-grp {
	display: flex;
}

.info-grp span a:hover {
	background: #8c2f26;
}

.info-grp span a:hover i {
	color: #fff;
}

.link-list li,
.rdo-list ul li {
	position: relative
}

.rdo-list ul li input {
	position: absolute;
	visibility: hidden;
}

.link-list li i,
.rdo-list i {
	position: absolute;
	right: 5px;
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.link-list li a {
	color: #000;
	padding: 10px;
	display: block;
}

.link-list li:hover a {
	text-decoration: none;
}

.title-wrapper {
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	height: min-content;
	box-shadow: rgba(77, 77, 77, 0.1) 0px 0px 4px 0px;
	padding: 20px;
	margin-bottom: 20px;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	top: 75px;
	z-index: 2;
}

.page-title {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.334;
	color: #8c2f26;
	display: flex;
	margin: 0;
}

.page_title-hindi {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.334;
	color: #8c2f26;
	margin-top: 3px;
}

.breadcrumbs {
	color: #000;
}

.breadcrumbs a {
	color: #6c4713;
}

.sidebar-nav li .submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.sidebar-nav li.nav-item > a {
	position: relative;
	color: #333;
	text-decoration: none;
	padding: 0;
}

.sidebar-nav li.nav-item > a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar-nav li.nav-item {
	padding: 10px;
	font-family: 'Plus-Medium';

}

.sidebar-nav li.nav-item.active {
	font-weight: normal;
}

.sidebar-nav li.nav-item.active > a,
.sidebar-nav li.nav-item:hover > a {
	color: #fff;
}

nav.sidebar-nav {
	overflow-y: auto;
	max-height: calc(70vh - 250px);
	overflow-x: hidden;
}

.nav-2-wrap {
	border-top: 1px solid #cccccc3d;
	padding-top: 5px;
	margin-top: 5px;
}

.nav-2-wrap h5 {
	font-size: 14px;
	color: #8c2f26;
	margin: 0;
}

.nav-top {
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	align-items: center;
}

nav.sidebar-nav.nav-2 {
	max-height: calc(90vh - 250px);
}

.sidebar-nav li.nav-item:hover,
.sidebar-nav li.nav-item.active {
	background: #6c4713;
}

.action-btn {
	display: flex;
	justify-content: flex-end;
}

.action-btn span > a {
	width: 30px;
	height: 30px;
	background: #efefef78;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 1px 2px;
	color: #000;
}

.font-icon-up i {
	color: #28b587;
}

.font-icon-down i {
	color: #e4c484;
}

.file-ico i {
	font-size: 20px;
	color: rgb(0, 166, 34);
	margin: 3px;
}

button.prof_btn.dropdown-toggle {
	border: none;
	background: #e8d5b0;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

button.prof_btn.dropdown-toggle img {
	max-width: 30px;
}

button.prof_btn.dropdown-toggle::after {
	display: none;
}

td .lng-wrap .lng {
	width: 35px;
}

td .lng-wrap {
	display: flex;
}

footer.footer {
	height: 10px;
	width: 100%;
}

a.del-row {
	position: absolute;
	right: 3px;
	width: 30px;
	height: 30px;
	background: #efefef78;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: rgb(157, 33, 33);
	top: -5px;
}

.action-btn .font-icon .fa-plus {
	color: #6c4713;
}

.formblock-sec {
	display: flex;
	justify-content: space-between;
}

.formblock-sec .tit-group {
	min-width: 70%;
}

.lt-div-wrap .block-bg {
	height: 100%;
}

.value-info {
	background: #f9f9f9;
	padding: 5px;
	border-radius: 5px;
	height: 100%;
}

.disable {
	pointer-events: none;
	opacity: 0.4;
}

.deactive_col p,
.deactive_col h5,
.deactive_row h4,
.deactive_row h5,
.deactive_row p,
.disable-part p,
.disable-part h5 {
	pointer-events: none;
	opacity: 0.4;
}

.list-grp {
	padding: 0;
	display: flex;
	margin: 0;
	width: 100%;
	position: relative;

}


.list-grp > * {
	flex: 1 0 0%;
	list-style: none;
	padding: 0 3px;
	min-width: 25%;
	margin-top: 5px;
}

.list-grp.li-col-1 > * {
	max-width: 100%;
}

.list-grp.li-col-2 > * {
	max-width: 50%;
}

.list-grp.li-col-3 > * {
	max-width: 33.5%;
}

.list-grp.li-col-4 > * {
	max-width: 25%;
}

.list-grp.li-col-5 > * {
	max-width: 23.5%;
	min-width: auto;
}

.list-grp.li-col-6 > * {
	max-width: 14.5%;
	min-width: 16.6%;
}

.list-grp.li-col-7 > * {
	max-width: 14.5%;
	min-width: auto;
}

.list-grp.li-col-7,
.list-grp.li-col-6 {
	overflow-y: auto;
	flex-wrap: wrap;
}

.list-grp h5 {
	font-size: 13px;
	font-family: Plus-Regular;
}

.table.drag > tbody > tr > td,
table.drag > tbody > tr > td {
	padding: 10px 5px;
	border-bottom: none;
	border-bottom: 1px solid #cccccc3d;
}

td.drag-tr-ico span {
	cursor: move;
}

td.drag-tr-ico i {
	transform: rotate(-90deg);
	color: #a1a1a1;
	cursor: move;
}

table.sortable > tbody > tr > td.drag-tr-ico {
	width: 2px !important;
	max-width: 2px !important;
	padding: 5px 0;
	min-width: 2px;
}

.action-btn span.drag-area:hover,
.action-btn a:hover {
	background: #efe9dc;
}

.radiogroup label {
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
	width: auto;
}

.radiogroup label input {
	margin-right: 8px;
}

.block-grp {
	margin-bottom: 20px;
	border-bottom: 1px solid #e6d4b04d;
	padding-bottom: 20px;
}

.ui-widget-header {
	background: rgb(235, 234, 234);
}

.ui-datepicker-calendar th {
	background: #e8d5b0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #6c4713;
	color: #fff;
}

.ui-datepicker .ui-datepicker-title {
	color: #8c2f26
}

a.view {
	width: 30px;
	height: 30px;
	background: #efefef78;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 1px 2px;
	color: #6c4713;
	border: none !important;
	outline: none !important;
}

.date-col {
	max-width: 150px;
}

span.back-page a {
	display: inline-block;
	color: rgb(255, 255, 255);
	background: rgb(140, 47, 38);
	padding: 5px 10px;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	margin-right: 15px;
}


.page-subtitle {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.334;
	color: #a8abb1;
	display: flex;
}

.lng-wrap {
	margin-bottom: 3px;
}

.sec-flex > h4 {
	width: 10%;
}

.sec-flex > h5 {
	width: 90%;
}

.sec-flex {
	display: flex;
	width: 100%;
}

ul.matter-grp {
	margin: 0;
	padding: 0;
}

.matter-grp .action-btn span.drag-up {
	color: #c57300;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 1px 2px;
	cursor: move;
}

.matter-grp .action-btn span.drag-up > img {
	width: 7px;
}

tr.ul-shortable-helper,
tr.sortable-placeholder {
	background: #e0ebff;
}

.sp-col {
	margin-top: 38px;
	background: #e6e6e63d;
	padding: 5px;
	border-radius: 5px;
}

.sp-col .action-btn a {
	background: #fff;
}


.sp-col .action-btn {
	background: #e6e6e6bf;
	border-radius: 5px;
	padding: 5px;
}

.value-info .schild,
.value-info {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
}

.value-info .schild.drag_hover,
.value-info.drag_hover {
	border: 1px solid #005aff;
}

.note-editor .note-editing-area {
	color: #212529;
}

.pop-left {
	width: 50%;
}

.row-sm > * {
	padding-left: 5px;
	padding-right: 5px;
	flex-wrap: wrap;
}

.row-sm {
	display: flex;
	margin-left: -5px;
	margin-right: -5px
}

.grp-block {
	background: #f9f9f975;
	padding: 5px;
	border-radius: 5px;
}

#formSelectPage label.field-name {
	white-space: nowrap;
	font-size: 12px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.site-select {
	padding: 5px 10px;
}

.site-select select {
	width: 100%;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #ced4da;
	padding: 8px 5px;
}

.opn_Menupopup button.prof_btn.dropdown-toggle {
	color: rgb(255, 255, 255);
	background: rgb(140, 47, 38);
}

.opn_Menupopup a {
	color: #000;
	font-size: 13px;
}

.opn_Menupopup a:hover {
	color: rgb(140, 47, 38);
	text-decoration: none;
}

.dropdown .dropdown-menu li {
	border-bottom: 1px solid #f7f7f7;
	padding: 5px;
}

.dropdown .dropdown-menu {
	padding: 0;
}

.note-editable .ui-wrapper {
	width: auto !important;
	height: auto !important;
}

.note-editable .ui-resizable {
	width: auto !important;
	height: auto !important;
	min-width: 200px;
}

.mnu-nm ul {
	margin: 0;
	padding: 0;
}

.mnu-nm li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.mnu-nm li input {
	position: absolute;
	left: 0;
}

.mnu-nm li > ul > li input {
	position: absolute;
	left: -30px;
}

.rdo-label-gp > * {
	margin-right: 15px;
}

/*7-7-25*/

.tab-vertical > .nav {
	display: block;
}

.tab-vertical > .nav a {
	border: none !important;
}

.tab-vertical > .nav a:hover,
.tab-vertical > .nav .active {
	background: #e8d5b0;
	color: #000;
	font-weight: normal;

	border-radius: .25rem;
}

.tab-vertical > .nav.nav-tabs {
	border: none !important;
}

.subMenuContent ul {
	padding-left: 0;
}

.subMenuContent li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc2b;
}

.radio-group label {
	margin-right: 10px;
}

.radio-group label:last-child {
	margin-right: 0;
}

.li-list {
	list-style: none;
	padding-left: 5px;
}

.li-list li {
	margin-bottom: 5px;
}

.helpLayout a {
	width: 25px;
	height: 25px;
	background: #c5e0b8;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-left: 10px;
	line-height: 25px;
}

#formModalhelp .cancel_btn {
	background: none;
	font-size: 16px;
	padding: 5px;
}

/*--11-11-25--*/
.check-field input {
	margin-top: 2px !important;
}

.li-sortable ul.sortable1 li.nav-item.selecttr:hover {
	background: #e0ebff;
	border-collapse: collapse;
	cursor: -webkit-grab;
	cursor: grab;
}

.li-sortable ul.sortable1 li.nav-item .drag-tr-ico img {
	max-width: 6px;
}

.li-sortable ul.sortable1 li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.li-sortable ul.sortable1 li {
	align-items: center;
}

.menu-management-dtl .radio-group label {
	margin-bottom: 10px;
	display: block;
}

.menu-management-dtl .radio-group {
	padding: 15px 10px;
	margin-bottom: 0;
}

.subMenuContent-title {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 12px;
	font-family: 'Plus-Medium';
	padding: 10px 5px;
	border-bottom: 1px solid #cccccc3d;
	font-weight: 600;
	justify-content: space-between;
}



.li-sortable .action-btn {
	width: 70px;
}

/*-13-*11-25-*/
.header-wrap h2 {
	color: #000;
	font-family: Plus-Regular, Arial;
}



.logo-section {
	padding: 15px 0 5px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 20px;
}

.menu-section {
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.page-info {
	background: #fff;
	border-radius: 8px 8px 0 0;
}

.page-info h3 {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.334;
	color: #8c2f26;
	padding: 10px 10px 5px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.nav-2-wrap h5 {
	color: #626262;
}

.side-gap {
	background: transparent;
}

.title-wrapper {
	padding: 15px 20px 5px;
	height: 75px;
}

.top-block-height {
	height: 75px;
}

.pageMenuManagement {
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.pageMenuManagement .top-secttion {
	padding: 10px;
	border-top: 1px solid #cccccc3d;
}
.trird-lable-title.field-value{ padding-left: 20px;}
.pageMenuManagement .link-list li{margin-right: 0;}
.pageMenuManagement .link-list{padding: 0 10px 10px;}

/*-end- -13-*11-25-*/

@media only screen and (max-width: 991px) {
	.top-menu ul.navbar-nav > li.has-children.opn-childnv .megasub-menu > ul > li.has-children.opn-childnv ul {
		opacity: 1;
		left: 0;
		visibility: visible;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		top: 0;
		flex-wrap: wrap;
		position: relative;
		display: block;
	}
}
