@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
html, body {
	font-family: "Poppins", Sans-serif;
/*	font-family: Arial;*/
	font-weight: 400;
	color: #181818;
	background: #fff; /*f5f1ec*/
	min-height: calc(100vh - 67px);
	background: #fafafa;
    scroll-behavior: smooth;
}
.font_bold {
	font-weight: 600;
}
.font_medium {
	font-weight: 500;
}
body .div_container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*background: #f1f5f9;*/
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
}
h1.h1_title {
	margin-top: 0;
	font-size: 24px;
}
h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #2f7df4;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fright {
	float: right;
}
.flex {
	display: flex;
}
.flex_acenter {
	align-items: center;
}
.flex_jcenter {
	justify-content: center;
}
.flex_jspace {
	justify-content: space-between;
}
.clrgray {
	color: #888;
}
.m10 {
	margin: 10px;
}
.p10 {
	padding: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb16 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}	
.qrcode {
	width: 40px;
	height: 40px;
}
#qrcode {
	width: 160px;
	height: 160px;
}
.qrcode canvas {
	display: none;
}
.nav {
	height: 60px;
	padding: 15px 20px;
	background: #fff;
	color: #555;
	box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
	cursor: pointer;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 7;
}
.nav_cont {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav2 {
	background: #3f8afb;
	color: #fff;
	padding: 8px 20px;
}
.nav2 h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav2 .bt,
.nav2 .d_input {
	margin-top: 0;
	color: #333;
}
a.nav_item {
	color: #2f7df4;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
a.nav_item i {
	margin-left: 7px;
}
a.nav_item:hover {
	color: #151515;
	text-decoration: none;
}
a.nav_item.sel {
	color: #FF9318;
}
.sub_menu {
	position: absolute;
    top: 46px;
    right: 0px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	width: 260px;
	padding: 0px 18px;
	display: none;
}
.sub_menu.show {
	display: block;
}
a.sub_item {
	font-size: 14px;
	line-height: 20px;
	color: #0F233A;
	display: flex;
	padding: 16px 0px;
}
a.sub_item:hover {
	color: #5A70CF;
}
a.sub_item img {
	margin-right: 18px;
}
a.sub_item i {
	margin-left: auto;
	font-size: 18px;
}
.sub_item_border {
	border-bottom: 1px solid #f1f5f9;
}
.top_logo {
	height: 40px;
	width: auto;
	margin-right: 10px;
}
.nav_left span {
	color: #2b7def;
	font-weight: 700;
	font-size: 36px;
}
.nav_left {
	text-align: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.nav_right {
	text-align: right;
	display: flex;
	position: relative;
}
.d_input {
	margin-top: 24px;
	position: relative;
}
.d_input .f_input {
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 12px 16px;
	outline: none;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	height: auto;
}
.d_input img.eye {
	position: absolute;
	height: 15px;
	right: 4.92%;
	top: 18px;
	cursor: pointer;
}
.d_input .f_input.i_error {
	border-color: #f00;
}
.d_input label {
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.d_input.flex label {
	margin-right: 12px;
}
.d_input label .icon_img {
	width: 28px;
	height: 28px;
}
.d_input_box {
	position: relative;
}
.d_input_box select.f_input {
	position: absolute;
	width: 100%;
	top: 24px;
	z-index: -1;
}
.d_input.one_row {
	display: flex;
    align-items: center;
}
.d_input.one_row label {
	margin-bottom: 0;
	margin-right: 5px;
}
.d_input select.f_input {
	padding-left: 11px;
}
.d_input_search {
	margin-top: 16px;
}
.d_input_search i {
	position: absolute;
	right: 10px;
	top: 11px;
	font-size: 20px;
	color: #555;
}
.d_input_search .f_input {
	background: #fff;
}
.d_datepicker {
	position: relative;
}
.d_datepicker .f_input {
	padding-right: 40px;
}
.d_datepicker i.fa-calendar {
	position: absolute;
	right: 12px;
	bottom: 14px;
	font-size: 18px;
    color: #ccc;
}
.bt {
	background: linear-gradient(180deg, #859DFF 0%, #4058C4 84.9%, #4760D0 100%);
	background: #0673e1;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	padding: 9px 24px;
	cursor: pointer;
	margin-top: 16px;
	min-width: 96px;
	user-select: none;
	max-height: 46px;
}
a.bt:hover {
	color: #fff;
}
.bt img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #845813;
}
.bt:hover {
	background: #151515;
	background: #114061;
}
.bt.bt_white {
	background: #fff;
	border-color: #414142;
	color: #414142 !important;
	border: 1px solid #666;
}
.bt.bt_white:hover {
	background: #eee;
	color: #414142;
}
.bt.bt_gray {
	background: #f5f5f5;
	color: #5A70CF;
}
.bt.bt_gray:hover {
	background: #eee;
}
.bt.bt_noborder {
	background: #fff;
	border-color: transparent;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bt.bt_noborder:hover {
	background: #efefef;
}
.bt.bt_noborder input {
	margin-right: 10px;
	margin-top: 0px;
}

.div_loading {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
    z-index: 999;
    opacity: 0.9;
	display: none;
}
.div_loading img {
	width: auto;
	height: 150px;
	background: #fff;
    border-radius: 16px;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 20px 0px;
}
.loading_title {
	text-align: center;
	font-weight: bold;
	padding: 0px;
}
.error,
.error1 {
	padding-top: 16px;
	text-align: center;
	color: #f76767;
	font-size: 14px;
}

/* menu */
.side_menu {
	width: 200px;
	background: #24273a;
	color: #fff;
	position: fixed;
	z-index: 8;
	height: 100%;
	padding-top: 0px;
	top: 0px;
}
.cont_body {
	padding-left: 220px;
	padding-top: 20px;
	padding-right: 20px;
}
.cont_body_wrapper {
	padding: 0px;
	padding-bottom: 20px;
	position: relative;
	/*background: #fff;*/
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    min-height: calc(100vh - 110px);
}
.menu_item,
.menu_item:focus,
.menu_item:visited {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 40px;
	color: #fff;
	opacity: 0.8;
	margin: 20px 10px;
	margin-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/*text-transform: uppercase;*/
	cursor: pointer;
	font-weight: 300;
	/*border-right: 2px solid transparent;*/
	position: relative;
	font-size: 14px;
/*	border-bottom: 1px solid rgba(255,255,255,0.2);*/
}
.menu_item .admin {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #414142;
	color: #fff;
	padding: 2px 4px;
	font-size: 10px;
}
.menu_item.sel,
.menu_item:hover {
	text-decoration: none;
	background: #1c1e2b;
	background: #0673e1;
	color: #fff;
	opacity: 0.9;
}
.menu_item i {
	font-size: 16px;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}
.menu_item i.a_right {
	margin-right: 0px;
	margin-left: auto;
}
.menu_item.isopen {
	border-bottom: 1px solid transparent;
	background: #2F2F2F;
	color: #fff;
	text-decoration: none;
}
.menu_item .fa-angle-down.a_right {
	display: none;
}
.menu_item.isopen .fa-angle-right.a_right {
	display: none;
}
.menu_item.isopen .fa-angle-down.a_right {
	display: inline-block;
}
.sub_menu1 {
	transition: all erase-in-out;
	display: none;
}
.sub_menu1 .menu_item {
	padding-left: 44px;
}
.sub_menu1 .menu_item:hover {
	background: transparent;
}

.empty {
	color: #888;
	font-style: italic;
	padding: 5px 0px;
}
img {
	max-width: 100%;
}
/*card*/
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.table {
	margin-bottom: 0;
}
.card {
/*	border: 1px solid rgba(0, 0, 0, 0.12);*/
	border-radius: 7px;
	background: #fff;
	margin-bottom: 20px;
    color: #333;
    position: relative;
    padding: 20px 24px;
    line-height: 1.8;
    background: #fff;
    box-shadow: 0 1px 15px 1px rgb(90 90 90 / 8%);
    color: #151515;
}
.card_title {
	font-size: 22px;
	font-weight: 600;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.card_cont {
	padding: 16px 20px;
}
.card_bottom {
	padding: 16px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.buttons {
	display: flex;
}
.buttons > .bt {
	margin: 0;
	margin-right: 20px;
	font-weight: 600;
}
.arrow_down {
	padding: 0px 8px;
	margin-left: 8px;
	font-size: 18px;
	opacity: 0.8;
}
.arrow_down:hover {
	opacity: 1;
	cursor: pointer;
}

/*dialog*/
.dlg {
	position: fixed;
	z-index: 99;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.dlg_cont {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}
.dlg_close {
	position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    font-weight: 700;
    padding: 10px;
    font-size: 16px;
    opacity: 0.8;
}
.dlg_close:hover {
	opacity: 1;
}
.dlg_cont h3 {
	margin: 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

#dlg_image.dlg {
	background: rgba(0,0,0,1);
}
#dlg_image .dlg_cont {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 20px;
    margin: 0;
}
#dlg_image .dlg_cont img {
	background: #aaa;
	padding: 20px;
	border-radius: 12px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	user-select: none;
}
.bt_cancel {
	z-index: 99;
	position: absolute;
	right: 10px;
	top: 10px;
	float: right;
	font-size: 16px;
    cursor: pointer;
    background: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	opacity: 0.7;
}
.bt_cancel:hover {
	opacity: 1;
}
.m_nav {
	display: none;
}
.mbadge {
	background: #414142;
	color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 12px;
    font-weight: bold;
    min-width: 22px;
    display: block;
    text-align: center;
    display: none;
}
.toast {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	transition: ease all 0.5s;
}
.toast div {
	border-radius: 8px;
	background: #414142;
	color: #fff;
	padding: 20px 30px;
	border: 0px solid #fff;
	box-shadow: #aaa 0px 0px 12px 0px;
}
.toast.open {
	display: flex;
}
.sub_footer {
	background: #fff;
	/*position: fixed;*/
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding: 10px 0px;
	/*border-top: 1px solid #ccc;*/
	display: flex;
	justify-content: space-between;
}
.sub_footer .bt {
	display: inline-block;
	margin-top: 0;
}
#dlg_confirm,
#dlg_error,
.dlg {
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(5px);
}
#dlg_confirm .dlg_cont,
#dlg_error .dlg_cont {
	max-width: 400px;
	min-width: 320px;
	position: relative;
	border-radius: 12px;
	padding: 15px;
}
.confirm_message,
.error_message,
.success_message {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.w50 {
	width: 50%;
	position: relative;
}
.w100 {
	width: 100%;
}
a,
a:focus,
a:visited {
	color: #2f7df4;
	text-decoration: none;
}
a.bt,
a.bt:focus,
a.bt:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #151515;
}
table.dataTable thead th, 
table.dataTable tbody td {
	border-bottom: 0px;
} 
table.dataTable tbody td {
    border-top: 1px solid #eee;
    font-size: 14px;
}
table.dataTable tbody td.td_bold {
	font-weight: bold;
}
table thead tr {
	background: rgb(250, 250, 250);
	color: #151515;
}
table.dataTable thead tr th {
	font-weight: 300;
	border-bottom: 0px;
	font-size: 12px;
    padding-left: 12px;
}
table#table {
	border: 1px solid #ddd;
    border-radius: 5px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background: #fff;
}
#table_wrapper label {
	font-weight: 300;	
}
#bt_back {
	padding: 8px;
	margin-top: 0;
}
#bt_back img {
	height: 30px;
}
.bootstrap-select>.dropdown-toggle {
	border-radius: 8px;
	padding: 6px 10px;
	border-color: #ddd;
}
.div_container .bootstrap-select>.dropdown-toggle,
.div_container .bootstrap-select>.dropdown-toggle:focus {
	outline: none !important;
}
.d_input .f_input.bootstrap-select {
	padding: 0px;
	border: 0;
}
.oimg {
	height: 30px;
	width: 30px;
	object-fit: contain;
	max-width: 53px;
	margin-right: 5px;
	border-radius: 4px;
}
.p16 {
	padding: 16px;
}
.p20 {
	padding: 20px;
}
.d_input .f_input:focus {
	border: 1px solid #2f7df4;
	box-shadow: inset #2f7df4 0px 0px 1px 1px;
}

.btn.dropdown-toggle {
    border: 1px solid #2f7df4;
    display: block;
    width: 100px;
    margin-left: auto;
}
.btn.dropdown-toggle:hover {

}
.dropdown-menu {
	min-width: 140px;
	left: auto;
	right: 0px;
}
.dropdown-menu .dropdown-item {
	display: block;
	padding: 6px 12px;
	margin-left: 0;
}
.dropdown-menu .dropdown-item:hover {
	background: #f5f5f5;
}
.dropdown-menu .dropdown-item i {
	margin-right: 5px;
}
#status {
	width: 140px;
}
.status span {
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 4px;
}
.actions {
	text-align: right;
}
.act {
	margin-left: 10px;
	cursor: pointer;
}
.act_delete {
/*	color: #EC6408;*/
	cursor: pointer;
}
.fsize11 {
	font-size: 11px;
}
.fsize12 {
	font-size: 12px;
}

.fsize16 {
	font-size: 16px;
}

.fsize18 {
	font-size: 18px;
}
.fsize20 {
	font-size: 20px;
}
.fsize22 {
	font-size: 22px;
}
.fsize24 {
	font-size: 24px;
}
.fsize32 {
	font-size: 32px;
}
h3 {
	margin-top: 12px;
}
.teamlogo {
	height: 42px;
}
.bt_add_new {
	margin-top:0;
	max-height: 42px;
}
.team_popup {
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 8;
	padding: 16px 20px;
	display: none;
}
.team_popup.open {
	display: block;
}
.team_item {
	padding: 3px 2px;
	cursor: pointer;
}
.team_item:hover {
	color: #032b69;

}
.team_item img {
	width: 40px;
	margin-right: 10px;
}

@media (min-width: 992px) {
	.container {
	    width: 100%;
	}
}
@media (min-width: 1240px) {
	.container {
	    width: 1200px;
	}
}
@media (min-width: 1440px) {
	.container {
	    width: 1400px;
	}
}

@media only screen and (max-width: 767px) {
	.m_nav {
		padding: 5px 10px;
		display: block;
		color: #f99317;
		display: block;
	}
	.nav_left {
		text-align: center;
		display: block;
	}
	a.nav_item {
		margin-left: 16px;
	}
	.side_menu {
		width: 240px;
	    transition: ease all 0.3s;
	    left: -240px;
	    z-index: 10;
	}
	.side_menu.open {
		left: 0;
	}
	.comedian_list {
		max-height: 400px;
	}
	#table_wrapper {
		overflow-x: auto;
	}
	#dlg_image .dlg_cont {
		padding: 20px 0px;
	}
}