input[type="radio"], input[type="checkbox"] {line-height: normal; margin: -2px 6px 0 0; vertical-align: middle;}
input[type="text"], input[type="password"], select, textarea {font-family: inherit;}
select {height: 34px; border-radius: 13px; border: 1px solid #e1e3e6;}
textarea {width: 100%; padding: 15px; border: 2px solid #00000008; background-color: #f5f5f5; border-radius: 12px; resize: vertical;}
input[type="text"], input[type="password"], input[type="email"] {width: 100%; padding: 11px 50px 11px 20px; border: 1px solid #00000008;
   background-color: #f5f5f5; border-radius: 12px;}

#searchsuggestions {width: 100%; margin-top: 10px; padding: 7px; background: #fff; border-radius: 20px; border: 2px solid #00000008;
   box-shadow: 0 4px 20px rgba(0, 0, 0, .08), 0 0 1px rgba(0, 0, 0, .16); z-index: 1000;}
.search_fast {display: flex; align-items: center; gap: 10px; margin-bottom: 10px;}
.search_fast img {width: 40px; height: 40px; border-radius: 10px;}
.search_fast_title {font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.seperator {display: none;}

.xfieldimagegallery::-webkit-scrollbar {height: 7px; background-color: #f9f9fd;}
.xfieldimagegallery::-webkit-scrollbar-thumb {border-radius: 15px; background-color: #e2e5e2;}
.xfieldimagegallery::-webkit-scrollbar-track {border-radius: 15px; background-color: #f9f9fd;}
.xfieldimagegallery {display: flex; flex-wrap: nowrap; margin: 40px 0; white-space: nowrap; overflow: hidden; overflow-x: auto; gap: 10px;}
.xfieldimagegallery img {width: 215px; height: auto; border-radius: 10px;}

.pm_box {display: flex; flex-wrap: wrap; margin: 15px 0; gap: 10px 20px;}
.pm_box a {flex-grow: 1; text-align: center; background-color: #006ae4; padding: 6px 10px; border-radius: 8px; color: #fff;}
.pm_stats {background-color: #f6f6f6; padding: 10px 12px; margin: 15px 0; border-radius: 15px;}
.pm_progress_bar {background-color: #e5dbcc; margin-bottom: 10px; border-radius: 8px;}
.pm_progress_bar span {background: #e85319; font-size: 0; height: 20px; border-radius: 8px; display: block; overflow: hidden;}
.mtb_5 {margin: 5px 0;}
.pm_area {margin: 15px 0;}
.xfields_table {width:100%;}
.xfields_table tr td {padding-bottom: 10px;}

.ui-dialog {background-color: #fff; border-radius: 15px; box-shadow: 0 4px 20px rgba(0, 0, 0, .08), 0 0 1px rgba(0, 0, 0, .16); border: 2px solid #00000008;}
.ui-dialog-content {padding: 20px 15px;}
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-dialog-titlebar {padding: 10px 15px; position: relative; font-weight: 600; border-bottom: 1px solid #E5E5E5;}
.ui-icon-closethick {cursor: pointer; display: block;}
.ui-dialog-titlebar-close {position: absolute; right: 10px; top: 50%; margin-top: -20px; overflow: hidden; display: inline-block; cursor: pointer; width: 40px;
    height: 40px; font-size: 0;}
.ui-icon-closethick::before {content: "\f00d"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 24px; width: 40px; height: 40px; line-height: 40px;
    text-align: center; display: block;}
.ui-dialog-buttonpane {padding: 10px 30px; text-align: center;}
.ui-dialog-buttonset button {background-color: #F0F0F0; padding: 6px 10px; border-radius: 8px; font-weight: 600; cursor: pointer; height: 28px; margin: 0 4px 4px 0;}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:inline-flex;
    margin-top:5px;
    margin-bottom:5px;
	cursor:pointer;
    align-items: center;
}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
	max-width: 437px;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}

.qq-upload-drop-area-active {background:#FF7171;}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

.userstop td, .pm td.pm_list, .pm td.pm_head { border-bottom: 1px solid #efefef; padding: 12px 2px; }
	table.pm, table.userstop { width: 100%; margin-bottom: 0; }
	table.pm select { width: 100px; }
	.userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold; }
	table.pm .navigation { border-top-width: 0; margin: 0; }

@media only screen and (max-width: 750px) {
    .table_top_users, .pmlist {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}