﻿html {
	scroll-behavior: smooth;
}


/*Fonts*/

@font-face {
	font-family: 'Dubai-Bold';
	src: url('../fonts/Dubai-Bold.eot') format('embedded-opentype'), url('../fonts/Dubai-Bold.woff') format('woff'), url('../fonts/Dubai-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dubai-Medium';
	src: url('../fonts/Dubai-Medium.eot') format('embedded-opentype'), url('../fonts/Dubai-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dubai-Regular';
	src: url('../fonts/Dubai-Regular.eot') format('embedded-Regular'), url('../fonts/Dubai-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dubai-Light';
	src: url('../fonts/Dubai-Light.eot') format('embedded-opentype'), url('../fonts/Dubai-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.font-dubai-bold {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.font-dubai-medium {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.font-dubai-regular {
	font-family: 'Dubai-Regular', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.font-dubai-light {
	font-family: 'Dubai-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}


/*Fonts*/


/*HIPA ICONS*/

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?jbpprg');
	src: url('../fonts/icomoon.eot?jbpprg#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?jbpprg') format('truetype'), url('../fonts/icomoon.svg?jbpprg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-contest:before {
	content: "\e900";
}

.icon-dashboard:before {
	content: "\e901";
}

.icon-events:before {
	content: "\e902";
}

.icon-media:before {
	content: "\e903";
}

.icon-support:before {
	content: "\e904";
}

.icon-logout:before {
	content: "\e905";
}

.icon-noti:before {
	content: "\e906";
}

.icon-profile:before {
	content: "\e907";
}

.icon-short:before {
	content: "\e92e";
}

.icon-lose:before {
	content: "\e92f";
}

.icon-win:before {
	content: "\e930";
}

.icon-address-book:before {
	content: "\e944";
}

/*HIPA ICONS*/


::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #9e0d21;
}

::selection {
	color: #fff;
	background: #9e0d21;
}

.no-gutters {
	padding: 0 !important;
}

.hide-mob {
	display: block;
}

.hide-desk {
	display: none;
}

:hover {
	transition: all .5s;
}

a {
	outline: none;
	box-shadow: none;
	color: #000;
	transition: all .5s;
}

a:hover {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: #000;
	transition: all .5s;
}



.clearfix {
	clear: all;
}

label {
	display: block;
	color: #000;
	line-height: 12px;
}

input,
textarea,
button,
input:hover,
textarea:hover,
button:hover {
	outline: none;
	box-shadow: none;
	border: none;
	transition: all .5s;
}

strong,
b {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	font-weight: unset;
}

button,
.btn {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	letter-spacing: .5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
}



h1 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 20px;
}

h2 {
	font-size: 25px;
	color: #000000;
	margin-bottom: 20px;
}

hr {
	opacity: 1;
	border-color: #e5e5e5;
}

.d-xs-block {
	display: none;
}

.d-xs-none {
	display: block;
}

section {
	overflow: hidden;
}

body {
	font-family: 'Dubai-Regular', Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	background: #f4f4f4;
	overflow-x: hidden;
}

.logo-desk {
	display: block;
}

.logo-mob {
	display: none;
}



/*header style starts*/


header {
	background: #fff;
	padding: 25px;
	position: relative;
	z-index: 1;
}

header .logo {}

header .logo img {
	width: 100%;
	max-height: 38px;
	position: relative;
	top: 2px;
	object-fit: contain;
}

header .top-menus {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
}

header .top-menus li {
	list-style: none;
	margin-left: 20px;
}

header .top-menus .noti-top {}

header .top-menus .noti-top .dropdown-toggle {
	width: 42px;
	height: 42px;
	display: inline-block;
	background: #eaeaea;
	border-radius: 100px;
	position: relative;
	text-align: center;
	line-height: 46px;
}

header .top-menus .noti-top .dropdown-toggle.show {
	background: #df4857;
}

header .top-menus .noti-top .dropdown-toggle i {
	color: #000;
	font-size: 16px;
}

header .top-menus .noti-top .dropdown-toggle.show i {
	color: #fff;
}

header .top-menus .noti-top .dropdown-toggle::after {
	display: none;
}

header .top-menus .noti-top .dropdown-toggle .noti-count {
	position: absolute;
	min-width: 18px;
	height: 18px;
	background: #dc3545;
	border-radius: 100px;
	color: #fff;
	font-size: 8px;
	text-align: center;
	line-height: 18px;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	right: -6px;
	top: -4px;
}

header .top-menus .noti-top .dropdown-toggle.show .noti-count {
	background: #e0e0e0;
	color: #000;
}




.noti-top-bg {
	position: relative;
}


/* custom scrollbar */
.custom-scrollbar ::-webkit-scrollbar {
	width: 9px;
}

.custom-scrollbar ::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 100px;
	width: 12px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
	background-color: rgb(0 0 0 / 10%);
	border-radius: 20px;
	border: 1px solid transparent;
	background-clip: content-box;
}

.custom-scrollbar :-webkit-scrollbar-thumb:hover {
	background-color: #efe400;
}


.noti-top .dropdown-menu.show {
	padding: 0;
	max-width: 320px;
	min-width: 320px;
	border-radius: 5px;
	margin-top: 60px !important;
	left: auto !important;
	right: -0.5625rem !important;
	transform: unset !important;
}

.noti-top .dropdown-menu.show:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0.125rem;
	right: 18px;
	left: auto;
	border: none;
	background: #fff;
	top: -0.375rem;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.noti-top-bg {
	max-height: 325px;
	overflow: auto;
	overflow: overlay;
	scrollbar-gutter: stable;
}

.noti-top .noti-drop {
	border: none;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}

.noti-top .noti-drop .noti-header {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	margin: 0;
	padding: 11px 20px 10px;
	font-size: 14px;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 5px 5px 0px 0px;
}

.noti-top .noti-drop .noti-header a {
	color: #00abc8;
	float: right;
}

.noti-top .noti-drop .sub-heading {
	background: #f6f6f6;
	display: inline-block;
	width: 100%;
	padding: 5px 20px;
	text-transform: uppercase;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 15px;
}

.noti-top .noti-drop .dropdown-item {
	background: #f1f1f1;
	display: flex;
	white-space: unset;
	border-top: 1px solid #e6e6e6;
	padding: 6px 20px 17px;
}

.noti-top .noti-drop .dropdown-item.new {
	background: #fff;
}

.noti-top .noti-drop .dropdown-item:hover {
	background: #eee;
}


.noti-top .noti-drop .dropdown-item .noti-icon {
	background: #ffffff;
	border-radius: 100px;
	width: 42px;
	height: 42px;
	border: 1px solid #e3e3e3;
	text-align: center;
	margin-right: 12px;
}

.noti-top .noti-drop .dropdown-item .noti-icon img {
	width: 16px;
	height: 40px;
	object-fit: contain;
	min-width: 16px;
}

.noti-top .noti-drop .dropdown-item .title {
	width: 100%;
	max-width: calc(100% - 58px);
	display: block;
	font-size: 14px;
	line-height: 15px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	position: relative;
	top: 9px;
}

.noti-top .noti-drop .dropdown-item .title .time {
	color: #9b9b9b;
	font-style: normal;
	font-size: 13px;
	display: block;
	/* text-align: right; */
	line-height: 22px;
	margin-top: 5px;
}

.noti-top .noti-drop .noti-footer {
	text-align: center !important;
	display: block;
	padding: 10px;
	color: #00abc8;
	font-size: 14px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	border-radius: 0px 0px 5px 5px;
	background: #fff;
	position: sticky;
	bottom: 0;
}

.noti-top .noti-drop .noti-footer:hover {
	background: #00abc8;
	color: #fff;
}



header .top-menus .profile-top {
	padding-right: 20px;
	border-right: 1px solid #e7e7e7;
}

header .top-menus .profile-top a {
	color: #020202;
}

header .top-menus .profile-top a img.pro-icon {
	width: 42px;
	height: 42px;
	border-radius: 100px;
	margin-right: 12px;
	background: #f39200;
	float: left;
	object-fit: contain;
	object-position: center;
}

header .top-menus .profile-top a .pro-name {
	float: left;
	position: relative;
	top: 6px;
	line-height: 16px;
}

header .top-menus .profile-top a .pro-name em {
	color: #a5a5a5;
	font-style: normal;
	display: block;
	font-size: 14px;
}

header .top-menus .lang-switch {
	float: unset;
}

/*header style ends*/


/*Login Page Starts*/


.login-page {
	background: #fff;
	min-height: 100vh;
}

.login-page .login-img {
	background: #000;
}

.login-page .login-img img {
	min-height: 100vh;
	max-height: 100vh;
	object-fit: cover;
	object-position: center;
	opacity: .5;
	/*filter: grayscale(1);*/
	width: 100%;
}

.login-form {
	max-width: 650px;
	margin: 0 auto;
	padding: 40px;
}

.login-form .logo-login {
	margin-bottom: 60px;
}

.login-form .logo-login .logo {
	width: 100%;
	max-width: 210px;
}

.lang-switch {
	width: 50px;
	text-align: center;
	position: relative;
	float: right;
}

.lang-switch a {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-size: 11px;
	font-weight: 600;
	line-height: 11px;
	padding: 4px 6px;
	border: 1px solid #000;
	background: transparent;
	color: #000;
}

.lang-switch a.active {
	border: 1px solid #000;
	border-top: 0;
	background: #000;
	color: #fff;
	letter-spacing: 1.5px;
}

.lang-switch a:hover {
	border: 1px solid #000;
	background: #222;
	color: #fff;
}

.lang-switch a.active:hover {
	border-top: 0;
}

.login-page .login-form h1 {
	text-align: left;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
}

.login-page .login-form h1 span {
	color: #0babc7;
}

.login-page .login-form h1 .subtitle {
	font-size: 14px;
	font-style: normal;
	display: block;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	margin-top: 2px;
}

.login-page .login-form form {}

.input-bg {
	margin-bottom: 25px;
}

.my-profile-bg {
	margin-left: 15px;
}

.my-profile .input-bg {
	margin-bottom: 20px;
}

.input-bg label {
	display: block;
	color: #000;
	line-height: 12px;
	max-height: 12px;
}

.input-bg label span {
	color: #f7200e;
}

.input-bg input.input-item {
	width: 100%;
	background: #f2f2f2;
	border: none;
	padding: 12px 15px;
	height: 44px;
	outline: none;
	box-shadow: none;
	position: relative;
}

.input-bg textarea.input-item {
	width: 100%;
	background: #f2f2f2;
	border: none;
	padding: 12px 15px;
	outline: none;
	box-shadow: none;
	position: relative;
}

.input-bg select.input-item {
	width: 100%;
	background-color: #f2f2f2;
	border: none;
	padding: 9px 15px;
	height: 44px;
	outline: none;
	box-shadow: none;
	position: relative;
	font-size: 14px;
	border-radius: 0;
}



.group-input-bg {}

.group-input-bg .input-group {
	flex-wrap: unset;
}

.group-input-bg select.input-item {
	max-width: 85px;
	border-right: 2px solid #dddddd;
}

.group-input-bg input.input-item {}

::-webkit-calendar-picker-indicator {
	cursor: pointer;
	width: 100%;
	object-position: right;
	background-position: right;
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	height: 40px;
	background-size: 18px;
	padding-right: 12px;
}

.input-bg small {
	opacity: .5;
	line-height: 13px;
	display: inline-block;
	margin-top: 8px;
}


.custom-radio-bg {
	margin-bottom: 15px;
}

.custom-checkbox-bg {
	margin-top: 20px;
	margin-bottom: 35px;
}

.radio-custom {
	opacity: 0;
	position: absolute;
}

.radio-custom,
.radio-custom-label {
	vertical-align: middle;
	cursor: pointer;
	display: inline-block !important;
	margin: 0 !important;
	line-height: unset !important;
	margin-right: 15px !important;
	margin-top: 10px !important;
}

.radio-custom-label {
	position: relative;
	transition: all .5s;
}

.radio-custom-label em {
	padding-left: 32px;
	display: inline-block;
	font-style: normal;
}

.radio-custom-label em a {
	text-decoration: underline;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.radio-custom+.radio-custom-label:before {
	content: '';
	background: #e8e8e8;
	border: none;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	border-radius: 50%;
	height: 22px;
	padding: 2px;
	color: #fff;
	margin-right: 10px;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: -2px;
	transition: all .5s;
	position: absolute;
}

.checkbox-custom+.radio-custom-label:before {
	border-radius: 2px;
	border: 1px solid #c3c3c3;
	background: #fff;
	line-height: 17px;
}

.checkbox-custom:checked+.radio-custom-label:before {
	border: 1px solid #f39200;
}

.radio-custom+.radio-custom-label:hover::before {
	background: #d1d1d1;
	transition: all .5s;
	color: #fff;
}



.radio-custom:checked+.radio-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #f39200;
	transition: all .5s;
}

.radio-custom:focus+.radio-custom-label {
	outline: none;
	/* focus style */
}

.login-page .lgn-btn-bg .login-submit {
	background: #000;
	color: #fff;
	padding: 12px 40px;
	outline: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}

.login-page .lgn-btn-bg .login-submit:hover {
	background: #f39200;
}

.login-page .dont-pass {
	text-align: right;
	font-size: 14px;
	color: #939393;
	line-height: 18px;
}

.login-page .dont-pass a:hover {
	color: #000;
	text-decoration: none;
}

.login-page .dont-pass .forgetPass {
	color: #939393;
}

.login-page .dont-pass p {
	margin: 0;
}

.login-page .dont-pass .dont-account {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	text-decoration: underline;
}

.or {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

.or span {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 2px 20px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/*
.or::before {
	background: #fff;
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    content: ".";
    color: transparent;
    top: 12px;
    z-index: -1;
}
*/

.or::after {
	background: rgb(0 0 0 / 10%);
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	content: ".";
	color: transparent;
	top: 12px;
	z-index: 1;
}


.social-login {
	padding: 0;
	list-style: none;
	margin: 0;
	display: inline-flex;
	width: 100%;
}

.social-login li {
	margin-right: 12px;
	border-radius: 3px;
	transition: all .5s;
	justify-content: flex-start;
	width: 24%;
}

.social-login li a {
	color: #fff;
	display: flex;
	padding: 12px 5px 12px 15px;
	align-items: center;
}

.social-login li a i {
	color: #fff;
	width: 21px;
	font-size: 18px;
	margin-right: 3px;
}

.social-login li a span {
	text-transform: uppercase;
	font-size: 14px;
	border-left: 1px solid rgb(255 255 255 / 20%);
	padding-left: 11px;
	line-height: 15px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.social-login li a span small {
	display: block;
	text-transform: initial;
}

.social-login .fb {
	background: #3b5998;
}

.social-login .tw {
	background: #4db7eb;
}

.social-login .google {
	background: #ea4335;
}

.social-login .lkin {
	background: #3d87ae;
	margin-right: 0;
}


.social-login .fb:hover {
	background: #2b4478;
}

.social-login .tw:hover {
	background: #3894c1;
}

.social-login .google:hover {
	background: #c13327;
}

.social-login .lkin:hover {
	background: #2a6483;
}

/*google login button design */

.google-button-wrapper {
	display: flex;
	justify-content: center;
	/* Center horizontally */
	align-items: center;
	/* Center vertically (if needed) */
	width: 100%;
}

.gsi-material-button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	user-select: none;
	background-color: #f9f8f8;
	border: 1px solid #6d6e6f;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1e1f21 !important;
	text-decoration: none !important;
	cursor: pointer;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	fill: #1e1f21;
	letter-spacing: 0.25px;
	outline: none;
	overflow: hidden;
	padding: 10px 16px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
	border-color: #afabac;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.gsi-material-button:hover {
	text-decoration: none !important;
	background-color: #f5f3f3;
	border-color: #8e918f;
}

.gsi-material-button .gsi-material-button-icon {
	height: 20px;
	margin-right: 12px;
	min-width: 20px;
	width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.password-requirements {
	padding-left: 20px;
	list-style-type: none;
	padding-left: 0;
}

.password-requirements li {
	color: #e74c3c;
}

.password-requirements .valid {
	color: #198754;
}

.password-requirements .invalid {
	color: #e74c3c;
}

.password-requirements .xmark {
	margin-right: 10px;
}

.password-requirements li.valid .xmark {
	content: '✔';
	color: green;
}

.password-requirements li.invalid .xmark {
	content: '✖';
	color: red;
}

input[type="submit"]:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.password-container {
	position: relative;
	display: flex;
	align-items: center;
}

.password-container input {
	flex: 1;
	padding-right: 40px;
}

.toggle-password {
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
}


/*Login Page Ends*/


.content-area {
	padding: 15px 0;
}

.content-area h4 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 12px;
}


/*Profile Progress Starts*/

.profile-progress {
	display: flex;
	background: #fff;
	padding: 15px 18px;
	border-radius: 5px;
	margin: 20px 0;
}

.profile-progress .my-progress {
	width: 50px;
}

.my-progress .progress-box {
	width: 100%;
	position: relative;
}

.my-progress .progress-box h6 {
	display: block;
	text-align: center;
	color: #fff;
}

.my-progress .progress-box .chart {
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #000;
	max-width: 50px;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
}

.my-progress .progress-box .chart p {
	margin: 0;
	line-height: 9px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	top: 1px;
}

.my-progress .progress-box .chart span {
	color: #939393;
	font-size: 6px;
}


.my-progress .progress-box canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 50px;
}


.profile-progress .task-noti-text {
	width: 100%;
	max-width: calc(100% - 65px);
	margin-left: 15px;
}

.task-noti.noti-high {
	border: 1px solid #E9408D;
	/* example */
	box-shadow: 0 0 0 2px rgba(233, 64, 141, 0.12);
}

.task-noti.noti-unread {
	border: 1px solid #06B6D4;
	box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.12);
}

.task-noti.noti-normal {
	border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Important: container must clip overflow so only 1 slide shows */
.task-noti-swiper {
	width: 100%;
	overflow: hidden;
}

/* wrapper must be flex - Swiper usually adds this, but we enforce it in case CSS is overridden */
.task-noti-swiper .swiper-wrapper {
	display: flex;
}

/* each slide takes full width */
.task-noti-swiper .swiper-slide {
	width: 100%;
	flex-shrink: 0;
}


.task-noti-text h4 {
	font-size: 15px;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	margin: 0;
}

.task-noti-text p {
	color: #939393;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	margin-top: 3px;
}

.task-noti-text p strong {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	color: #e74892;
	font-weight: unset;
}

.task-noti-text p a {
	color: #000;
	text-decoration: underline;
}

/*Profile Progress Ends*/


/*Task Noti Start*/

.task-noti {
	display: flex;
	background: #fff;
	padding: 15px 18px;
	border-radius: 5px;
	margin: 20px 0;
}

.task-noti .icon {
	width: 50px;
	height: 50px;
	background: #e74892;
	text-align: center;
	line-height: 54px;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.task-noti .icon::after {
	animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
}


@keyframes pulse {
	0% {
		opacity: 0;
	}

	50% {
		transform: scale(1.4);
		opacity: 0.4;
	}
}

.task-noti .icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #e74892;
	border-radius: 50%;
	z-index: -1;
}

.task-noti .icon .icon-noti {}

.task-noti .task-noti-text {
	width: 100%;
	max-width: calc(100% - 65px);
	margin-left: 15px;
}


/*Task Noti End*/


/*Page Heading */

.page-heading {}

.page-heading h2 {
	font-size: 22px;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	margin-bottom: 5px;
	line-height: 20px;
}

.page-heading span {
	color: #939393;
}


/*page heading ends*/


/*Sidebar Starts*/

#my-side-menu.collapse:not(.show) {
	display: block;
}

.mob-heading-sidebar {
	display: none;
}

.sidebar-bg {
	max-width: 310px;
}

.sidebar-bg .sidebar {
	padding: 25px;
	background: #fff;
	border-radius: 5px;
}

.sidebar-bg .sidebar #my-side-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-bg .sidebar .side-nav-item {}

.sidebar-bg .sidebar .side-nav-item.last-item {
	margin-top: 30px;
}

.sidebar-bg .sidebar .side-nav-item.last-item a {
	color: #dc3545 !important;
}

.sidebar-bg .sidebar .side-nav-item.active {}

.sidebar-bg .sidebar .side-nav-item a {
	display: block;
	padding: 15px 25px;
	color: #000000;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	border-radius: 100px;
}

.sidebar-bg .sidebar .side-nav-item a i {
	margin-right: 7px;
	font-size: 17px;
	position: relative;
	top: 2px;
}

.sidebar-bg .sidebar .side-nav-item.active a {
	background: #00abc8;
	color: #fff !important;
}

.sidebar-bg .sidebar .side-nav-item:hover a {
	color: #00abc8;
}

.sidebar-bg .sidebar .side-nav-item:hover a i {}

.sidebar-bg .sidebar .side-nav-item.active a i {}

/*Sidebar Ends*/


/*my Profile Starts*/

.content-box {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
}

.content-box h4 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
}

.my-profile hr {
	margin-top: 10px;
	margin-bottom: 30px;
}

.my-tooltip {
	margin-left: 10px;
}

.info-circle {
	width: 20px;
	height: 20px;
	background: #17a2b8;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 12px !important;
	line-height: 20px !important;
	position: relative;
	top: -2px;
}

.cross-circle {
	width: 20px;
	height: 20px;
	background: #dc3545;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 11px !important;
	line-height: 20px !important;
	margin-left: 12px;
	position: relative;
	top: -4px;
}

.check-circle {
	width: 20px;
	height: 20px;
	background: #28a745;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 11px !important;
	line-height: 21px !important;
	margin-left: 12px;
	position: relative;
	top: -4px;
}


.side-form-bg {
	padding-left: 25px;
	border-left: 1px solid #e5e5e5;
	margin-left: 5px;
}

.side-form-bg hr {
	margin: 30px 0;
}

.change-pass {
	background: #f2f2f2;
	border: 1px dashed #d9d9d9;
	padding: 20px;
	border-radius: 5px;
	padding-bottom: 0px;
}

.change-pass .input-bg {}

.change-pass .input-bg input.input-item {
	background: #fff;
}

.btn-green {
	background: #28a745;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 15px 30px 12px;
	margin-top: 20px;
}

.btn-green:hover {
	background: #1f8436;
}

.allow-profile {
	background: #f2f2f2;
	border: 1px dashed #d9d9d9;
	padding: 18px 15px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.allow-profile .custom-checkbox-bg {
	margin: 0;
	position: relative;
}

.allow-profile .radio-custom-label {
	margin: 0 !important;
}

.allow-profile .radio-custom-label em {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 12px;
}

.allow-profile input {
	background: #fff;
	border-radius: 0;
	width: 100%;
	padding-right: 10px;
}

.allow-profile input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #424242;
	padding: 6px 15px;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

.allow-profile input[type=file]::file-selector-button:hover {
	background: #222;
}

.d-docs {}

.d-docs label {
	display: block;
	color: #000;
	line-height: 12px;
}

.d-docs .upload-item {
	background: #f2f2f2;
	padding: 5px;
	margin-bottom: 15px;
}

.d-docs .upload-item span {
	display: inline-block;
	padding: 7px 10px;
	border-radius: 3px 0px 0px 3px;
	color: #fff;
	font-size: 13px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.d-docs .upload-item em {
	font-style: normal;
	font-size: 12px;
	text-align: right;
	float: right;
	position: relative;
	top: 8px;
}

.d-docs .upload-item a {
	display: block;
	width: 100%;
	background: #fff;
	padding-right: 8px;
}

.d-docs .upload-item .d-upload {}

.d-docs .upload-item .d-upload span {
	background: #17a2b8;
}

.d-docs .upload-item .d-upload em {
	display: none;
}

.d-docs .upload-item .d-upload i {}

.d-docs .upload-item .d-uploaded {
	background: #fff;
	display: block;
}

.d-docs .upload-item .d-uploaded span {
	background: #28a745;
}

.d-docs .upload-item .d-uploaded em {}

.d-docs .upload-item .d-uploaded i {
	margin-left: 5px;
	font-size: 10px;
	width: 20px;
	height: 20px;
	background: #1e8736;
	border-radius: 100px;
	text-align: center;
	line-height: 19px;
	position: relative;
	top: -1px;
}

.d-docs .upload-item .d-expired {}

.d-docs .upload-item .d-expired span {
	background: #dc3545;
}

.d-docs .upload-item .d-expired em {
	color: #dc3545;
}

.d-docs .upload-item .d-expired i {
	margin-left: 5px;
}

/*my Profile Ends*/


/*Popup Starts*/

.modal {
	background: rgb(234 234 234 / 80%);
}

.modal-backdrop {
	display: none;
}

.my-pop {}

.my-pop .modal-dialog {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}

.my-pop .modal-dialog .modal-content {
	padding: 30px;
	border: none;
	box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 15%);
}

.my-pop .modal-dialog .modal-header {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 12px;
}

.my-pop .modal-dialog h1 {
	font-size: 18px;
	color: #000000;
}

.my-pop .modal-dialog .btn-close {
	font-size: 10px;
	box-shadow: none;
	outline: none;
}

.my-pop .modal-body {
	padding: 0;
}

.my-pop .modal-body .pop-passport {}

.my-pop .modal-body .pop-passport .input-bg {}

.my-pop .modal-body .pop-passport .input-bg label {}

.my-pop .modal-body .pop-passport .input-bg .input-item {}

.my-pop .modal-footer {
	padding: 0;
	border: none;
	justify-content: flex-start;
}

.btn-blue {
	background: #0babc7;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 15px 30px 12px;
	margin: 0;
}

.btn-blue:hover {
	background: #08798d;
}

.dm-uploader {
	padding: 30px 20px 25px;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	text-align: center;
	position: relative;
}

.dm-uploader .drag-img {
	max-width: 62px;
	min-width: 62px;
	object-fit: contain;
	object-position: center;
	width: 100%;
	opacity: .4;
	margin-bottom: 10px;
}

.dm-uploader h3 {
	color: #1d1d1b;
	font-size: 15px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	margin: 0;
}

.dm-uploader h3 input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	height: 100%;
	z-index: 2;
}

.dm-uploader em {
	color: #bdbdbd;
	font-size: 14px;
	font-style: normal;
	margin-top: 8px;
	display: block;
	line-height: 11px;
}

.dm-uploader h3 span {
	color: #0babc7;
}


.dm-updater {
	padding: 20px 20px 20px;
	border-radius: 4px;
	text-align: left;
	/* Change alignment to the left for better structure */
	position: relative;
	display: flex;
	align-items: center;
	/* Align items vertically in the middle */
	margin-left: auto;
}

.dm-updater i {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	/* Add background color for better visibility */
	border-radius: 50%;
	/* Round shape for the edit icon */
	padding: 5px;
}

.dm-updater i input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: solid transparent;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	height: 100%;
	z-index: 2;
}

.dm-updater img {
	max-width: 100px;
	/* Limit image width */
	margin-right: 15px;
	/* Add spacing between image and text */
}

.dm-updater .file-name {
	flex-grow: 1;
	/* Allow file name to take up remaining space */
	text-align: left;
	font-weight: bold;
}

.uploaded-file {
	margin-top: 15px;
	margin-bottom: 10px;
}





.uploaded-file .text-muted {
	color: #bdbdbd !important;
	margin-top: -12px;
	list-style: none;
	font-size: 13px;
}

.uploaded-img-bg {
	padding: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 10px;
}

.uploaded-img-bg .uploaded-img {
	display: flex;
	align-items: center;
	position: relative;
}

.uploaded-img-bg .uploaded-img img {
	max-width: 45px;
	border-radius: 2px;
	max-height: 36px;
	min-height: 36px;
	min-width: 45px;
	object-fit: cover;
	object-position: center;
	margin-right: 12px;
}

.uploaded-img-bg .uploaded-img img.pdf {
	max-width: 33px;
	border-radius: 0px;
	max-height: 36px;
	min-height: 36px;
	min-width: 33px;
	object-fit: contain;
	object-position: left;
	margin-right: 12px;
}


.uploaded-img-bg .uploaded-img .img-name {
	margin: 0;
	font-size: 12px;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	line-height: 13px;
}

.uploaded-img-bg .uploaded-img .img-name strong {}

.uploaded-img-bg .uploaded-img .img-size {
	font-family: 'Dubai-Regular', Helvetica, sans-serif;
	font-style: normal;
	color: #9f9f9f;
	display: block;
}

.uploaded-img-bg .uploaded-img i {
	float: right;
	position: absolute;
	right: 0;
	color: #999999;
	opacity: .8;
	transition: all .5s;
}

.uploaded-img-bg .uploaded-img i:hover {
	color: #dc3545;
}

.uploaded-img-bg .uploaded-img .drag-handle {
	margin-right: 10px;
	color: #999999;
	opacity: .8;
	cursor: grab;
	/* 👈 hand cursor */
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	position: static !important;
	float: none !important;
	right: auto !important;
}

.uploaded-img-bg .uploaded-img .drag-handle:active {
	cursor: grabbing;
	/* 👈 when dragging */
}

.uploaded-img-bg {}

.uploaded-img-bg .progress {
	background: #f3f3f3;
	height: 4px;
	position: relative;
	top: 7px;
	overflow: visible;
}

.uploaded-img-bg .progress .my-prog-bar {
	background: #0babc7;
}

/*Popup Ends*/


/*Dashboard Starts*/
.dash-boxes {}

.dash-boxes .dashbox-item {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	transition: all .5s;
}

.dash-boxes .dashbox-item a {
	padding: 18px 25px;
	display: block;
}

.dash-boxes .dashbox-item:hover {
	box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
	transition: all .5s;
}

.dash-boxes .dashbox-item span {
	color: #939393;
}

.dash-boxes .dashbox-item h2 {
	margin: 0;
	font-size: 40px;
	line-height: 30px;
	margin: 14px 0 12px;
}

.dash-boxes .dashbox-item em {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-style: normal;
}

.dash-boxes .dashbox-item em i {
	margin-left: 5px;
	transition: all .5s;
}

.dash-boxes .dashbox-item a:hover em i {
	margin-left: 10px;
	transition: all .5s;
}

.dash-boxes .dash-yellow {
	background-image: url("../images/box-bg-yellow.png");
}

.dash-boxes .dash-yellow h2,
.dash-boxes .dash-yellow a:hover em i {
	color: #ede610;
}

.dash-boxes .dash-blue {
	background-image: url("../images/box-bg-blue.png");
}

.dash-boxes .dash-blue h2,
.dash-boxes .dash-blue a:hover em i {
	color: #0babc7;
}

.dash-boxes .dash-pink {
	background-image: url("../images/box-bg-pink.png");
}

.dash-boxes .dash-pink h2,
.dash-boxes .dash-pink a:hover em i {
	color: #e94793;
}

.dash-boxes .dash-orange {
	background-image: url("../images/box-bg-orange.png");
}

.dash-boxes .dash-orange h2,
.dash-boxes .dash-orange a:hover em i {
	color: #f2921f;
}

.dashboard {
	margin-left: 15px;
}

.dashboard h4 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 12px;
}

.contest-dash {
	margin-top: 15px;
}

.contest-dash .contest-item {}

.contest-dash .contest-img-bg {}

.contest-dash .contest-img-bg img {
	max-height: 180px;
	min-height: 180px;
	min-width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px 5px 0px 0px;
}

.contest-text {
	background: #fff;
	padding: 20px 10px 20px 20px;
	border-radius: 0px 0px 5px 5px;
}

.contest-text h4 {
	font-size: 16px;
	margin-bottom: 6px;
	max-height: 15px;
	overflow: hidden;
}

.contest-text .date {
	display: block;
	font-size: 12px;
	color: #939393;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.contest-text .date em {
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}

.contest-text .date i {
	font-style: normal;
	display: inline-block;
	margin: 0 5px;
}

.contest-text .btn-parti {
	color: #0094af;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	background: #dbf2f7;
	border-radius: 2px;
	display: inline-block;
	margin-right: 8px;
	padding: 8px 20px;
	margin-top: 12px;
	font-size: 14px;
}

.contest-text .btn-parti:hover {
	background: #00abc8;
	color: #fff;
}

.contest-text .btn-detail {
	color: #666666;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 8px;
	margin-top: 12px;
	font-size: 14px;
}

.contest-text .btn-detail:hover {
	color: #000;
}

.lecture-dash {
	margin-top: 30px;
}

.lecture-dash .lecture-item {}

.lecture-dash .lecture-item a {
	overflow: hidden;
	display: block;
	border-radius: 5px;
}

.lecture-dash .lec-img-bg {
	position: relative;
	background: #000;
	border-radius: 5px;
}

.lecture-dash .lec-img-bg img {
	min-height: 260px;
	max-height: 260px;
	object-fit: cover;
	object-position: center;
	min-width: 100%;
	border-radius: 5px;
	opacity: .7;
	transition: all .5s;
}

.lecture-dash .lecture-item:hover img {
	transform: scale(1.3);
	transition: all .5s;
}

.lecture-dash .lec-img-bg .date {
	color: #fff;
	font-size: 12px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	z-index: 2;
	line-height: 18px;
}

.lecture-dash .lec-img-bg .date span {
	display: block;
}

.lecture-dash .lec-img-bg .date span i {
	margin-right: 5px;
}

.lec-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 5px;
	background: rgb(0 0 0 / 30%);
	background: -moz-linear-gradient(90deg, rgb(0 0 0 / 75%) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(0 0 0 / 75%) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgb(0 0 0 / 75%) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.lec-text h4 {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	letter-spacing: .5px;
	max-height: 35px;
	overflow: hidden;
	opacity: .9;
}

.lecture-dash .lecture-item:hover h4 {
	color: #ede610;
}

.lec-text span {
	color: #b1b1b1;
	font-size: 13px;
}

.lec-text span em {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
}


/*Dashboard Ends*/



/*Participated Contest Starts*/


.parti-contest {
	margin-bottom: 35px;
	margin-left: 15px;
}

.my-accordion {}

.my-accordion .table {
	border-color: #f4f4f4;
	margin: 0;
}

.my-accordion .table thead {
	background: #111111;
	color: #f4f4f4;
}

.my-accordion .table thead tr {}

.my-accordion .table thead tr th:first-child {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	color: #111;
	border-radius: 4px 0 0 0;
}


.my-accordion .table thead tr th:last-child {
	border-radius: 0px 4px 0px 0px;
}

.my-accordion .table thead tr th:nth-child(2) {
	width: calc(45% - 50px);
	max-width: calc(45% - 50px);
}

.my-accordion .table thead tr th {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-weight: unset;
	padding: 10px 15px;
	width: 18.3%;
	max-width: 18.3%;
}

.my-accordion .table tbody {}

.my-accordion .table tbody tr {
	background: #fff;
}

.my-accordion .table tbody tr:nth-child(even) {
	background: #f9f9f9;
}

.my-accordion .table tbody tr:nth-child(odd) {
	background: #fff;
}

.my-accordion .table tbody tr:hover {
	background: #efefef;
}

.my-accordion .table tbody tr td {
	padding: 0;
	vertical-align: middle;
}

.my-accordion .table .panel-heading {}

.my-accordion .table .accordion-toggle {
	width: 100%;
	display: flex;
}

.my-accordion .table .accordion-toggle .panel-title {
	display: block;
	width: 100%;
	align-items: center;
}

.my-accordion .table .accordion-toggle .panel-title .number {
	width: 50px;
	float: left;
	display: inline-flex;
	height: 70px;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ececec;
}

.my-accordion .table .accordion-toggle .panel-title .con-name {
	align-items: center;
	float: left;
	display: inline-flex;
	padding: 15px;
}

.my-accordion .table .accordion-toggle .panel-title .con-name img {
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 3px;
	margin-right: 10px;
}

.my-accordion .table .accordion-toggle .panel-title .con-name span {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	line-height: 16px;
	position: relative;
	top: 2px;
}

.my-accordion .table .accordion-toggle .panel-title .con-name span em {
	display: block;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #b3b3b3;
}

.my-accordion .table .accordion-toggle .panel-title i {
	float: right;
	font-size: 20px;
	padding: 10px;
	margin-right: 15px;
	position: relative;
	top: 14px;
	font-weight: bold;
}

.panel-body .table-inner {
	width: 100%;
}

.panel-body .table-inner tbody {}

.panel-body .table-inner tbody tr {
	background: #f5f5f5;
	border-top: 1px solid #ececec;
	font-size: 14px;
	color: #545454;
}


.panel-body .table-inner tbody tr td:first-child {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	color: transparent;
}

.my-accordion .table tbody tr td:nth-child(2) {
	width: calc(45% - 50px);
	max-width: calc(45% - 50px);
}

.panel-body .table-inner tbody tr td {
	padding: 7px 15px;
	border-right: 1px solid #ececec;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	width: 18.3%;
	max-width: 18.3%;
}

.panel-body .table-inner tbody tr td:last-child {
	border-right: none;
}

.panel-body .table-inner .status {
	font-size: 13px;
	display: inline-block;
	padding: 4px 16px;
	background: #cbcbcb;
	border-radius: 100px;
	display: inline-flex;
}

.panel-body .table-inner .status i {
	margin-left: 5px;
	font-size: 15px;
	position: relative;
	top: 1px;
}

.panel-body .table-inner .status.winner {
	background: #dbf1e0;
	color: #28a745;
}

.panel-body .table-inner .status.unqualified {
	background: #e8e8e8;
	color: #939393;
}

.panel-body .table-inner .status.shortlisted {
	background: #f6e8d2;
	color: #9d5228;
}


.panel-body .table-inner .status.participated {
	color: #0094af;
	background: #dbf2f7;
}

/*Participated Contest Ends*/


/*Participated Contest Detail Start*/

.parti-contest-detail {
	margin-left: 15px;
}

.info-note {
	color: #000000;
	padding: 12px 16px 10px;
	background: #fef4e5;
	border-radius: 3px;
	margin-bottom: 15px;
	display: flex;
}

.info-note i {
	background: #f39200;
	margin-right: 7px;
	top: -1px;
	min-width: 20px;
}

.info-note span {
	color: #f39200;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
}

.info-note p {
	margin: 0;
}

.info-note strong {}

.sucess-msg {
	color: #000000;
	padding: 20px 20px 18px;
	background: #e9f9ed;
	border-radius: 3px;
	margin-bottom: 15px;
	border: 1px dashed #28a745;
	display: flex;
}

.sucess-msg i {
	margin-right: 7px;
	top: -1px;
	margin-left: 0;
	min-width: 20px;
	min-height: 20px;
}

.sucess-msg span,
.sucess-msg strong {
	color: #28a745;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.sucess-msg p {
	margin: 0;
	line-height: 15px;
}

.error-msg {
	color: #000000;
	padding: 20px 20px;
	background: #fadee0;
	border-radius: 3px;
	margin-bottom: 15px;
	border: 1px dashed #dc3545;
	display: flex;
}

.error-msg i {
	margin-right: 7px;
	top: 1px;
	color: #dc3545;
	font-size: 20px;
	margin-left: 1px;
	position: relative;
}

.error-msg span,
.error-msg strong {
	color: #dc3545;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.error-msg p {
	margin: 0;
}

.parti-contest-tabs-bg {}

.sub-contest-tabs-bg {
	margin-bottom: 20px;
}

.parti-contest-tabs-bg .parti-contest-tabs {}

.parti-contest-tabs-bg .parti-contest-tabs .nav-item {}

.parti-contest-tabs-bg .parti-contest-tabs .nav-item .nav-link {
	color: #939393;
	border: none;
	border-bottom: 2px solid transparent;
}

.parti-contest-tabs-bg .parti-contest-tabs .nav-item .nav-link:hover {
	color: #000;
	border: none;
	border-bottom: 2px solid transparent;
}

.parti-contest-tabs-bg .parti-contest-tabs .nav-item .nav-link.active {
	color: #00abc8;
	border: none;
	border-bottom: 2px solid #00abc8;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}



.back-btn {
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 2px;
}

.back-btn:hover i {
	color: #00abc8;
}

.sub-tabs-bg {
	margin: 25px 0;
}

.sub-tabs-bg .parti-contest-tabs {
	border: none;
}

.sub-tabs-bg .parti-contest-tabs .nav-item {
	margin-right: 10px;
}

.sub-tabs-bg .parti-contest-tabs .nav-item .nav-link {
	color: #939393;
	border: none;
	border: 1px solid #939393;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 3px !important;
	padding: 6px 20px;
}

.sub-tabs-bg .parti-contest-tabs .nav-item .nav-link:hover {
	color: #000;
	border: 1px solid #939393;
}

.sub-tabs-bg .parti-contest-tabs .nav-item .nav-link.active {
	color: #000;
	border: 1px solid #000;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	background: #f7f7f7;
}

.participated-content {}

.uploaded-submission .uploaded {
	margin-bottom: 20px;
	padding: 10px 12px;
	background: #f8f8f8;
}

.parti-contest-detail .content-box {
	padding-bottom: 5px;
}

.status-big {
	border: 1px dashed;
	border-radius: 3px;
	margin: 20px 0 25px;
	text-align: center;
	padding: 25px;
}


.status-big h3 {
	font-size: 22px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.status-big p {
	margin: 0;
}

.status-big i {
	font-size: 60px;
	margin-top: 5px;
	margin-bottom: 15px;
	display: inline-block;
}

.status-big.disqualify {
	background: #f7f7f7;
	color: #000000;
	border-color: #d9d9d9;
}

.status-big span {
	font-size: 13px;
	color: #939393;
}

.status-big span strong {
	color: #424242;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.status-big.disqualify i {
	color: #949494;
}


.status-big.shortlisted {
	background: #fffefa;
	color: #000000;
	border-color: #ffc20a;
}

.status-big.shortlisted i {
	color: #ffc20a;
}


.status-big.winner {
	background: #e9faed;
	color: #000000;
	border-color: #28a745;
}

.status-big.winner i {
	color: #28a745;
}

.uploaded-submission .dm-uploader {
	padding: 20px 20px 15px;
}

.uploaded-submission .dm-uploader .drag-img {
	max-width: 40px;
	min-width: 40px;
}

.uploaded-submission .dm-uploader em {
	margin-top: 3px;
}

.uploaded-submission .uploaded-file .col-lg-6 {
	width: 100%;
}

.uploaded-submission .uploaded-file .uploaded-img-bg {
	padding: 10px 12px;
}

.uploaded-submission .btn-green {
	margin: 0;
	margin-bottom: 25px;
	float: right;
}

.uploaded-submission hr {
	margin-top: 10px;
	margin-bottom: 30px;
}

.upload-documents {}

.upload-documents label a {
	float: right;
	font-size: 13px;
	color: #f39200;
	text-decoration: underline;
}

.upload-documents .allow-profile {
	padding: 8px;
	border: none;
	border-radius: 0;
}

/*Participated Contest Detail Ends*/


/*Events Listing Start*/
.event-listing {
	margin-left: 15px;
	margin-bottom: 35px;
}

.event-listing:last-child {
	margin-bottom: 0;
}

.event-listing table {
	border: none;
}

.event-listing table thead {
	background: #111111;
	color: #f4f4f4;
}

.event-listing table thead tr {}

.event-listing table thead tr th {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-weight: unset;
	padding: 10px 10px 10px 15px;
	font-size: 14px;
	vertical-align: middle;
	border: none;
	min-width: 102px;
}

.event-listing table thead tr th:first-child {
	width: 50px;
	min-width: 50px;
	text-align: center;
	vertical-align: middle;
	color: #111;
	border-radius: 4px 0 0 0;
}

.event-listing table thead tr th:last-child {
	border-radius: 0px 4px 0px 0px;
}

.event-listing table tbody tr {
	border-bottom: 1px solid #ececec;
}


.event-listing table tbody tr:nth-child(odd) {
	background: #fff;
}

.event-listing table tbody tr:nth-child(even) {
	background: #f9f9f9;
}

.event-listing table tbody tr:hover {
	background: #f4f4f4;
}

.event-listing table tbody tr td:first-child {
	padding: 8px 15px;
	text-align: center;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.event-listing table tbody tr td {
	vertical-align: middle;
	padding: 8px 10px 8px 15px;
	border-right: 1px solid #ececec;
	font-size: 14px;
	line-height: 15px;
}

.event-listing table tbody tr td:last-child {
	border-right: none;
}

.event-listing table tbody tr td a.name {
	display: inline-block;
	width: 100%;
}

.event-listing table tbody tr td .con-name {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.event-listing table tbody tr td .con-name img {
	max-width: 50px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 2px;
	margin-right: 10px;
	min-width: 50px;
}

.event-listing table tbody tr td .con-name span {
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	line-height: 16px;
	position: relative;
	top: 2px;
}

.event-listing table tbody tr td .con-name span em {
	display: block;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #b3b3b3;
}

.event-listing table tbody tr td .status {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	color: #28a745;
	font-size: 13px;
	display: inline-flex;
}

.status-complete {
	color: #28a745;
	font-size: 13px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	background: #dff2e3;
	padding: 8px 12px;
	border-radius: 100px;
	display: flex;
	text-align: center;
	justify-content: center;
}

.status-complete i {
	margin-left: 5px;
}

.download {
	font-size: 13px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	color: #00abc8;
	margin-right: 10px;
	text-transform: capitalize;
}

.view {
	font-size: 13px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	color: #111111;
	text-transform: capitalize;
}

.view:hover,
.download:hover {
	text-decoration: underline;
}

/*Events Listing Ends*/

/*Lecture Detail Starts*/


.lecture-detail {
	margin-left: 15px;
}

.lecture-detail .btn-green {
	margin-top: 0;
	margin-bottom: 20px;
}

.lecture-detail .custom-checkbox-bg {
	margin-top: 0px;
	margin-bottom: 15px;
}

.lecture-detail hr {
	margin: 25px 0;
}

.lecture-detail-side {}

.lecture-detail-side h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.lecture-detail-side p {
	font-size: 14px;
	line-height: 18px;
	color: #727272;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	margin-bottom: 20px;
}

.lecture-detail-side a {
	color: #00abc8;
}

.lecture-detail .error-msg {
	margin: 0;
}

.lecture-detail .lecture-banner {
	background: #000;
	border-radius: 7px;
}

.lecture-detail .lecture-banner img {
	min-width: 100%;
	width: 100%;
	max-height: 300px;
	min-height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 5px 5px 0 0;
	opacity: .9;
}

.lecture-heading {
	background: #fff;
	margin-bottom: 25px;
	padding: 20px 30px;
	display: flex;
	border-radius: 0 0 5px 5px;
}

.lecture-heading .date {
	width: 60px;
	min-width: 60px;
	margin-right: 20px;
	text-align: center;
	border: 1px solid #dc3545;
	border-radius: 3px;
	align-self: center;
}

.lecture-heading .date span {
	text-transform: uppercase;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	display: block;
	background: #dc3545;
	width: 100%;
	padding: 2px 3px 1px;
	color: #fff;
}

.lecture-heading .date em {
	display: block;
	font-size: 25px;
	font-style: normal;
	color: #939393;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	padding: 10px 0;
}

.lecture-heading .lect-name {
	align-self: center;
	position: relative;
	top: 2px;
}

.lecture-heading .lect-name h1 {
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 15px;
}

.lecture-heading .lect-name span {
	line-height: 14px;
	display: block;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	color: #969696;
}

.lecture-heading .lect-name span a {
	color: #00abc8;
}


/*Lecture Detail Ends*/


/*Support Ticket Starts*/

.prorty-urgent {}

.prorty-urgent i {
	color: #dc3545;
	margin-right: 3px;
}

.prorty-high {}

.prorty-high i {
	color: #f39200;
	margin-right: 3px;
}

.prorty-med {}

.prorty-med i {
	color: #17a2b8;
	margin-right: 3px;
}

.prorty-low {}

.prorty-low i {
	color: #46ba7f;
	margin-right: 3px;
}

.resolved {
	font-size: 13px;
	display: inline-block;
	padding: 6px 15px;
	background: #dbf1e0;
	color: #28a745 !important;
	border-radius: 100px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif !important;
	justify-content: center;
}

.resolved i {
	margin-left: 5px;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.status.open {
	font-size: 13px;
	display: inline-block;
	padding: 6px 15px;
	color: #0094af !important;
	background: #dbf2f7;
	border-radius: 100px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif !important;
	justify-content: center;
}

.status.open i {
	margin-left: 5px;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.status.closed {
	font-size: 13px;
	display: inline-block;
	padding: 6px 15px;
	background: #e8e8e8;
	color: #939393 !important;
	border-radius: 100px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif !important;
	justify-content: center;
}

.status.closed i {
	margin-left: 5px;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.event-listing.support-ticket-bg table tbody tr td .con-name span {
	top: 0px;
}

.event-listing.support-ticket-bg table tbody tr td {
	padding: 10px 10px 10px 15px;
}

.top-buttons {
	margin-left: 15px;
	display: flex;
}

.top-buttons .btn-blue {
	padding: 11px 22px 9px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.top-buttons .btn-blue:hover {
	color: #fff;
}




.tox-tinymce {
	border: 1px solid #e7e7e7 !important;
	border-radius: 3px !important;
}

.tox .tox-edit-area__iframe {
	background: #f2f2f2 !important;
}

.new-ticket-detail .btn-green {
	margin-top: 0;
}

.attach-file {
	position: relative;
}

.attach-input {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	max-width: 200px;
}

.attach-input+label {
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	max-height: unset;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}

.attach-file label i {
	margin-right: 4px;
}

.attach-file label span {
	color: #000;
}


.attached-files {
	margin-top: 15px;
}

.attached-files .attached-item {
	display: inline-flex;
	align-items: center;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 7px;
	background: #fff;
}

.attached-files .attached-item:hover {
	background: #f2f2f2;
}

.attached-files .attached-item .fa-image {
	color: #040707;
	margin-right: 7px;
}

.attached-files .attached-item span {
	font-size: 14px;
}

.attached-files .attached-item em {
	font-size: 12px;
	margin: 0 3px;
	font-style: normal;
	color: #b7b7b7;
	position: relative;
	top: 1px;
}

.attached-files .attached-item .fa-arrow-down {
	font-size: 13px;
	margin-left: 12px;
	position: relative;
	top: 1px;
}

.attached-files .attached-item .fa-times {
	margin-left: 5px;
	color: #b8b9b9;
	font-size: 13px;
	position: relative;
	top: 1px;
}


/*Support Ticket Ends*/


/*Support Ticket Detail Starts*/

.ticket-title {
	background: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 20px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-weight: 600;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.ticket-title i {
	color: #000;
	font-size: 1rem;
}

.reply-thankyou-box {
	background-color: #e8f0fe;
	color: #1a73e8;
	border: 1px solid #c3dafe;
	padding: 15px;
	border-radius: 10px;
	font-size: 16px;
	margin-top: 10px;
}

.ticket-closed-box {
	background-color: #f1f3f4;
	/* soft gray */
	color: #5f6368;
	/* neutral gray text */
	border: 1px solid #dadce0;
	/* subtle border */
	padding: 15px;
	border-radius: 10px;
	font-size: 16px;
	margin-top: 10px;
}


.ticket-detail {}

.ticket-detail .message-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.ticket-detail .message-item .profile-top {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.ticket-detail .message-item .profile-top a {}

.ticket-detail .message-item .profile-top img {
	width: 42px;
	height: 42px;
	border-radius: 100px;
	margin-right: 12px;
	background: #f39200;
	float: left;
	object-fit: contain;
	object-position: center;
}

.ticket-detail .message-item .profile-top span.pro-name {
	float: left;
	position: relative;
	top: 6px;
	line-height: 16px;
}

.ticket-detail .message-item .profile-top span.pro-name small {
	font-style: italic;
	font-size: 12px;
	color: #a5a5a5;
}

.ticket-detail .message-item .profile-top span.pro-name em {
	color: #a5a5a5;
	font-style: normal;
	display: block;
	font-size: 14px;
}

.ticket-detail .message-item .profile-top span.date {
	font-style: italic;
	font-size: 12px;
	float: right;
	color: #a5a5a5;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.ticket-detail .message-item .profile-top span.date i {
	margin-left: 5px;
	font-style: normal;
	color: #f39200;
	font-size: 14px;
}


.ticket-detail .message-item .message {}

.ticket-detail .message-item .message p {}

.ticket-detail .message-item .msg-attachments {
	padding: 20px;
	border-radius: 2px;
	background: #eff7f8;
}

.ticket-detail .message-item .msg-attachments .attached-files {
	margin: 0;
}

.ticket-detail .message-item .msg-attachments hr {
	margin: 15px 0 20px;
}

.ticket-detail .message-item span.attch-count {
	font-size: 13px;
}

.ticket-detail .message-item span.attch-count i {
	margin-right: 4px;
}

.ticket-detail .message-item .all-down {
	padding: 6px 14px 3px;
	background: #fff;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	border-radius: 3px;
	color: #323232;
	float: right;
	position: relative;
	top: -4px;
}

.ticket-detail .message-item .all-down:hover {
	background: #d9d9d9;
}

.ticket-detail .message-item .all-down i {
	margin-right: 5px;
}

.ticket-detail .btn-blue {
	margin: 0;
}


/*Support Ticket Detail Ends*/

/*Notification Page Starts*/




.notification-listing {
	margin-left: 15px;
}

.notification-listing h4 a {
	float: right;
	font-size: 14px;
	color: #9b9b9b;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	position: relative;
	top: 6px;
}

.notification-listing h4 a:hover {
	color: #000;
}

.noti-item {}

.noti-item a {
	background: #f8f8f8;
	display: flex;
	white-space: unset;
	border-bottom: 1px solid #e5e5e5;
	padding: 16px 20px;
}

.noti-item a.new {
	background: #fff;
}

.noti-item a:hover {
	background: #f4f4f4;
}


.noti-item .noti-icon {
	background: #ffffff;
	border-radius: 100px;
	width: 42px;
	height: 42px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-right: 12px;
}

.noti-item .noti-icon img {
	width: 16px;
	height: 40px;
	object-fit: contain;
	min-width: 16px;
}

.noti-item .title {
	width: 100%;
	max-width: calc(100% - 58px);
	display: block;
	font-size: 15px;
	line-height: 17px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	position: relative;
}

.noti-item .title .time {
	color: #9b9b9b;
	font-style: normal;
	font-size: 13px;
	display: block;
	line-height: 9px;
	margin-top: 5px;
}

/*Notifications Page Ends*/
.progress-bar-per {
	position: absolute;
	right: 0;
	top: -18px;
	color: #787878;
	opacity: 1;
	z-index: 1;
}

/*Footer Starts*/
footer {
	text-align: center;
	font-size: 14px;
	padding: 30px 20px;
}

footer a {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
}

/*Footer Ends*/


/* Media Center Starts */

.media-center-main {}

.media-center-main .top-buttons {
	margin-left: 15px;
	display: flex;
	justify-content: flex-end;
}

.media-center-main .page-heading {
	margin-bottom: 25px;
	margin-top: 25px;
}

.media-center-bg {
	margin-left: 15px;
}

.media-center-top {
	padding: 15px;
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #ececec;
}

.media-center-top .bulk-btns {
	text-align: right;
}

.media-center-top .bulk-btns label {
	opacity: 0;
}

.media-center-top .bulk-btns .bulk-del {
	padding: 10px 12px;
	border-radius: 2px;
	background: #df4655;
	color: #fff;
	font-size: 14px;
	height: 40px;
}

.media-center-top .bulk-btns .bulk-upload {
	padding: 10px 12px;
	border-radius: 2px;
	background: #f39200;
	color: #fff;
	font-size: 14px;
	height: 40px;
	margin-left: 6px;
}


.media-center-top .media-filters {
	width: 100%;
	align-items: center;
}

.media-center-top .media-filters .filter-lable {
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	display: block;
}

.media-center-top .media-filters .input-bg {
	margin: 0;
	width: 100%;
	max-width: 120px;
}

.media-center-top .media-filters .input-bg select {
	height: 40px;
}

.media-center-top .media-filters .photo-directory {
	margin: 0 10px;
}

.media-center-top .media-filters .photo-directory label {
	margin: 0 !important;
	padding: 10px 13px;
	background: #f2f2f2;
	border-radius: 2px;
}

.media-center-top .media-filters .photo-directory label:before {
	width: 18px;
	height: 18px;
	margin-right: 2px;
	text-align: center;
	top: -1px;
	position: relative;
	line-height: 12px;
}

.media-center-top .media-filters .photo-directory label em {
	padding-left: 0px;
	position: relative;
	top: 1px;
	font-size: 14px;
}


.media-center-top .media-filters .photo-directory input {}

.media-center-top .media-filters .verify-btns {
	display: flex;
	position: relative;
}

.media-center-top .media-filters .verify-btns label {
	margin: 0;
	background: #f2f2f2;
	padding: 10px 15px;
	height: 40px;
	color: #000;
	line-height: 21px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}

.media-center-top .media-filters .verify-btns input {
	position: absolute;
	opacity: 0;
}

.media-center-top .media-filters .verify-btns label:first-child {}

.verify-btns label:nth-child(2) {
	border-radius: 0;
}

.media-center-top .media-filters .verify-btns label:nth-child(3) {}

/* .verify-btns input:checked + .verify-btns label {
	background: #00abc8;
} */


.no-verify-lable {
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-radius: 0 !important;
}

input.verify-input:checked+.verify-lable {
	background: #28a745;
	color: #fff;
}

input.verify-input:checked+.no-verify-lable {
	background: #f39200;
	border-right: 1px solid #f39200;
	border-left: 1px solid #f39200;
	color: #fff;
}

input.verify-input:checked+.rejected-lable {
	background: #dc3545;
	color: #fff;
}

input.verify-input+.input-label:hover {
	background: #dddddd;
}



.media-center-content {
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	padding-left: 12px;
}

.media-imgs {
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
}

.media-imgs .col-lg-3 {
	padding-left: 7px;
	padding-right: 7px;
}

.media-imgs .media-img-item-bg {
	margin-bottom: 12px;
	position: relative;
}

.media-imgs .media-img-item-bg .img-item-input {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	opacity: 0;
}

.media-imgs .media-img-item-bg .img-item-input:checked+label img {
	border: 1px solid #9d9d9d;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	opacity: 0.5;
}

.media-imgs .media-img-item-bg label {
	margin: 0;
	cursor: pointer;
}

.media-imgs .media-img-item-bg .media-img-item {
	position: relative;
}

.media-imgs .media-img-item-bg .media-img-item img {
	min-height: 140px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

.media-imgs .media-img-item-bg .media-img-item:hover img {
	border: 1px solid #9d9d9d;
}

.media-imgs .media-img-item-bg .media-img-item .media-icons {
	position: absolute;
	top: 0;
	padding: 10px;
	left: 0;
	transition: all .5s;
}

.media-imgs .media-img-item-bg .media-img-item .media-icons i {
	color: #4A4A4A;
	background: #fff;
	padding: 8px;
	font-size: 11px;
	padding-bottom: 0;
	display: block;
	text-align: center;
	width: 28px;
}

.media-imgs .media-img-item-bg .media-img-item .media-icons i:first-child {
	border-radius: 3px 3px 0px 0px;
}

.media-imgs .media-img-item-bg .media-img-item .media-icons i:last-child {
	padding-bottom: 8px;
	border-radius: 0px 0px 3px 3px;
}

.media-imgs .media-img-item-bg .media-img-item .check-box {}

.media-imgs .media-img-item-bg .media-img-item .media-img-details {
	margin-top: 8px;
}

.media-imgs .media-img-item-bg .media-img-item .media-img-details h6 {
	font-size: 13px;
	margin-bottom: 2px;
	color: #222;
	overflow: hidden;
}

.media-imgs .media-img-item-bg .media-img-item .media-img-details h6 i {
	float: right;
	position: relative;
	top: 2px;
	color: #b3b3b3;
	overflow: hidden;
}

.media-imgs .media-img-item-bg.verfied .media-img-item .media-img-details h6 i {
	color: #28a745;
}

.media-imgs .media-img-item-bg .media-img-item .media-img-details span {
	font-size: 12px;
	opacity: .5;
	line-height: 12px;
	display: block;
}

.media-img-detail {
	border-left: 1px solid #ececec;
	height: 100%;
}

.media-img-detail img {}

.media-img-detail .media-img-de-text {
	padding: 15px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
}

.media-img-detail .media-img-de-text h4 {
	font-size: 14px;
	text-transform: uppercase;
	opacity: .5;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	margin-bottom: 5px;
}

.media-img-detail .media-img-de-text .img-name {
	display: block;
	font-size: 13px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	line-height: 15px;
}

.media-img-detail .media-img-de-text .specs {
	margin-top: 10px;
}

.media-img-detail .media-img-de-text .specs span {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	text-transform: uppercase;
	color: #979797;
}

.media-img-detail .media-img-de-text .specs span em {
	font-style: normal;
	text-transform: capitalize;
	color: #000;
}

.media-img-detail .media-img-edit {
	padding: 15px;
}

.media-img-detail .media-img-edit .input-bg {
	margin-bottom: 15px;
}

.media-img-detail .media-img-edit .input-label {
	font-size: 14px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.media-img-detail .media-img-edit .input-item {
	height: 38px;
	font-size: 14px;
	color: #474747;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.media-img-detail .media-img-edit textarea {
	height: 100% !important;
	display: block;
}




.media-img-detail .media-img-edit .tag-label {
	font-size: 14px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
}

.media-img-detail .media-img-edit .tag-select,
.tag-select {
	padding: 10px;
	background: #f2f2f2 !important;
	outline: none !important;
	box-shadow: none !important;
}

.media-img-detail .media-img-edit .tag-select span,
.tag-select span.option {
	font-size: 12px;
	font-family: 'Dubai-Medium', Helvetica, sans-serif;
	font-weight: unset;
	border-radius: 2px;
	margin-right: 6px;
	background: #f39200;
	margin-bottom: 4px;
	padding: 5px 7px 4px;
}

.media-img-detail .media-img-edit .tag-input,
.tag-input {
	font-size: 12px;
	padding: 2px 2px 0px 6px !important;
	position: relative;
	top: -1px;
}

.media-img-detail .media-img-edit .tag-dropdown,
.tag-dropdown {
	box-shadow: none;
	border-radius: 2px;
	padding: 5px 0;
}

.media-img-detail .media-img-edit .tag-dropdown .dropdown-item,
.tag-dropdown .dropdown-item {
	font-size: 13px;
	padding: 2px 10px;
}


.media-img-detail .media-img-edit .btn-update {
	background: #28a745;
	color: #fff;
	border-radius: 2px;
	padding: 10px 25px 10px;
	margin-top: 5px;
	font-size: 14px;
}

.media-pagination {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.media-pagination ul {
	justify-content: end;
	margin-right: -4px;
}

.media-pagination ul li {}

.media-pagination ul li a.active {
	background: #00abc8;
	border: 1px solid #00abc8;
	color: #fff !important;
}

.media-pagination ul li a.page-link {
	outline: none;
	box-shadow: none;
	color: #000;
	border-radius: 0;
}

.media-pagination ul li a.page-link:focus {
	outline: none;
	box-shadow: none;
}

.media-pagination ul li.page-item:first-child .page-link,
.media-pagination ul li.page-item:last-child .page-link {
	border-radius: 2px;
}


.media-center-main .upload-media {
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	margin-left: 15px;
	display: inline-block;
	width: 100%;
}

.upload-media label {
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
	margin-bottom: 15px;
}

.upload-media .btn-blue {
	float: right;
	font-family: 'Dubai-Bold', Helvetica, sans-serif;
}

.upload-media .btn-blue:hover {
	background: #08798d;
	color: #fff;
}

.upload-media-details.event-listing table tbody tr:nth-child(odd),
.upload-media-details.event-listing table tbody tr:nth-child(even) {
	background: #fff;
}

.upload-media-details.event-listing table tbody tr td .con-name {
	display: flex;
	max-width: 115px;
	width: 100%;
	min-width: 100%;
}

.upload-media-details .input-bg {
	margin: 0;
}

.upload-media-details .input-bg .input-item {
	height: 35px;
}

.upload-media-details .input-bg textarea.input-item {
	height: unset;
}

.upload-media-details .tag-input {
	padding: 3px 2px 3px 6px !important;
	top: -2px;
}

.upload-media-details .tag-select {
	padding: 10px 10px 6px 10px;
	max-width: 200px;
	min-width: 100px;
}

.upload-media-details.event-listing table tbody tr td:last-child {
	max-width: 150px;
}

.upload-media-details.event-listing .table-bg {
	background: #fff;
	display: inline-block;
	width: 100%;
}

.upload-media-details.event-listing .btn-blue {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}


/* Media Center Ends */


@media screen and (max-width: 1400px) {

	.sidebar-bg .sidebar {
		padding: 20px 20px;
	}

	.sidebar-bg .sidebar .side-nav-item a {
		padding: 12px 15px 12px 20px;
		font-size: 14px;
	}

	.sidebar-bg .sidebar .side-nav-item a i {
		font-size: 16px;
		top: 1px;
		margin-right: 5px;
	}

	.top-buttons .btn-blue {
		padding: 11px 11px 9px;
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {


	body {
		font-size: 14px;
	}

	header {
		padding: 12px 0;
	}

	.hide-mob {
		display: none;
	}

	.hide-desk {
		display: block;
	}

	.fancybox-slide--iframe .fancybox-content {
		height: unset;
	}

	.d-xs-none {
		display: none;
	}

	.d-xs-block {
		display: block;
	}

	h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 16px;
		margin-bottom: 17px;
	}

	.logo-desk {
		display: none;
	}

	.logo-mob {
		display: block;
	}



	/* Login Style Starts */

	.login-page .login-img {
		display: none;
	}

	.login-form {
		padding: 30px 10px;
	}

	.login-form .logo-login {
		margin-bottom: 60px;
	}

	.login-form .logo-login .logo {
		max-width: 170px;
	}

	.input-bg {
		margin-bottom: 15px;
	}

	.input-bg input.input-item,
	.input-bg select.input-item {
		padding: 10px 15px;
		height: 42px;
	}

	.input-bg textarea.input-item {
		padding: 10px 15px;
	}

	.login-page .lgn-btn-bg .login-submit {
		padding: 12px 30px;
		width: 100%;
	}


	.login-page .dont-pass {
		font-size: 13px;
		line-height: 15px;
		margin-top: 10px;
	}

	.social-login {
		display: inline-block;
	}

	.social-login li {
		margin-right: 8px;
		width: calc(50% - 6px);
		display: inline-block;
		margin-bottom: 12px;
	}

	.social-login .tw {
		margin: 0;
	}

	.social-login li a {
		padding: 10px 5px 10px 15px;
	}

	/* Login Style Ends	*/

	/* header style Starts*/


	header .logo {
		float: left;
	}

	header .top-menus .profile-top {
		padding-right: 0px;
		border: none;
	}

	header .top-menus .noti-top .dropdown-toggle {
		width: 35px;
		height: 35px;
		line-height: 40px;
	}

	.lang-switch a {
		font-size: 10px;
		line-height: 11px;
		padding: 2px 6px;
	}

	header .top-menus .lang-switch {
		width: 45px;
	}

	header .top-menus .profile-top a .pro-name {
		display: none;
	}

	header .top-menus .profile-top a img.pro-icon {
		margin: 0;
		width: 35px;
		height: 35px;
	}

	header .top-menus {
		margin-top: 2px;
	}

	header .top-menus li {
		margin-left: 12px;
	}

	.noti-top .dropdown-menu.show:before {
		right: 48px;
	}

	.noti-top .dropdown-menu.show {
		min-width: 255px;
		margin-top: 48px !important;
		margin-right: -30px !important;
	}

	.noti-top-bg {
		max-height: 255px;
	}

	.noti-top .noti-drop .dropdown-item {
		padding: 3px 12px 15px;
	}

	.noti-top .noti-drop .noti-header {
		padding: 11px 12px 10px;
	}

	.noti-top .noti-drop .sub-heading {
		padding: 5px 12px;
	}

	.noti-top .noti-drop .noti-footer {
		padding: 4px;
	}

	/*	header style ends*/


	/* my profile starts*/

	.page-heading h2 {
		font-size: 18px;
	}

	.page-heading span {
		line-height: 12px;
		display: block;
	}

	.task-noti {
		margin: 0 0 15px;
	}

	.profile-progress {
		margin: 0 0px 15px;
	}

	.sidebar-bg {
		max-width: 100%;
	}

	.mob-heading-sidebar {
		display: block;
	}

	.mob-heading-sidebar {}

	.mob-heading-sidebar a {
		width: 100%;
		display: block !important;
	}

	.mob-heading-sidebar a h2 {
		margin: 0;
	}

	.mob-heading-sidebar a h2 i {
		float: right;
		font-size: 20px;
	}

	#my-side-menu.collapse:not(.show) {
		display: none;
	}

	.sidebar-bg .sidebar {
		margin-bottom: 15px;
		border-radius: 5px;
	}

	.sidebar-bg .sidebar #my-side-menu {
		margin-top: 15px;
	}

	.sidebar-bg .sidebar .side-nav-item a {
		padding: 10px 15px 10px 18px;
	}

	.sidebar-bg .sidebar .side-nav-item.last-item {
		margin-top: 10px;
	}

	.page-heading {
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.my-profile-bg {
		margin: 0;
	}

	.content-box {
		padding: 18px;
		border-radius: 5px;
		margin: 0;
	}

	.my-profile .input-bg {
		margin-bottom: 15px;
	}

	.my-profile hr {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.content-box h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.change-pass {
		padding: 15px;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	.side-form-bg {
		padding: 0;
		padding-top: 20px;
		border-top: 1px solid #e5e5e5;
		margin-left: 0px;
		border-left: unset;
	}

	.btn-green {
		padding: 12px 25px 10px;
		margin-top: 10px;
	}

	.btn-blue {
		padding: 12px 25px 10px;
	}

	.my-pop .modal-dialog {
		padding: 15px;
	}

	.my-pop .modal-dialog .modal-content {
		padding: 18px;
	}

	.dm-uploader .drag-img {
		max-width: 35px;
		min-width: 35px;
		margin-bottom: 8px;
	}

	.dm-uploader h3 {
		font-size: 14px;
	}

	.dm-uploader em {
		font-size: 12px;
		margin-top: 4px;
	}

	.dm-uploader {
		padding: 20px 15px 15px;
		border: 1px dashed #d9d9d9;
	}

	.uploaded-file .text-muted {
		margin-top: -10px;
		font-size: 12px;
	}

	.my-pop .modal-dialog h1 {
		font-size: 16px;
	}

	.my-pop .modal-dialog .modal-header {
		margin-bottom: 6px;
	}

	.uploaded-file .col-lg-6:nth-child(odd),
	.uploaded-file .col-lg-6:nth-child(even) {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.uploaded-img-bg {
		margin-bottom: 7px;
	}

	.my-date-picker {
		background-image: url("../images/calendar.svg") !important;
		appearance: none !important;
		background-repeat: no-repeat;
		background-size: 28px !important;
		background-position: right center !important;
		background-repeat: no-repeat !important;
	}


	/*my profile ends	*/

	/* Dashboard Starts	*/

	.dashboard {
		margin-left: 0px;
	}

	.dash-boxes .col-6:nth-child(even) {
		padding-left: 7px;
	}

	.dash-boxes .col-6:nth-child(odd) {
		padding-right: 7px;
	}

	.dash-boxes .dashbox-item a {
		padding: 15px 18px 12px;
	}

	.dash-boxes .dashbox-item span {
		display: block;
		line-height: 15px;
	}

	.dash-boxes .dashbox-item h2 {
		font-size: 30px;
		line-height: 22px;
		margin: 8px 0 7px;
	}

	.dash-boxes .dashbox-item em {
		line-height: 13px;
		display: block;
	}

	.dashboard h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.contest-dash {
		margin-top: 5px;
	}

	.lecture-dash {
		margin-top: 20px;
	}

	.lecture-dash .lec-img-bg img {
		min-height: 220px;
		max-height: 220px;
	}

	.lec-text h4 {
		font-size: 15px;
		max-height: 35px;
		line-height: 17px;
	}

	.contest-text h4 {
		font-size: 16px;
	}

	.contest-text .btn-detail {
		padding: 7px 8px;
		margin-top: 8px;
	}

	.contest-text .btn-parti {
		padding: 7px 15px;
		margin-top: 8px;
	}

	footer {
		padding: 5px 20px 15px;
	}

	.content-area h4 {
		color: #000000;
		font-size: 16px;
		margin-bottom: 10px;
	}


	/* Dashboard Ends */

	/* Participated Contest List Starts	*/

	.parti-contest {
		margin-bottom: 25px;
		margin-left: 0px;
	}

	.parti-contest:last-child {
		margin-bottom: 0px;
	}

	.my-accordion {
		overflow: auto;
	}

	.my-accordion .table {
		width: 600px;
	}

	.my-accordion .table thead tr th:first-child,
	.my-accordion .table .accordion-toggle .panel-title .number {
		width: 40px;
		max-width: 40px;
		min-width: 40px;
	}

	.panel-body .table-inner tbody tr td:first-child {
		width: 40px;
	}

	.my-accordion .table thead tr th:nth-child(2),
	.my-accordion .table tbody tr td:nth-child(2) {
		width: calc(30% - 30px);
		max-width: calc(30% - 30px);
	}

	.panel-body .table-inner tbody tr td {
		width: 23.3%;
		max-width: 23.3%;
		padding: 7px 10px;
	}

	.my-accordion .table thead tr th {
		padding: 7px 10px;
		width: 23.3%;
		max-width: 23.3%;
	}

	.panel-body .table-inner .status {
		font-size: 12px;
		padding: 4px 16px;
	}

	.my-accordion .table .accordion-toggle .panel-title .con-name {
		padding: 10px 12px;
	}

	.my-accordion .table .accordion-toggle .panel-title .number {
		height: 60px;
	}


	/* Participated Contest Ends	*/


	/*Participated Contest Detail Start*/

	.parti-contest-detail {
		margin-left: 0px;
	}

	.parti-contest-tabs-bg {
		overflow: auto;
	}

	.parti-contest-tabs-bg .parti-contest-tabs {
		flex-wrap: unset;
		display: inline-block;
		width: 500px;
	}

	.parti-contest-tabs-bg .parti-contest-tabs .nav-item {
		display: inline-block;
	}

	.status-big {
		margin: 15px 0 20px;
		padding: 15px;
	}

	.status-big i {
		font-size: 40px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.status-big h3 {
		font-size: 17px;
		line-height: 15px;
		margin-top: 5px;
		margin-bottom: 4px;
	}

	.status-big p {
		line-height: 16px;
	}

	.status-big span {
		font-size: 12px;
		line-height: 15px;
		display: block;
		margin-top: 10px;
	}

	.uploaded-submission hr {
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.uploaded-submission .btn-green {
		margin-bottom: 15px;
	}

	.info-note {
		font-size: 13px;
		line-height: 16px;
	}

	.task-noti-text h4 {
		font-size: 15px;
		margin: 0;
	}

	.sucess-msg {
		padding: 15px 15px 13px;
	}

	.error-msg {
		padding: 15px;
	}

	/*Participated Contest Detail Ends*/

	/*Event Listing Starts*/

	.event-listing {
		margin-left: 0px;
		margin-bottom: 25px;
	}

	.event-listing table thead tr th:first-child {
		min-width: 50px;
	}

	.event-listing table thead tr th {}

	.event-listing table thead tr th:nth-child(5),
	.event-listing table thead tr th:nth-child(6) {
		min-width: 180px;
	}

	.event-listing table thead tr th:nth-child(2) {
		min-width: 280px;
	}

	.event-listing table tbody tr td .con-name span {
		line-height: 14px;
	}

	.event-listing .table-bg {
		overflow: auto;
	}

	/*Event Listing Ends*/

	/*Lecture Detail Starts*/
	.lecture-detail {
		margin: 0;
	}

	.lecture-detail .lecture-banner img {
		max-height: 180px;
		min-height: 180px;
	}

	.lecture-heading {
		margin-bottom: 15px;
		padding: 15px;
	}

	.lecture-heading .lect-name h1 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.lecture-detail hr {
		margin: 15px 0;
	}

	.lecture-detail-side {
		margin-bottom: 15px !important;
	}

	.lecture-detail-side p:last-child {
		margin: 0;
	}

	/*Lecture Details Ends	*/


	/*Support Ticket Starts	*/

	.support-ticket-bg table thead tr th:nth-child(5),
	.support-ticket-bg table thead tr th:nth-child(6) {
		min-width: 130px;
	}

	.support-ticket-bg table thead tr th:nth-child(3) {
		min-width: 95px;
	}

	.top-buttons {
		margin-left: 0px;
	}

	.top-buttons .btn-blue {
		padding: 8px 20px;
		display: inline-block;
		margin-bottom: 15px;
		font-size: 14px;
		width: 100%;
		text-align: center;
	}

	.back-btn {
		width: 40px;
		height: 36px;
		line-height: 36px;
	}

	.new-ticket-bg {
		margin-left: 0px;
	}

	.tox-tinymce {
		max-height: 220px !important;
	}

	.ticket-detail .message-item .profile-top span.date {
		float: left;
		margin-top: 10px;
	}

	.ticket-title h4 {
		margin: 0;
		background: #f7f7f7;
		padding: 14px 15px;
		border: 1px solid #dfdfdf;
		border-bottom: 0;
		font-size: 14px;
	}

	.ticket-detail .message-item .profile-top {
		margin-top: 5px;
	}

	.ticket-detail .message-item .msg-attachments hr {
		margin: 10px 0 15px;
	}

	.ticket-detail .message-item {
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
	}

	/*Support Ticket Ends*/

	/*notification page starts*/

	.notification-listing {
		margin: 0;
	}

	.noti-item a {
		border: 1px solid #e5e5e5;
		padding: 14px 15px;
		border-bottom: 0;
	}

	.noti-item:last-child a {
		border-bottom: 1px solid #e5e5e5;
	}

	/*notification page ends*/


	/* Media Center-Starts */

	.media-center-main .page-heading {
		margin-bottom: 15px;
		margin-top: 0px;
	}

	.media-center-main .top-buttons {
		margin-left: 0px;
	}

	.media-center-bg {
		margin-left: 0px;
	}

	.media-center-content {
		padding-left: 12px;
		padding-right: 12px;
	}

	.media-center-top .bulk-btns {
		display: flex;
	}

	.media-center-top .bulk-btns .bulk-del {
		width: 100%;
	}

	.media-center-top .bulk-btns .bulk-upload {
		width: 100%;
	}

	.media-center-top .media-filters {
		display: block;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #eee;
	}

	.media-center-top .media-filters .filter-lable {
		margin: 0;
		margin-bottom: 10px;
	}

	.media-center-top .media-filters .d-flex {
		display: block !important;
	}

	.media-center-top .media-filters .photo-directory {
		margin: 0;
		display: inline-block;
		margin-left: 6px;
		width: 100%;
		max-width: calc(50% - 10px);
		position: relative;
		top: -1px;
		right: -1px;
	}

	.media-center-top .media-filters .input-bg {
		margin: 0;
		width: 100%;
		max-width: 50%;
		display: inline-block;
	}

	.media-center-top .media-filters .photo-directory label {
		width: 100%;
	}

	.media-center-top .media-filters .verify-btns {
		margin-top: 10px;
	}

	.media-center-top .media-filters .verify-btns label {
		width: 100%;
		text-align: center;
	}

	.media-center-top .bulk-btns label {
		display: none;
	}

	.media-center-main .upload-media {
		margin-left: 0;
		padding: 18px;
	}

	.media-center-main .upload-media label {
		display: none;
	}


	/* Media Center Ends */



}

.media {
	list-style: none !important
}

.hide {
	display: none !important;
}

/*.media-pagination .pager {
	display: ruby-text;
	list-style: none;
}
	.media-pagination .pager ul li {
		color: black;
		float: left;
		padding: 8px 16px;
		text-decoration: none;
	}
*/

.member-media-pagination .pager {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
	list-style: none;
	display: ruby-text;
}

.member-media-pagination .pager ul {
	justify-content: end;
	margin-right: -4px;
}

.member-media-pagination ul.pager li {
	margin: 7px 15px;
	background-color: #00abc8;
	/* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	background: #00abc8;
	border: 1px solid #00abc8;
}

.member-media-pagination ul.pager li.previous.disabled.PagedList-skipToPrevious {
	background-color: #e7e7e7;
	color: black;
}

.member-media-pagination ul.pager li.next.disabled.PagedList-skipToNext {
	background-color: #e7e7e7;
	color: black;
}



.poystatus-big.participated {
	color: #0094af;
	background: #dbf2f7;
	font-size: 15px;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 100px;
	display: inline-flex;
}

.poystatus-big.winner {
	background: #dbf1e0;
	color: #28a745;
	font-size: 15px;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 100px;
	display: inline-flex;
}

.poystatus-big.indraft {
	background: #cbcbcb;
	font-size: 15px;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 100px;
	display: inline-flex;
}

.poystatus-big.shortlisted {
	background: #f6e8d2;
	color: #9d5228;
	font-size: 15px;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 100px;
	display: inline-flex;
}

.poystatus-big.rejected {
	background: #e8e8e8;
	color: #939393;
	font-size: 15px;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 100px;
	display: inline-flex;
}


.poy-note {
	width: 75%;
}

.poystatus-big.rules {
	color: #ffffff;
	background: #af004e;
	font-size: 15px;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 100px;
	display: inline-flex;
	margin-bottom: 10px;
}

.poy-rules .poy-rule-item .poy-rule-list ul li {
	list-style: none;
	margin-bottom: 10px;
}

.poy-rules .poy-rule-item .poy-rule-list ul li::before {
	height: 12px;
	width: 12px;
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	content: ".";
	color: transparent;
	background: #af004e;
	left: 0;
	margin-top: 3px;
}


/*.member-media-pagination .pager ul li a.disabled {
				background: #00abc8;
				border: 1px solid #00abc8;
				color: #fff !important;
			}

			.member-media-pagination .pager ul li a {
				outline: none;
				box-shadow: none;
				color: #000;
				border-radius: 0;
			}

				.member-media-pagination .pager ul li a:focus {
					outline: none;
					box-shadow: none;
				}

			.member-media-pagination .pager ul li:first-child, .member-media-pagination .pager ul li:last-child {
				border-radius: 2px;
			}*/


.pdetails-status {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* push content to right */
	width: 100%;
}

.status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 20px;
	border-radius: 100px;
}

.pdetails-status.participated .status-pill {
	color: #0094af;
	background: #dbf2f7;
}

.pdetails-status.winner .status-pill {
	background: #dbf1e0;
	color: #28a745;
}

.pdetails-status.indraft .status-pill {
	background: #cbcbcb;
}

.pdetails-status.shortlisted .status-pill {
	background: #f6e8d2;
	color: #9d5228;
}

.pdetails-status.rejected .status-pill {
	background: #e8e8e8;
	color: #939393;
}