.submit-btn-area input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    background: #fff;
    color: #585b5f;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	cursor: pointer;
}
.submit-btn-area input[type="submit"]:hover {
    background: #2c71da;
    color: #ffffff;
}

.breadcrumbs-area {
	padding: 20px 0;	
}
.notification-area li>a {
    font-size: 26px;
    color: #bdbcbc;
    vertical-align: middle;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.notification-area li:hover>a {
    color: var(--primary-color);
}
.metismenu li a i {
	font-size: 16px;
    color: #fff;
    position: relative;
    bottom: 0px;
    display: inline-block;
    width: 32px;
    text-align: left;
}
.dots-toggle {
	font: normal normal normal 14px / 1 FontAwesome!important;
	outline: none !important;
    border: none !important;
    background: transparent;
    padding: 5px;
    display: flex;
    height: 21px;	
	box-shadow: none !important;
}
.dots-toggle:before {
	content: "\f142"!important;
	border: none!important;
}
.btn-edit-menu .dropdown-item {
	cursor: pointer;
}
tr.locked td:not(:last-child) {
	opacity: 0.5;
}
.modal-full-width {
    width: 100% !important;
    max-width: calc(100% - 60px) !important;
}
.usersearch {
	margin: auto auto 0 0;
    width: 100%;
}
.col-form {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}
/*
.ai_logo_r {
	width: 65px;
    height: 65px;
    border: 2px solid;
    min-width: 65px;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    margin-top: 1rem;
}
.ai_logo_r img {
	width: 100%;
    height: 100%;
}
*/
.form-group .error {
	margin-left: 1rem;
    color: #ff0000;
}
.metismenu li a span {
    margin-left: -0.25rem!important;
}
.max-content {
	max-width: max-content;
}
.main-content {
	min-height: calc(100vh - 63px);
}
.articlecontent {
	position: relative;
	width: 100%;
}
.fs-btn {
	position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    border: none;
    background: transparent;
    transition: 0.2s;
    opacity: 0.5;
}
.fs-btn:hover {
	opacity: 1;
}
#articlecontent {
	min-height: 200px;
}

/* ============================================ */
.fullscreen-textarea {
	position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
	display: none;
}
.fullscreen-textarea .fs-btn {
	right: 2.5rem;
    top: 1.0rem;
}
.fullscreen-textarea .content {
	padding: 10px;
    width: 100%;
    height: 100%;
}
.fullscreen-textarea textarea {
    width: calc(100% - 5px);
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.loading .btn-loader {
	display: block;
}
.loading .btn-loader+span {
	visibility: hidden;
}
.btn-loader {
	width: 46px;
    display: none;
    height: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 auto -20px auto;
}
.btn-loader img {
	width: 40px;
    position: absolute;
    left: 2px;
    top: -9px;
}
body.process:before {
	content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    opacity: 0.65;
    border-radius: 4px;
}
body.process:after {
	content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/icon/3-dots-scale.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10000;
    background-size: 80px;
}
.map-found,
.map-not-found,
.custom-map,
.custom-map-found,
.custom-map-not-found,
.scannow {
	display: none;
}

#pdopage .badge {
    max-width: max-content;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.custom_map {
	display: flex;
}
.custom_map span {
	padding: .8rem 0 .8rem .67rem;
    border: 1px solid rgba(170, 170, 170, .3);
    border-right: none;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    order: 1;
    transition: border-color .15s;
	min-width: max-content;
}

.custom_map input[type="text"] {
	border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .67rem .8rem .67rem 0;
	order: 2;
}
.custom_map input[type="text"]:focus+span {
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
}
.custom_map input[type="text"]:disabled::placeholder {
	color: #e9ecef;
}
.custom_map input[type="text"]:disabled+span {
	background-color: #e9ecef;
}
.noresult {
	width: 100%;
	text-align: center;
	color: #777777;
}
.scan-table tr td:first-child {
	width: 36px;
    vertical-align: middle;
}
.scan-table tr td:first-child input {
	display: block;
}
.na_edit_btn {
	cursor: pointer;
}
.pageresults {
	font-size: 12px;
    margin-bottom: 10px;
    color: #777777;
}
.scan-info {
	display: flex;
    gap: 15px;
}
.scan-info .urltitle {
	font-weight: 700;
    line-height: 18px;	
}
.select-elements-wrap {
	position: absolute;
    display: flex;
    top: 7px;
    gap: 24px;
}
.badge-process {
	position: relative;
	padding-left: 16px;
}
.badge-process:before {
	content: '';
	position: absolute;
	top: 2px;
    left: 3px;
	background-image: url(/assets/images/icon/loader-arrows.svg);
	width: 12px;
	height: 12px;
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	
}