@charset "utf-8";
/* CSS Document */ 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Poppins', sans-serif; font-weight: 400; -webkit-overflow-scrolling: touch; background: #f5f9fc;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #494949; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif; font-weight: 700;  margin: 0px; padding: 0px; }
p {font-family: 'Poppins', sans-serif;    font-weight: 400;    color: #333333;    font-size: 16px;    line-height: 25px;    margin-bottom: 15px;}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] { -webkit-appearance: button; cursor: pointer;  outline: none !important; text-decoration: none !important;}

button::-moz-focus-inner, 
input::-moz-focus-inner {  padding: 0;  border: 0; }

input[type="checkbox"], 
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="search"],
input[type="text"],
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;   margin: 0;}

/* Firefox */
input[type=number] { -moz-appearance: textfield;}

table { border-spacing: 0; border-collapse: collapse; }

.row:before, .row:after {display: inline-block !important;}

.container {max-width: 1300px; width: 100%; margin:0 auto; padding: 0px 15px;}
.container:before, 
.container:after { display:table; content:"";}
.container:after { clear:both;}

.container-fluid {max-width: 100%; width: 100%; margin:0 auto; padding: 0px 20px;}
.container-fluid:before, 
.container-fluid:after { display:table; content:"";}
.container-fluid:after { clear:both;}

a.menu-icon { display:none; height:auto; padding:7px 0 7px 0; width:40px; background:rgba(0,0,0,0.2);}
a.menu-icon span { display:block; margin:4px 10px; background:#fff; height:3px;}


.form-group {
	margin-bottom: 20px;
}
.form-control {
	font-size: 16px;
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	padding: 10px 15px !important;
	height: auto !important;
	box-shadow: none !important;
	outline: none !important;
}

.btn.btn-blue {
	border: 1px solid #5c60f5 !important;
	background: #5c60f5 !important;
	color: #fff;
	padding: 10px 12px;
	min-width: 140px;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	outline: none !important;
	box-shadow: none !important;
}

.btn.btn-blue-border {
	border: 1px solid #5c60f5 !important;
	background: #fff !important;
	color: #5c60f5;
	padding: 10px 12px;
	min-width: 140px;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	outline: none !important;
	box-shadow: none !important;
}
.btn.btn-gray {
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #000;
	padding: 10px 12px;
	min-width: 140px;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	outline: none !important;
	box-shadow: none !important;
}
.btn.btn-blue img {
	margin-left: 5px;
	width: auto;
	height: 22px;
}

#header {}
#header .header-block .header-box {display: flex;	align-items: center;	justify-content: space-between;}
#header .header-block {padding: 10px 0px;  background: #fff !important;	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);  z-index: 1111 !important;   width: 100% !important;}
#header .header-block.isStuck {position: fixed !important; }
#header .logo-box {max-width: 40px; width: 100%; display: block; }
#header .logo-box img {width: 100% !important;	height: auto !important;}


#page_wapper {
	padding: 30px 0px 50px 0;
}

.right_nav ul {display: flex;	align-items: center;	margin: 0px -10px;	justify-content: flex-end;}
.right_nav ul li {padding: 0px 10px;}
.right_nav ul li a {color: #000;	font-size: 19px;}
.right_nav ul li .dropdown-toggle::after {display: block;	margin-left: 0;	content: "\f0dd";	border: 2px solid #fff !important;	font-family: 'fontawesome';	position: absolute;	bottom: -5px;	right: -3px;	width: 20px;	height: 20px;	background: gray;	line-height: 11px;	color: #fff;	font-size: 14px;	text-align: center;	border-radius: 50%;}
.right_nav ul li img {max-width: 50px;}
.user_icons {width: 50px; height: 50px; overflow: hidden;	border-radius: 50%;	box-shadow: 0px 0px 3px #ccc;}

.dropdown-menu {position: absolute !important;	top: 24px !important;	right: 0px !important;	left: auto !important;	transform: translate(0) !important;	padding: 0px !important;	width: 220px;	border-radius: 7px;	box-shadow: 0px 0px 4px #ccc !important;	background: #fff !important;	margin: 0px !important;	overflow: hidden;}
.dropdown-item {margin: 0px !important;	display: block !important;	padding: 10px 12px !important;	white-space: normal;	border-bottom: 1px solid #d3d3d3;}
.dropdown-item:last-child {border-bottom: none !important;}
.dropdown-menu ul {justify-content: flex-start !important;}
.dropdown-item ul li.icons {flex: 0 0 40px;	max-width: 40px;}
.dropdown-item ul li.icons i {color: #333;	font-size: 26px;	display: block;}
.dropdown-item ul li h6 {font-weight: 400;	font-size: 16px;	color: #000;	margin-bottom: 2px;}
.dropdown-item ul li p {margin: 0;	font-size: 14px;	line-height: 15px;	color: #333;}

.right_nav .dropdown-item ul li p {font-size: 16px;}
.right_nav .dropdown-item ul {justify-content: space-between !important;}
.right_nav .dropdown-item ul li i {color: #333;	display: block;	font-size: 16px; padding: 2px 0;}
.right_nav .dropdown-menu {top: 61px !important;}

.page_title h1 {
	font-weight: 500;
	font-size: 25px;
	color: #000;
	line-height: 25px;
	padding-bottom: 30px;
}


.counts_cards .col-md-3 {margin-bottom: 30px;}
.counts_cards .count-box {padding: 15px;    display: flex;    justify-content: space-between;    align-items: center;    box-shadow: 0 0 4px #ccc;    border-radius: 5px;    height: 100%;}
.counts_cards .count-box.box-1 {background: linear-gradient(130deg, rgba(93,36,213,1) 0%, rgba(51,98,242,1) 100%);}
.counts_cards .count-box.box-2 {background: linear-gradient(130deg, rgba(245,133,89,1) 0%, rgba(248,163,47,1) 100%);}
.counts_cards .count-box.box-3 {background: linear-gradient(130deg, rgba(32,182,136,1) 0%, rgba(120,196,80,1) 100%);}
.counts_cards .count-box.box-4 {background: linear-gradient(130deg, rgba(242,25,98,1) 0%, rgba(251,87,24,1) 100%);}
.counts_cards .count-left p {color: #fff;    font-size: 15px;    font-weight: 500;    margin-bottom: 10px;    line-height: 16px;}
.counts_cards .count-left h6 {font-size: 20px;color: #fff;}
.counts_cards .main-header h6 span{color: #a3a3a3}
.counts_cards .count-right {width: 35px;    height: 35px;    text-align: center;    background-color: #fff;    border-radius: 50%;    flex: 0 0 35px;}
.counts_cards .count-right i {line-height: 35px;}
.counts_cards .count-box.box-1 .count-right i{background: linear-gradient(130deg, rgb(93, 36, 213) 0%, rgb(51, 98, 242) 100%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.counts_cards .count-box.box-2 .count-right i{background:linear-gradient(130deg, rgba(245,133,89,1) 0%, rgba(248,163,47,1) 100%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.counts_cards .count-box.box-3 .count-right i{background: linear-gradient(130deg, rgba(32,182,136,1) 0%, rgba(120,196,80,1) 100%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.counts_cards .count-box.box-4 .count-right i{background: linear-gradient(130deg, rgba(242,25,98,1) 0%, rgba(251,87,24,1) 100%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}



.cards_box {
	background: #fff;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 2px #ccc;
}

.card_body {
	padding: 25px;
}
table.dataTable {
	width: 100% !important;
}

.table th {
	color: #000;
	background-color: #f5f9fc;
	padding: 10px 15px !important;
	font-size: 16px !important;
	border-bottom: none !important;
	vertical-align: middle !important;
	font-weight: 500 !important;
	text-align: center;
}
.table td {
	padding: 10px 15px !important;
	vertical-align: middle !important;
	font-size: 16px !important;
	color: #000;
	text-align: center;
}

.action_button ul {
	margin: 0px -5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.action_button ul li {
	padding: 0 5px;
}
.action_button a.btn {
	width: 36px;
	height: 36px;
	background: #5c60f5;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: none !important;
	box-shadow: none !important;
}
.action_button a.btn.red {background: red;}
.dataTables_paginate.paging_simple_numbers {
	display: flex !important;
	width: 100% !important;
	float: none !important;
	text-align: center !important;
	padding: 15px;
	justify-content: center;
}
.table_img img {
	width: 64px;
	display: block;
	margin: 0 auto;
}
.table td span.counts {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	padding: 0;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #dee2e6 !important;
}


.dataTables_filter {
	position: relative;
	display: block !important;
	float: none !important;
	width: 100%;
	text-align: left !important;
	padding: 20px;
	margin: 0;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	background-color: #fff !important;
	margin-left: -60px;
	padding: 10px 12px !important;
	outline: none !important;
	box-shadow: none !important;
	padding-right: 40px !important;
	width: 100% !important;
	flex: 0 0 100%;
	max-width: 100%;
}

.action_boxs {
	float: right;
	margin-bottom: -90px;
	position: relative;
	z-index: 2;
}
.action_boxs ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 24px 0;
}
.action_boxs ul li {
	padding-right: 20px;
}

.modal-backdrop {z-index: 1111;}
.modal {z-index: 11111;}
.modal-dialog {
	margin: 30px auto !important;
	width: calc(100% - 30px) !important;
	max-width: 600px !important;
}

#selectVideo .modal-dialog {
	margin: 30px auto !important;
	width: calc(100% - 30px) !important;
	max-width: 100% !important;
}

.modal-content {
	background: #fff;
	border-radius: 20px;
}
.modal-header {
	display: flex !important;
	align-items: center !important;
	padding: 20px !important;
	border-bottom: 1px solid #ccc;
	border-radius: 0px !important;
	background: transparent !important;
}
.modal-body {
	padding: 20px;
}

.groups_inputs {
	display: flex;
	align-items: center;
}
.groups_inputs label {
	display: block;
	margin: 0;
	flex: 0 0 80px;
	max-width: 80px;
	margin: 0;
}
.model_forms .form-group {
	margin-bottom: 40px;
}
.model_forms .form-control {max-width: 300px}


.upload_btn {
	max-width: 80px;
	position: relative;
	overflow: hidden;
}
.upload_btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	cursor: pointer;
}
.preview_box {
	display: none;
}

.modal-content .button_box {
	display: flex;
	justify-content: center;
}
.modal-content .button_box .btn {
	min-width: 150px;
	margin: 0 8px;
}


.preview_box.imgs {
	aspect-ratio: 16/10;
}
.preview_box {
	display: none;
	border: 1px solid #ccc;
	width: 100% !important;
	margin: 0px !important;
	padding: 5px !important;
	height: auto !important;
	margin-top: 15px !important;
}
.preview_box img {
	border-radius: 0 !important;
	padding: 0px !important;
	height: 100% !important;
	width: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	display: block !important;
	margin: 0 auto !important;
}
.preview_box video {
	width: 100%;
	display: block;
}




.markers_select {
	display: block;
	position: relative;
}
.Markers_selects .col-md-4 {
	margin-bottom: 30px;
}
.select-content {
	padding: 15px;
	display: flex;
	align-items: flex-start;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.markers_select input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.select-content img {
	display: block;
	max-width: calc(100% - 36px);
	flex: 0 0 100%;
}
.select-content p {
	flex: 0 0 36px;
	margin: 0;
	font-weight: 500;
	color: #000;
	max-width: 36px;
	font-size: 18px;
}

.markers_select input:checked ~ .select-content {background: #0d7ef3b8;}

.upload_markers {
	max-width: 350px;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.upload_markers  .upload_content {
	width: 100%;
	height: 204px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px dashed #ccc;
}
.upload_markers .uploadmrk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.upload_markers .preview_marks {
	display: none;
	position: relative;
}
.upload_markers.selected .upload_content{
	display: none;
}
.upload_markers.selected .preview_marks {
	display: block;
}

.delete_select {
	width: 36px;
	height: 36px;
	color: #fff;
	padding: 5px;
	background: red;
	border-radius: 26px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 33;
	cursor: pointer;
}
.model_forms.profile .groups_inputs label {
	flex: 0 0 180px;
	max-width: 180px;
}

.input_io {
	position: relative;
}
.input_io .form-control {
	padding-right: 60px !important;
}
.input_io .icons {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 30px;
	transform: translate(-0%, -50%);
}
.input_io .icons img {
	width: 100%;
	display: block;
	cursor: pointer;
}

.dataTables_filter label {
	color: #fff !important;
	margin: 0px !important;
	display: flex;
	position: relative;
	max-width: 335px;
}
.dataTables_filter label::after {
	content: "\f002";
	font-family: 'fontawesome';
	color: #000;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	opacity: 0.8;
}





#signinwp {
	background: linear-gradient(130deg, rgba(93,36,213,1) 0%, rgba(51,98,242,1) 100%);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 15px;
}

#signinwp .signinwp-bloxk {
	background: #fff;
	width: 100%;
	padding: 30px;
	max-width: 450px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px #ccc;
	width: 100%;
}

#signinwp .logos img {
	display: block;
	width: 100%;
	max-width: 50px;
	margin: 0 auto;
}
#signinwp .logos {
	margin-bottom: 30px;
}
#signinwp .lins {
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
}
#signinwp .lins a {
	display: block;
	font-size: 15px;
}
#signinwp .buttons_box {
	text-align: center;
	margin-top: 30px;
}
#signinwp .oroption {
	text-align: center;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 26px;
}
#signinwp .oroption ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#signinwp .oroption ul li {
	padding: 0 15px;
	flex: 0 0 50%;
	max-width: 50%;
}
#signinwp .oroption ul li .btn {
	width: 100%;
	display: block;
}





.profiles_btns {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}
.edit_btn {
	position: absolute;
	background: #5c60f5 !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	right: 0;
}
.edit_btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.prev_img {
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}
.prev_img img {
	min-width: 100%;
	min-height: 100%;
}
.file_up_box {
	display: block;
	margin-bottom: 20px;
}


.edit_data .profiles_btns {
	position: relative;
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.edit_data .prev_img {
	border-radius: 0px;
	width: 100%;
	height: auto !important;
}
.prev_img video {
	width: 100%;
	height: auto !important;
}

.ck.ck-editor__main div {
	min-height: 300px !important;
}