/*General CSS*/

body {
	margin: 0px;
	font-family: myfontregular;
	background: #101214;
	text-align: center;
}

a {
	text-decoration: none;
}

p {
	margin: 0px;
	cursor: default;
}

table {
	width: 100%;
}

::-webkit-scrollbar {
	display: none;
}

input[placeholder] {
	font-family: myfontlight;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@font-face {
	font-family: myfontlight;
	src: url('fonts/roboto/Roboto-Light.ttf');
}

@font-face {
	font-family: myfontbold;
	src: url('fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: myfontregular;
	src: url('fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: myfontbolder;
	src: url('fonts/roboto/Roboto-Black.ttf');
}

@font-face {
	font-family: myfontrocko;
	src: url('fonts/RockoFLF/RockoFLF.ttf');
}

.bold {
	font-family: myfontbold;
}

.bolder {
	font-family: myfontbolder;
}

.regular {
	font-family: myfontregular;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.show-inline {
	display: inline-block;
}

/*Colors CSS*/

.yellow {
	background: #fcf1cf;
}

.dark-yellow {
	background: #f7d797;
}

.brown {
	background: #f9ecec;
}

.orange {
	background: #edff51;
}

.dark-green {
	background: #87c3b9;
}

.light-green {
	background: #d9f2e5;
}

.purple {
	background: #f8ecf8;
}

.blue {
	background: #ebf0fa;
}

.light-blue {
	background: #f4f6ef;
}

.light-red {
	background: #ffebe6;
}

.pink {
	background: #ffe6ff;
}

.dark-blue {
	background: #afcfd7;
}

.light-yellow {
	background: #f4f7d4;
}

.google-purple {
	background: #fde8ef;
}

.google-grey {
	background: #eeeeee;
}

.bg-white {
	background: #FFF;
}

.bg-orange {
	background: #f68b09;
}

.bg-pink {
	background: #FF007A;
}

.bordered {
	border: 3px solid #292929;
}

.green-text {
	color: #75D701;
}

.purple-text {
	color: #911493;
}

.dark-green-color {
	color: #34B54B;
}

.pink-text {
	color: #EA018A;
}

.yellow-text {
	color: #FFBF00;
}

.orange-text {
	color: #FBB03B;
}

.red-text {
	color: #FF5722;
}

.blue-text {
	color: #33C5FF;
}

.white-text {
	color: #FFFFFF;
}

.text-color-greenblack {
	color: #233639;
}

.text-color-white {
	color: #fff;
}

.sblockparentcontainer {
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 10px;
    width: 100%;
    max-width: 290px;
    text-align: center;
	vertical-align: top;
	color: #e0e0e0;
	background: #2a2a2a;
	box-sizing: border-box;
}

.sblockparentcontainer-big {
	display: inline-block;
	padding: 50px 15px;
	border-radius: 5px;
	margin: 10px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	vertical-align: top;
	color: #e0e0e0;
	background: #2a2a2a;
	position: relative;
	box-sizing: border-box;
}

.sblockparentcontainer-big-full-width {
	max-width: 1020px;
	margin: 10px 0px;
}

.heading {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: myfontbold;
	font-size: 20px;
}

.count-text {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: myfontbold;
	font-size: 80px;
}

.sblockparentcontainer-big-full-width .count-text {
	display: inline-block;
}

.sblockparentcontainer-big-full-width small {
	font-size: 25px;
	font-family: myfontbold;
}

.dblockparentcontainer {
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 15px;
	text-align: center;
	width: 100%;
	max-width: 550px;
	vertical-align: top;
	color: #e0e0e0;
}

.tblockparentcontainer {
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 15px;
	text-align: center;
	width: 100%;
	max-width: 500px;
	vertical-align: top;
	color: #e0e0e0;
}

.tableparentcontainer {
	max-height: 200px;
	overflow: scroll;
}

.sblockheadingcontainer {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: myfontbold;
	font-size: 15px;
}

.sblockvaluecontainer {
	font-family: myfontbold;
	font-size: 50px;
}

.ssmallblockvaluecontainer {
	font-family: myfontbold;
	font-size: 23px;
	padding: 10px 8px;
}

.sblockloadercontainer {
	margin: 0 auto;
	width: 45px;
}

.tblocktdcontainer {
	padding: 5px;
}

.reloadcomp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	border-radius: 50%;
	padding: 15px;
	background: #007282;
	cursor: pointer;
}

.cards-list-container {
	max-width: 18%;
	width: 100%;
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}

.member-heading-container {
	width: 100%;
	text-align: center;
	display: table;
	padding: 5px 0px;
}

.member-container {
	width: 100%;
	text-align: left;
	display: table;
	table-layout: fixed;
	padding: 5px 0px;
	display: none;
}

.member-csat-column p {
	display: table-cell;
	text-align: right;
	font-size: 14px;
}
.member-counter-ireland{
	display: table-cell;
	font-size: 13px;
	text-align: center;
}
.member-counter-uk{
	display: table-cell;
	font-size: 13px;
	text-align: center;
}
.member-counter-usa{
	display: table-cell;
	font-size: 13px;
	text-align: center;
}
.member-container p:first-child, .member-heading-container p:first-child {
	width: 33%;
    text-align: left;
    display: table-cell;
    text-transform: capitalize;
    font-size: 14px;
	word-break: break-all;
}

.member-container p:last-child {
	width: 18%;
	text-align: right;
	display: table-cell;
}

.member-heading-container .small-head {
	text-transform: uppercase;
    font-size: 9px;
    width: 31px !important;
    display: inline-block;
    text-align: right;
    padding-left: 11px;
}

.toapplylist-container {
	display: block;
	text-align: left;
	color: #FFF;
	border: 1px solid #e5e5e5;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}

.toapplylist-container p {
	color: inherit;
	padding: 5px 0px;
	text-transform: capitalize;
}

.toapplylist-container h1 {
	padding: 5px 0px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px 0px 22px 0px;
	display: inline-block;
	border-bottom: 1px solid;
}

.toapplylist-container h2 {
	text-transform: capitalize;
}

.custom-select-container {
	text-align: left;
	position: relative;
	width: 300px;
	background: #cecece;
	float: right;
}

.custom-select-container .selected-checkbox {
	border: 1px solid #cecece;
	text-align: left;
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
}

.custom-select-container .selected-checkbox h2 {
	margin: 0px;
	font-size: 16px;
	padding-right: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 100;
}

.custom-select-container .selected-checkbox img {
	position: absolute;
	width: 15px;
	right: 10px;
	top: 9px;
	pointer-events: none;
}

.close-icon {
	float: right;
	width: 23px;
	padding: 5px;
	background: #cecece;
	display: none;
	cursor: pointer;
}

.custom-select-container .consultants-list {
	display: none;
	text-align: left;
	border: 1px solid #cecece;
	margin-top: auto;
	position: absolute;
	width: 100%;
	background: #cecece;
	box-sizing: border-box;
	height: 300px;
	overflow: scroll;
}

.custom-select-container .consultants-list small {
	display: block;
	padding: 5px;
	background: #f1f1f1;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}

.custom-select-container ul {
	padding: 5px 0px;
	width: 100%;
	box-sizing: border-box;
}

.custom-select-container ul li {
	padding: 5px;
}

.custom-select-container ul li label {
	padding-left: 5px;
}

.dashboard-container {
	clear: both;
	display: none;
}

header {
	margin: 10px 30px 10px 10px;
}

header button {
	float: right;
	background: #5f5f5f;
	border: 0px;
	padding: 9px 20px;
	color: #FFF;
}

header .logout-icon {
	float: right;
	width: 23px;
	padding: 5px 0px 5px 15px;
	cursor: pointer;
}

.logout-icon-franchise {
	float: right;
	right: 0px;
	width: 23px;
	padding: 15px;
	cursor: pointer;
	display: none;
}

.login-page {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	display: none;
}

.login-page .login-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 220px;
	margin: auto;
	text-align: left;
	width: 100%;
	max-width: 350px;
	box-sizing: border-box;
}

.login-page .login-container label {
	font-size: 16px;
	margin-bottom: 15px;
	color: #FFF;
	display: block;
}

.login-page .login-container input {
	border: 0px;
	border-bottom: 1px solid #FFF;
	padding: 5px 0px 10px;
	margin-bottom: 15px;
	outline: none;
	background-color: transparent;
	width: 100%;
	color: #FFF;
	font-size: 16px;
}

.login-page .login-container button {
	outline: none;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #FFF;
	border: 0px;
	cursor: pointer;
	margin-top: 15px;
}

.login-page .login-container .error-message {
	color: red;
	font-size: 13px;
}

.home-page {
	display: none;
}
.loaderhome {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
	width: 50px;
	display: block;
}

.common-loading {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
	width: 50px;
	display: none;
}

.list-option {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

.list-option li {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #FFF;
	border-radius: 30px;
	color: #FFF;
	cursor: pointer;
	margin: 0px 5px;
	font-size: 13px;
	width: 85px;
}

.list-option .active {
	background: #FFF;
	color: #101214;
}

@media only screen and (max-width: 1024px) {
	.sblockparentcontainer-big {
		max-width: 400px;
	}
	.sblockparentcontainer-big-full-width {
		max-width: none;
	}
	body {
		padding: 10px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 768px) {
	/* .sblockparentcontainer {
		max-width: 2px;
	} */
	.custom-select-container {
		width: 235px;
	}
	.sblockparentcontainer-big {
		max-width: 350px;
	}
	.sblockparentcontainer-big-full-width {
		max-width: none !important;
	}
	.heading {
		font-size: 17px;
	}
	.count-text {
		font-size: 50px;
	}
}

@media only screen and (max-width: 660px) {
	.sblockparentcontainer-big {
		max-width: 300px;
	}
}

@media only screen and (max-width: 425px) {
	.sblockparentcontainer-big {
		max-width: none;
		margin: 10px 0px;
	}
	.sblockparentcontainer-big-full-width {
		max-width: none !important;
	}
	.dashboard-container {
		padding: 15px;
	}
	.sblockparentcontainer-big-full-width .description {
		font-size: 13px;
	}
}

@media only screen and (max-width: 375px) {
	.custom-select-container {
		width: 230px;
	}
	header button {
		padding: 9px 15px;
	}
	header {
		margin: 10px 20px 10px 10px;
	}
	.sblockparentcontainer-big-full-width .count-text {
		font-size: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.custom-select-container {
		width: 185px;
	}
	.member-container p:first-child, .member-heading-container p:first-child {
		width: 28%;

	}
}