/*=======================================COLORS====================================*/
/*====================================BORDER RADIUS==================================*/
/*======================================MIXINS=======================================*/
/* ================================ MEDIA DEFENITION =============================== */
/* ================================ MEDIA DEFENITION ENDS =========================== */
* {
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #696264;
	background: #f2f2f2;
	padding-top: 90px;
}

h2 {
	font-size: 33px;
	font-weight: 400;
	color: #2f1418;
}

@media (max-width: 1200px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	font-size: 24px;
	font-weight: 400;
	color: #2f1418;
}

h5 {
	font-size: 18px;
	font-weight: 400;
	color: #958083;
}

h6 {
	font-size: 16px;
	font-weight: 400;
	color: #958083;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
}

.cm-btns {
	cursor: pointer;
	display: inline-block;
	border-radius: 3px !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 0px 38px;
	background: #e21232;
	line-height: 44px;
	border: none;
	transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.cm-btns:hover {
	background-color: #f32343;
	color: #fff;
	text-decoration: none;
}

/* When cm-btns is disabled, grey the background color a bit */
.cm-btns:disabled {
	background: #925a62;
	cursor: not-allowed;
}

.cm-btns.dark {
	background-color: #361b1f;
}

.cm-btns.dark:hover {
	background-color: #4a2529;
}

.cm-btns.grey {
	background: #d1d1d1;
	color: #6f5c5f;
}

.cm-btns.grey:hover {
	background: #c4c2c2;
	color: #6f5c5f;
}

.cm-btns.white {
	background: #fff;
	border: 1px solid #cbcbcb;
	line-height: 24px;
	color: #2f1418;
}

.cm-btns.white:hover {
	background: #f1f1f1;
}

.cm-btns.medium {
	padding: 0px 17px !important;
	line-height: 36px !important;
}

.cm-btns.small {
	padding: 0px 17px !important;
	line-height: 26px !important;
	font-size: 11px;
}

.cm-btns.download-btn {
	background: #2f1418;
	padding-left: 44px !important;
	position: relative;
}

.cm-btns.download-btn:hover {
	background: #371d21;
}

.cm-btns.download-btn:before {
	content: "\e918";
	font-family: "icomoon";
	color: #fff;
	position: absolute;
	top: 0px;
	left: 14px;
	font-size: 16px;
}

.cm-btns.add-btn {
	padding-left: 33px !important;
	position: relative;
}

.cm-btns.add-btn:before {
	content: "\e919";
	font-family: "icomoon";
	color: #fff;
	position: absolute;
	top: 0px;
	left: 14px;
	font-size: 10px;
}

.cm-btns.remove-btn {
	padding-left: 33px !important;
	position: relative;
}

.cm-btns.remove-btn:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 14px;
	margin: auto;
	width: 10px;
	height: 2px;
}

.login-page {
	background: #f0f0f0;
	height: 100vh;
	position: relative;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	justify-content: center;
}

.login-page.add-padding {
	padding: 30px 0px;
}

@media (max-width: 991px) {
	.login-page {
		padding: 0px 15px;
	}
}

@media (max-width: 767px) {
	.login-page {
		display: block;
		-ms-flex-align: unset;
		-ms-flex-pack: unset;
		align-items: unset;
		justify-content: unset;
		height: auto;
		padding: 15px;
	}
}

.login-page:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 864px;
	height: 565px;
	background-image: url(../img/login-bg-1.png);
	background-position-y: bottom;
	background-position-x: left;
	background-repeat: no-repeat;
	content: "";
}

@media (max-width: 991px) {
	.login-page:before {
		display: none;
	}
}

.login-page:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 831px;
	height: 574px;
	background: url(../img/login-bg-2.png) no-repeat top right;
	content: "";
}

@media (max-width: 991px) {
	.login-page:after {
		display: none;
	}
}

.login-page h2 {
	font-weight: 700;
	font-size: 28px;
}

.login-page h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.login-page h6 {
	margin-bottom: 0;
}

.login-wrapper {
	max-width: 945px;
	min-height: 300px;
	background: #fff;
	width: 100%;
	display: block;
	position: relative;
	z-index: 3;
	border-radius: 10px;
	box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.09);
	overflow: hidden;
}

@media (max-width: 767px) {
	.login-wrapper {
		max-width: 480px;
		margin: auto;
	}
}

.login-left {
	text-align: center;
	padding: 60px 68px;
}

@media (max-width: 1200px) {
	.login-left {
		padding: 40px 40px;
	}
}

@media (max-width: 991px) {
	.login-left {
		padding: 30px;
	}
}

.login-logo {
	display: block;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.login-logo {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.login-logo {
		margin-bottom: 18px;
	}
}

.login-form {
	display: block;
	padding: 30px 0px 0px 0px;
}

@media (max-width: 1200px) {
	.login-form {
		padding-top: 20px;
	}
}

.input-group.disabled .form-control,
.input-box.disabled .form-control {
	background: #f8f8f8;
}

.input-group.disabled label,
.input-box.disabled label {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,f8f8f8+100 */
	background: white; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		white 70%,
		#f8f8f8 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

.input-group .form-control,
.input-box .form-control {
	height: 46px;
	border: 2px solid #c8c6c6;
	border-radius: 5px !important;
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 14px;
}

.input-group .form-control:focus,
.input-box .form-control:focus {
	border-color: #e21232;
	box-shadow: none;
	z-index: 2;
}

.input-group .form-control.medium,
.input-box .form-control.medium {
	height: 38px;
	line-height: 38px;
	max-width: 130px;
	font-size: 11px;
	font-weight: 700;
	color: #262626;
}

.input-group .form-control.pick-date,
.input-box .form-control.pick-date {
	background: url(../img/date-picker.png) no-repeat right center #f9f9f9;
}

.input-group .form-control.pick-date.white,
.input-box .form-control.pick-date.white {
	background: url(../img/date-picker.png) no-repeat right center #fff;
}

.input-group .form-control .text-area,
.input-box .form-control .text-area {
	resize: none;
}

.input-group .fixed-symbol,
.input-box .fixed-symbol {
	position: relative;
	padding-left: 29px;
	width: 100%;
}

.input-group .fixed-symbol:after,
.input-box .fixed-symbol:after {
	position: absolute;
	left: 0;
	height: 46px;
	width: 32px;
	background: #d4d4d4;
	content: "$";
	text-align: center;
	top: 0;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px 0px 0px 5px;
}

.input-group .nice-select,
.input-box .nice-select {
	height: 46px;
	border: 2px solid #c8c6c6;
	border-radius: 5px !important;
	display: block;
	width: 100%;
	position: relative;
	float: none;
	margin-top: 0px;
	margin-bottom: 25px;
}

.input-group .nice-select:focus,
.input-box .nice-select:focus {
	border-color: #e21232;
	box-shadow: none;
}

.input-group .nice-select .list,
.input-box .nice-select .list {
	overflow: auto;
	max-height: 400px;
	z-index: 4;
}

.input-group label,
.input-box label {
	text-transform: uppercase;
	color: #2f1418;
	font-weight: 700;
	position: relative;
	font-size: 12px;
	display: block;
	width: 100%;
	padding: 0px 11px 0px 0px;
	margin: 0;
	margin-left: 0px;
	z-index: 3;
}

.input-group label span,
.input-box label span {
	text-transform: none;
	font-weight: 400;
	color: #696264;
}

.input-group .notes,
.input-box .notes {
	line-height: 18px;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 6px;
	font-style: italic;
}

.forgot {
	font-size: 14px;
	color: #2f1418;
	font-weight: 600;
}

.login-right {
	text-align: center;
	padding: 84px 58px 58px 58px;
	background: #f9f8f8;
	height: 100%;
}

@media (max-width: 1200px) {
	.login-right {
		padding: 60px 40px 40px 40px;
	}
}

@media (max-width: 991px) {
	.login-right {
		padding: 40px 30px 30px;
	}
}

@media (max-width: 767px) {
	.login-right {
		text-align: center;
	}
}

.login-right .new {
	background: #fff;
	color: #f9aeb9;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	font-size: 36px;
	font-weight: 700;
	box-shadow: 15px 15px 29px 0px rgba(0, 0, 0, 0.04);
	margin-bottom: 30px;
}

.login-right .cm-btns {
	margin-top: 15px;
}

.copyright {
	display: block;
	border-top: 1px solid #e2dcdd;
	margin-top: 50px;
	padding-top: 40px;
}

@media (max-width: 767px) {
	.copyright {
		padding-top: 30px;
		margin-top: 30px;
	}
}

.copyright p {
	font-size: 12px;
	line-height: 18px;
}

/*HEADER*/
.header {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 10px 10px;
	background: #fff;
	min-height: 78px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}

.header .logo {
	display: block;
	position: relative;
	padding: 8px 0px;
}

.user-profile {
	display: inline-block;
	position: relative;
	padding-right: 43px;
}

@media (max-width: 991px) {
	.user-profile {
		padding-right: 82px;
	}
}

@media (max-width: 767px) {
	.user-profile {
		display: none;
	}
}

.user-profile .current-user {
	display: inline-block;
	padding-right: 16px;
	border-right: 1px solid #e5e5e5;
}

.user-profile .current-user span {
	text-transform: uppercase;
	color: #958083;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	display: block;
}

.user-profile .current-user p {
	margin: 0;
	line-height: 18px;
	color: #2f1418;
	font-weight: 600;
}

.user-profile .profile-settings {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color: #7f7f7f;
	text-decoration: none;
	text-align: center;
}

.user-profile .profile-settings:before {
	position: absolute;
	content: "\e900";
	font-family: "icomoon";
	font-size: 12px;
	color: #7f7f7f;
	top: 0;
	right: 0;
	transition: all ease 0.3s;
	transform-origin: center;
}

.user-profile .profile-settings.active:before {
	transform: rotateX(180deg);
}

@media (max-width: 991px) {
	.user-profile .profile-settings {
		right: 40px;
	}
}

.profile-items {
	display: none;
	z-index: 2;
	position: absolute;
	top: 60px;
	right: -6px;
	width: 180px;
	background: #fff;
	z-index: 6;
	border-radius: 5px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid #e5e5e5;
	transition: all ease 0.3s;
}

.profile-items.active {
	top: 45px;
	display: block;
}

.profile-items li {
	display: block;
}

.profile-items li a {
	display: block;
	padding: 10px 15px;
	color: #696264;
	font-weight: 600;
	text-decoration: none;
}

.profile-items li a:hover {
	color: #e21232;
}

a.menu-toggle {
	position: absolute;
	display: none;
	width: 50px;
	height: 50px;
	background: #e21232;
	top: 14px;
	right: 9px;
	padding-top: 4px;
	box-sizing: border-box;
	padding-top: 8px;
}

@media (max-width: 991px) {
	a.menu-toggle {
		display: block;
	}
}

a.menu-toggle.active span.line {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center center;
}

a.menu-toggle.active span.line.a {
	transform: rotate(45deg);
}

a.menu-toggle.active span.line.c {
	transform: rotate(-45deg);
}

a.menu-toggle.active span.line.b {
	opacity: 0;
}

a span.line {
	position: relative;
	width: 65%;
	height: 2px;
	background: #fff;
	margin: 7px auto;
	display: block;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.dash-body {
	display: block;
	position: relative;
	padding: 20px 20px 20px 312px;
}

@media (max-width: 991px) {
	.dash-body {
		padding: 20px 20px 20px 20px;
	}
}

.dash-body .dash-menu {
	display: block;
	position: fixed;
	overflow: auto;
	top: 110px;
	left: 20px;
	border-radius: 10px;
	min-height: 500px;
	width: 255px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 991px) {
	.dash-body .dash-menu {
		width: 100%;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		padding: 20px 0px 30px 0px;
		overflow: auto;
		height: 100%;
	}
}

.dash-body .dash-menu.show-it {
	display: block;
}

.dash-body .dash-menu .close-menu {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	text-transform: none;
	display: none;
}

@media (max-width: 991px) {
	.dash-body .dash-menu .close-menu {
		display: block;
	}
}

.dash-body .dash-menu .close-menu:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #e21232;
	transform: rotate(45deg);
	transform-origin: center;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dash-body .dash-menu .close-menu:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #e21232;
	transform: rotate(-45deg);
	transform-origin: center;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dash-body .dash-menu .head {
	display: block;
	padding: 17px 22px 10px 22px;
}

.dash-body .dash-menu .user-profile {
	padding-left: 22px;
	display: none;
}

@media (max-width: 767px) {
	.dash-body .dash-menu .user-profile {
		display: inline-block;
	}
}

.dash-body .dash-menu .user-profile .current-user {
	border-right: none;
}

.dash-body .dash-menu .profile-items li a {
	padding: 8px 20px;
	line-height: normal;
}

.dash-body .dash-menu h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #2f1418;
	font-size: 12px;
	margin: 0;
}

.dash-body .dash-menu ul li {
	display: block;
	position: relative;
}

.dash-body .dash-menu ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: #696264;
	font-size: 12px;
	line-height: 48px;
	padding-left: 54px;
	padding-right: 10px;
	text-decoration: none;
	transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.dash-body .dash-menu ul li a:hover,
.dash-body .dash-menu ul li a.active {
	background: #fdebee;
	color: #e21232;
}

.dash-body .dash-menu ul li a.drp:before {
	position: absolute;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
	color: #7f7f7f;
	top: 0;
	right: 10px;
	transition: all ease 0.3s;
	transform-origin: center;
}

.dash-body .dash-menu ul li a.drp.opened {
	background: #fdebee;
	color: #e21232;
}

.dash-body .dash-menu ul li a.drp.opened:before {
	transform: rotateX(180deg);
}

.dash-body .dash-menu ul li a span {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 26px;
}

.dash-body .dash-menu ul li ul {
	display: none;
	background: #fdebee;
	padding: 0px 24px 10px 60px;
}

.dash-body .dash-menu ul li ul li {
	display: block;
	border-top: 1px solid #e8d0d4;
}

.dash-body .dash-menu ul li ul li:first-child {
	border-top: none;
}

.dash-body .dash-menu ul li ul li a {
	line-height: 34px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-left: 13px;
	padding-right: 0;
}

.dash-body .dash-menu ul li ul li a:before {
	position: absolute;
	left: 2px;
	top: 14px;
	width: 5px;
	height: 5px;
	background: #938b8f;
	content: "";
	border-radius: 50%;
}

.dash-body .dash-menu ul li ul li a.active,
.dash-body .dash-menu ul li ul li a:hover {
	color: #2f1418;
}

.dash-body .dash-menu ul li ul li a.active:before,
.dash-body .dash-menu ul li ul li a:hover:before {
	background: #2f1418;
}

.dash-body .dash-menu .acc-detais {
	display: block;
	border-top: 1px solid #dfdfdf;
	padding: 25px 22px;
	position: relative;
	margin: 0px 0px 0px 0px;
}

.dash-body .dash-menu .acc-detais h5 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 12px;
}

.dash-body .dash-menu .acc-detais label {
	font-size: 11px;
	margin-bottom: 0;
	line-height: normal;
	color: #696264;
}

.dash-body .dash-menu .acc-detais p {
	line-height: normal;
	font-size: 16px;
	margin-bottom: 8px;
}

.mCSB_inside > .mCSB_container {
	margin-right: 0px;
}

.mCSB_scrollTools {
	width: 3px;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.content-area {
	display: block;
	min-height: 83vh;
	position: relative;
	padding-bottom: 40px;
	overflow: auto;
}

.content-area .copyright {
	border: none;
	padding: 0;
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.content-area .copyright p {
	margin-bottom: 0;
}

.success-page {
	display: block;
	margin: auto;
	margin-top: 10%;
	border-radius: 5px;
	max-width: 900px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	padding: 30px;
	padding-left: 74px;
	position: relative;
}

.success-page::before {
	content: "\f00c";
	font-size: 20px;
	font-family: "FontAwesome";
	top: 28px;
	left: 30px;
	position: absolute;
	width: 34px;
	height: 34px;
	color: #fff;
	background: #e21232;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
}

.success-page h3 {
	font-weight: 600;
}

.success-page h5 {
	margin: 0;
}

.recharge-box {
	display: block;
	overflow: hidden;
}

.acc-info {
	display: block;
	border-radius: 5px;
	color: #fff;
	margin-top: 18px;
	min-height: 105px;
	padding: 20px 20px 20px 110px;
	position: relative;
}

@media (max-width: 1200px) {
	.acc-info {
		padding: 90px 20px 20px 20px;
		text-align: center;
	}
}

.acc-info .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 80px;
	height: 80px;
	margin: auto;
}

@media (max-width: 1200px) {
	.acc-info .icon {
		right: 0;
		left: 0;
		bottom: inherit;
		top: 10px;
	}
}

.acc-info h3 {
	color: #fff;
	margin: 0;
	font-weight: 300;
	font-size: 33px;
}

@media (max-width: 1200px) {
	.acc-info h3 {
		font-size: 28px;
	}
}

.acc-info span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.acc-info.non-icon {
	padding-left: 20px;
}

.acc-bal {
	background: #e21232;
}

.acc-num {
	background: #2f1418;
}

.img-mid {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.recharge-now {
	display: block;
	position: relative;
	background: #fff;
	margin-top: 18px;
	border-radius: 5px;
	padding: 0px 30px 0px 290px;
	background: url(../img/recharge-now-bg.png) no-repeat left center #fff;
	border: 2px solid #fff;
}

@media (max-width: 1200px) {
	.recharge-now {
		padding: 160px 30px 0px 30px;
		background: #fff;
	}
	.recharge-now::before {
		position: absolute;
		content: "";
		width: 140px;
		height: 140px;
		margin: auto;
		top: 20px;
		left: 0;
		right: 0;
		background: url(../img/recharge-now-bg-small.png);
	}
}

.recharge-now h3 {
	font-weight: 300;
	font-size: 28px;
}

.recharge-now .texting {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 224px;
}

@media (max-width: 1200px) {
	.recharge-now .texting {
		height: 190px;
		text-align: center;
	}
}

.self-service-portal {
	display: block;
	background: #f9f9f9;
	border-radius: 5px;
	margin-top: 30px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}

.self-service-portal .top {
	display: block;
	background: #fff;
	border-radius: 5px;
}

.self-service-portal .welcome {
	display: block;
	padding: 45px 50px 50px 50px;
	border-right: 1px solid #e5e5e5;
	height: 100%;
}

@media (max-width: 1200px) {
	.self-service-portal .welcome {
		padding: 30px 30px 40px 30px;
	}
}

@media (max-width: 767px) {
	.self-service-portal .welcome {
		border-right: none;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
	}
}

.self-service-portal .welcome h2 {
	font-weight: 300;
	font-size: 36px;
	margin: 0;
}

@media (max-width: 1200px) {
	.self-service-portal .welcome h2 {
		font-size: 28px;
	}
}

.self-service-portal .welcome h2 span {
	color: #e21232;
	font-weight: 700;
}

.self-service-portal .welcome h3 {
	font-size: 22px;
	font-weight: 300;
	color: #958083;
}

@media (max-width: 1200px) {
	.self-service-portal .welcome h3 {
		font-size: 18px;
	}
}

.self-service-portal .welcome .box {
	display: block;
	position: relative;
	padding-left: 52px;
	margin-top: 25px;
}

.self-service-portal .welcome .box .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.self-service-portal .welcome .box p {
	margin: 0;
	line-height: 18px;
}

.self-service-portal .welcome .box a {
	color: #e21232;
	font-weight: 600;
}

.self-service-portal .locations {
	display: block;
	padding: 30px 50px 20px 50px;
}

@media (max-width: 1200px) {
	.self-service-portal .locations {
		padding: 30px 20px 20px 20px;
	}
}

.self-service-portal .locations h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.self-service-portal .locations > p {
	font-weight: 600;
	font-size: 12px;
	margin: 0;
}

.self-service-portal .locations .location-list {
	display: block;
	overflow: hidden;
}

.self-service-portal .locations ul {
	position: relative;
	margin-top: -13px;
}

.self-service-portal .locations ul li {
	display: block;
	width: 47%;
	padding: 12px 0px;
	border-top: 1px dashed #cfcfd0;
}

@media (max-width: 480px) {
	.self-service-portal .locations ul li {
		float: none !important;
		width: 100% !important;
	}
}

.self-service-portal .locations ul li:nth-child(odd) {
	float: left;
}

.self-service-portal .locations ul li:nth-child(even) {
	float: right;
}

.self-service-portal .locations ul li .flag {
	display: inline-block;
	margin-right: 12px;
	height: 26px;
	width: 38px;
}

@media (max-width: 1200px) {
	.self-service-portal .locations ul li .flag {
		width: 30px;
	}
}

.self-service-portal .locations ul li p {
	font-size: 16px;
	margin: 0;
	line-height: 16px;
}

@media (max-width: 1200px) {
	.self-service-portal .locations ul li p {
		font-size: 14px;
	}
}

.self-service-portal .locations ul li p span {
	font-size: 12px !important;
	margin: 0;
}

label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	color: #958083;
}

.para-box {
	display: block;
	padding: 28px 30px;
	border-bottom: 1px solid #ddd5d5;
}

.para-box h4 {
	font-size: 16px;
	font-weight: 600;
	color: #b30e28;
}

.para-box p {
	font-size: 13px;
	line-height: 18px;
}

.para-box p:last-child {
	margin-bottom: 0;
}

.portal-info {
	display: block;
	padding: 28px 0px;
	overflow: hidden;
}

.portal-info ul li {
	display: block;
	width: 25%;
	float: left;
	padding: 0px 30px;
	border-left: 1px solid #ddd5d5;
	margin-left: -1px;
	height: 100%;
}

@media (max-width: 1200px) {
	.portal-info ul li {
		padding: 0px 10px;
	}
}

@media (max-width: 767px) {
	.portal-info ul li {
		width: 48%;
		border: 1px solid #ddd5d5;
		margin: 1%;
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.portal-info ul li {
		width: 98%;
	}
}

@media (max-width: 1200px) {
	.portal-info ul li label {
		font-size: 12px;
	}
}

.portal-info ul li p {
	font-size: 16px;
	margin: 0;
}

.getting-started-info {
	display: block;
}

.info-wrapper {
	position: relative;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	margin-top: 25px;
}

.info-wrapper.solid-border {
	border: 2px solid #aa8187;
}

.info-wrapper .sep-box {
	display: block;
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 25px 30px;
}

.info-wrapper .sep-box:first-child {
	border-top: none;
}

.info-wrapper .sep-box.iconed {
	padding-left: 88px;
}

.info-wrapper .sep-box .icon {
	position: absolute;
	top: 25px;
	left: 30px;
}

.info-wrapper .sep-box p {
	margin-bottom: 10px;
	line-height: 22px;
}

.info-wrapper .sep-box p:last-child {
	margin-bottom: 0;
}

.info-wrapper .sep-box.note {
	background: #fdebee;
	border-radius: 3px;
	border-top: none;
	border: 2px solid #fff;
}

.info-wrapper .sep-box.note h5 {
	color: #e21232;
}

.info-wrapper .sep-box.note p {
	color: #958083;
}

.info-wrapper h5 {
	color: #2f1418;
}

.info-wrapper .text-box {
	padding: 35px 30px 25px 30px;
	position: relative;
	margin: 0px -30px 0px -30px;
	border-top: 1px solid #e0e0e0;
	margin-top: 38px;
}

.info-wrapper .text-box h4 {
	font-weight: 700;
	color: #2f1418;
}

.info-wrapper .text-box p:last-child {
	margin-bottom: 0;
}

.note-text {
	display: block;
	padding: 20px 30px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	background: #f7f7f7;
	border: 2px solid #c8c6c6;
	margin-top: 10px;
}

.note-text p {
	margin-bottom: 0;
}

.list-it.full-width ul li {
	width: 100%;
	float: none;
}

.list-it ul li {
	color: #696264;
	font-weight: 600;
	float: left;
	width: 20%;
	border-bottom: 1px dashed #cfcfd0;
	display: block;
	padding: 14px 0px;
	margin-right: 2%;
}

@media (max-width: 991px) {
	.list-it ul li {
		width: 30%;
	}
}

@media (max-width: 991px) {
	.list-it ul li {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.list-it ul li {
		width: 44%;
		margin-right: 5%;
	}
}

@media (max-width: 480px) {
	.list-it ul li {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
}

.list-it ul li .slno {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	border-radius: 50%;
	background: #e21232;
	margin-right: 8px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}

.list-it.red ul li {
	color: #e21232;
}

.padding20-30 {
	padding: 20px 30px;
}

.ping-wrapper {
	display: block;
}

.ping-wrapper h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}

.spl-caps {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}

.disply-result {
	background: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.disply-result p:last-child {
	margin-bottom: 0;
}

.my-account-page {
	display: block;
	padding: 20px 0px;
	overflow: hidden;
}

.timebiz-test {
	display: block;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.timebiz-test .head {
	display: block;
	border-bottom: 1px solid #e8e6e7;
	padding: 10px 22px;
}

.timebiz-test .head h3 {
	font-weight: 700;
	color: #e21232;
	margin-bottom: 0px;
}

.timebiz-test .head span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.timebiz-test .list {
	display: block;
	padding: 10px 30px;
}

.timebiz-test .list ul li {
	display: block;
	border-top: 1px dashed #cfcfd0;
	padding: 16px 0px 16px 60px;
	position: relative;
}

.timebiz-test .list ul li:first-child {
	border-top: none;
}

.timebiz-test .list ul li h5 {
	font-size: 18px;
	font-weight: 700;
	color: #2f1418;
	margin-bottom: 0;
}

.timebiz-test .list ul li span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.timebiz-test .list ul li i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 32px;
	width: 50px;
	height: 32px;
	text-align: center;
	color: #e21232;
}

.timebiz-test .actions {
	padding: 24px 0px;
}

.profile-wrapper {
	display: block;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	height: 100%;
}

.profile-wrapper .head {
	display: block;
	border-bottom: 1px solid #e8e6e7;
	padding: 10px 32px;
}

.profile-wrapper .head h3 {
	font-weight: 700;
	color: #e21232;
	margin-bottom: 0px;
}

.profile-wrapper .head span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.profile-wrapper .head .resp-tabs-list {
	display: inline-block;
	vertical-align: middle;
}

.profile-wrapper .head .cm-btns {
	line-height: 50px;
	vertical-align: middle;
}

.display-data {
	display: block;
	overflow: hidden;
	padding: 0px 32px;
	margin-top: 20px;
}

.display-data.no-padding {
	padding: 0;
	margin: 0;
}

.display-data ul {
	display: block;
	position: relative;
	margin-top: -1px;
}

.display-data ul li {
	display: block;
	border-top: 1px dashed #cfcfd0;
	padding: 16px 0px 16px 0px;
	position: relative;
}

.display-data ul li:first-child {
	border-top: none;
}

.display-data ul li.full {
	width: 100%;
	float: none;
}

.display-data ul li p {
	margin-bottom: 0;
}

.display-data ul li p.bold {
	font-size: 14px;
	color: #2f1418;
	font-weight: 600;
}

.display-data ul.half li {
	width: 48%;
	height: 100%;
}

.display-data ul.half li:nth-child(odd) {
	float: left;
}

.display-data ul.half li:nth-child(even) {
	float: right;
}

.display-data ul.half li span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.display-data ul.half li p {
	margin-bottom: 0;
	color: black;
	font-size: 14px;
}

.display-data ul.half li.full {
	width: 100%;
	float: left;
}

.cm-radio-group {
	text-align: center;
	border-top: 1px solid #e8e6e7;
}

.cm-radio-group h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: black;
}

.cm-radio-group label {
	position: relative;
	text-transform: none;
	padding-left: 22px;
	box-shadow: none;
	margin: 0;
}

.cm-radio-group label:before {
	display: block;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #eaeaea;
	width: 8px;
	height: 8px;
	box-shadow: 0px 0px 0px 5px #eaeaea;
}

.cm-radio-group label.active:before {
	box-shadow: 0px 0px 0px 5px #ecd7da;
	background: #e21232;
}

.cm-radio-group label:focus {
	outline: none;
	box-shadow: none !important;
	border: none;
}

.cm-radio-group label .hide-it {
	display: none;
}

.cm-radio-group ul {
	display: inline-block;
	overflow: hidden;
}

.cm-radio-group ul li {
	display: inline-block;
	padding: 0px 25px;
	border-left: 1px solid #e8e6e7;
	position: relative;
	margin-left: -1px;
}

.cupon-code {
	text-align: center;
	border-top: 1px solid #e8e6e7;
	padding: 30px 45px;
}

.cupon-code h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: black;
	margin-bottom: 10px;
}

.cupon-code .cm-btns {
	margin-top: 25px;
}

.resp-tab-content {
	border: none;
	padding: 0;
}

.resp-tabs-list {
	font-size: 0;
}

.resp-tabs-list li {
	display: block;
	border: none;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #938b8f;
	text-align: center;
	position: relative;
	padding: 6px 22px;
}

.resp-tabs-list li span {
	font-size: 20px !important;
	font-weight: normal !important;
	color: #938b8f;
	display: inline-block;
	margin-bottom: 4px;
}

.resp-tabs-list li.resp-tab-active {
	background: #e21232;
	border-radius: 5px;
	color: #fff;
}

.resp-tabs-list li.resp-tab-active:after {
	position: absolute;
	content: "";
	margin: auto;
	bottom: -14px;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 7px;
	border-color: #e21232 transparent transparent transparent;
	width: 0;
	height: 0;
	display: block;
	background: none;
}

.resp-tabs-list li.resp-tab-active span {
	color: #fff;
}

.edit-profile {
	display: block;
	padding: 32px;
}

.cut-top-padding {
	padding-top: 0px;
	padding-bottom: 30px;
}

.cut-top-padding h5 {
	margin-bottom: 18px;
	padding-top: 0px;
	color: #2f1418;
}

.align-middle {
	text-align: center;
}

.align-middle .bind {
	max-width: 300px;
	width: 100%;
	margin-top: 15px;
}

.align-middle .bind .input-group {
	margin-left: 0;
	margin-bottom: 8px;
}

.align-middle .bind .input-group .nice-select {
	min-width: 100%;
}

.bind {
	display: inline-block;
}

.bind .input-group {
	margin: 0;
	display: inline-block;
	margin-left: 6px;
}

.bind .input-group .form-control {
	margin: 0;
}

.bind .input-group .nice-select {
	margin: 0;
	height: 38px;
	line-height: 34px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}

.bind .cm-btns {
	margin-left: 4px;
}

.date-range {
	display: inline-block;
	vertical-align: middle;
}

.date-range .input-group {
	margin-left: 4px;
}

.inline {
	display: inline-block !important;
	width: inherit;
}

.status-msg-box {
	display: block;
	border-radius: 3px;
	position: relative;
	padding: 15px 15px 15px 60px;
	margin-top: 10px;
}

.status-msg-box.success {
	background: #09a275;
	border: 1px solid #037724;
}

.status-msg-box.failed {
	background: #c60412;
	border: 1px solid #ac0410;
}

.status-msg-box i {
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
}

.status-msg-box .close {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
}

.status-msg-box .close:hover {
	color: #fff;
}

.status-msg-box .close span:hover {
	color: #fff;
}

.status-msg-box p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.data-table-wrapper {
	margin-top: 17px;
	padding-top: 18px;
	border-top: 1px solid #dbdada;
}

.data-table-wrapper label {
	font-size: 11px;
	font-weight: 700 !important;
	font-family: "Open Sans", sans-serif;
}

.data-table-wrapper .table.dataTable {
	background: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	overflow: hidden;
}

.data-table-wrapper table tr:nth-child(even) {
	background: #f9f9f9;
}

.data-table-wrapper table tr:nth-child(odd) {
	background: #fff;
}

.data-table-wrapper table tr th {
	text-transform: uppercase;
	color: #e21232;
	font-weight: 700;
	background: #f9f9f9;
	border: none;
	vertical-align: middle;
	font-size: 11px;
	padding: 7px 10px;
}

.data-table-wrapper table tr th.width10 {
	width: 10%;
}

.data-table-wrapper table tr th.width16 {
	width: 16%;
}

.data-table-wrapper table tr th.width25 {
	width: 25%;
}

.data-table-wrapper table tr th.width30 {
	width: 30%;
}

.data-table-wrapper table tr th.width60 {
	width: 60%;
}

.data-table-wrapper table tr th.set-right {
	text-align: right;
}

.data-table-wrapper table tr td {
	border-left: none;
	border-right: none;
	padding: 11px 10px;
	vertical-align: middle;
}

.data-table-wrapper table tr td.set-right {
	text-align: right;
}

.data-table-wrapper table tr td .custom-control-label {
	top: -16px;
}

.data-table-wrapper table tr td a {
	color: #2f1418;
	text-decoration: none;
}

.data-table-wrapper table tr td a:hover {
	color: #fff;
}

.data-table-wrapper table tr td.bold {
	font-weight: 600;
}

.data-table-wrapper table tr:hover {
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.data-table-wrapper table tr.failed-descrp {
	background: #fdf4f6;
	border: 1px solid #ffb4bf;
	position: relative;
}

.data-table-wrapper table tr.failed-descrp td {
	padding: 5px 5px 0px 5px;
}

.data-table-wrapper table tr.failed-descrp .descrp-para {
	padding: 5px 15px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ffb4bf;
	margin-bottom: 5px;
}

.data-table-wrapper table tr.failed-descrp .descrp-para .para {
	font-weight: 500;
	color: #e21232;
	line-height: 20px;
	display: block;
}

.data-table-wrapper table tr.failed-descrp:hover {
	box-shadow: none;
}

.data-table-wrapper .dataTables_length {
	float: left;
	border: 1px solid #cbcbcb;
	padding: 0px 13px;
	border-radius: 2px;
	line-height: 32px;
}

.data-table-wrapper .dataTables_length select {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	font-weight: 700;
}

.data-table-wrapper .dataTables_filter {
	float: right;
}

.data-table-wrapper .dataTables_filter input[type="search"] {
	border: 2px solid #c8c6c6;
	border-radius: 5px !important;
	height: 36px;
	line-height: 36px;
	width: 200px;
	background: #f2f2f2;
	padding-left: 15px;
	box-shadow: none;
	outline: none;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
}

.data-table-wrapper .dataTables_filter input[type="search"]:focus {
	box-shadow: none;
}

.data-table-wrapper .dataTables_info {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #938b8f;
}

.data-table-wrapper div.dataTables_wrapper div.dataTables_paginate {
	float: right;
	white-space: inherit;
	padding-top: 10px;
}

.data-table-wrapper .view-more {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	text-decoration: none;
	color: #e21232;
}

.data-table-wrapper .view-more:hover {
	color: #f9304f;
}

.data-table-wrapper.put-scroll {
	max-height: 448px;
	overflow-y: auto;
	margin-bottom: 30px;
	padding-top: 0;
	margin-top: 0px;
}

.paginate_button {
	width: 22px;
	height: 22px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	font-weight: 700;
	text-decoration: none !important;
	color: #2f1418;
	font-size: 11px;
	margin: 5px;
	text-transform: uppercase;
}

.paginate_button:hover,
.paginate_button.current {
	background: #e21232;
	color: #fff;
	text-decoration: none;
}

.paginate_button.previous,
.paginate_button.next {
	width: auto;
	padding: 0px 10px;
	margin: 5px 0px;
}

.small-text {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #8c323e;
}

.recharge-btn-wrapper form {
	display: inline-block;
}

.recharge-btns {
	display: inline-block;
	margin-right: 10px;
	padding: 2px;
	border-radius: 3px;
	position: relative;
	background: #e21232;
}

.recharge-btns:before {
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 3px;
	background: #fff;
	display: block;
	margin: auto;
	top: 0;
	left: 3px;
	bottom: 0;
	content: "";
}

.recharge-btns.paypal:before {
	background: url(../img/ic-paypal.png) no-repeat center center #fff;
}

.recharge-btns.credit-card:before {
	background: url(../img/ic-credit-card.png) no-repeat center center #fff;
}

.recharge-btns .cm-btns {
	text-align: left;
	padding: 0px 18px 0px 58px;
	line-height: 40px;
}

.middle-box {
	display: block;
	max-width: 472px;
	margin: auto;
	background: #fff;
	z-index: 2;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 50px 40px;
}

.middle-box .login-form {
	max-width: 333px;
	margin: auto;
}

.middle-box.cancel-acc {
	max-width: 412px;
}

.middle-box.cancel-acc h3 {
	font-weight: 400;
}

.middle-box .cancelled {
	display: inline-block;
	margin-bottom: 30px;
}

.middle-box.large {
	max-width: 800px;
	padding: 30px;
	margin-bottom: 30px;
	text-align: left;
}

.middle-box.large .login-form {
	max-width: 100%;
	max-height: 360px;
	overflow: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

.middle-box.large .login-logo {
	margin-bottom: 10px;
}

.middle-box.large h3 {
	margin-bottom: 8px;
}

.login-body {
	padding: 0;
}

.reg-box {
	display: block;
	max-width: 1140px;
	margin: auto;
	background: #fff;
	z-index: 2;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.reg-box .head {
	text-align: left;
	padding: 28px 28px 28px 160px;
	position: relative;
	border-bottom: 1px solid #e8e3e3;
}

.reg-box .head .login-logo {
	position: absolute;
	top: 28px;
	left: 48px;
}

.reg-box .head .login-logo img {
	max-width: 85px;
}

.reg-box .head h2 {
	font-size: 33px;
}

.reg-box .login-form {
	display: block;
	padding: 42px;
	text-align: left;
}

.reg-box .login-form .form-control {
	margin-bottom: 20px;
}

.reg-box .form-actions {
	padding-top: 18px;
}

.action-btns {
	display: inline-block;
	width: 34px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	text-transform: none;
}

.action-btns:hover {
	color: #e21232 !important;
}

.what-does-means {
	display: block;
	padding: 30px 0px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-top: 20px;
}

.what-does-means h5 {
	color: #b93447;
	font-weight: 600;
}

.what-does-means p {
	line-height: 18px;
	font-size: 13px;
}

.what-does-means p:last-child {
	margin-bottom: 0;
}

.select-row {
	margin: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ecdadd;
	border-radius: 3px;
	position: relative;
	background: #e21232;
}

.select-row:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #e21232;
	height: 3px;
	width: 6px;
	left: 4px;
	transform: rotate(45deg);
	top: 9px;
	background: #fff;
}

.select-row:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #e21232;
	height: 3px;
	width: 10px;
	left: 7px;
	transform: rotate(-43deg);
	top: 8px;
	background: #fff;
}

.lined-btn {
	background: #fff;
	color: #5a5858;
	line-height: 24px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	padding: 0px 17px;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease 0.3s;
}

.lined-btn:hover {
	background: #e21232;
	color: #fff;
	border-color: #e21232;
	text-decoration: none;
}

.lined-btn:hover.icon::before {
	color: #fff;
}

.lined-btn.icon {
	position: relative;
	padding-left: 26px;
}

.lined-btn.icon::before {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: "icomoon";
	color: #a2a2a2;
}

.lined-btn.edit-icon::before {
	content: "\e914";
}

.lined-btn.delete-icon::before {
	content: "\e917";
}

.aus-rate {
	display: block;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 2px;
	margin-top: 15px;
	text-align: left;
}

.aus-rate ul {
	display: block;
}

.aus-rate ul li {
	display: block;
	border-top: 1px solid #e5e5e5;
}

.aus-rate ul li:first-child {
	border-top: none;
}

.aus-rate ul li .title {
	display: block;
	float: left;
	width: 200px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #e21232;
	padding: 0px 25px;
	background: #f8f8f8;
	height: 100%;
	height: 50px;
}

.aus-rate ul li .values {
	display: block;
	float: left;
	width: 80%;
	padding: 0px 25px;
}

.number-settings {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 5px;
	margin-top: 22px;
}

.number-settings .sep-boxes {
	border-top: 1px solid #e5e5e5;
	display: block;
	padding: 32px;
}

.number-settings .sep-boxes:first-child {
	border-top: none;
}

.number-settings h4 {
	font-size: 18px;
	font-weight: 400;
	color: #2f1418;
	margin-bottom: 15px;
	position: relative;
}

.number-settings h4:last-child {
	margin-bottom: 0;
}

.number-settings h4 span {
	color: #504245;
	font-size: 12px;
}

.number-settings .input-group {
	display: block;
	position: relative;
}

.cs-tooltip {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	border-radius: 50%;
	background: #e21232;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-left: 5px;
	font-size: 700;
	font-size: 11px;
}

.cs-tooltip:hover {
	color: #fff;
}

.help-text {
	position: absolute;
	display: none;
	top: 34px;
	left: 0;
	width: 100%;
	background: #fdebee;
	padding: 20px 15px;
	border: 1px solid #c08b93;
	border-radius: 5px;
	z-index: 4;
}

.help-text h6 {
	font-size: 16px;
	margin-bottom: 12px;
	color: #b30e28;
	font-weight: 600;
}

.help-text ol {
	padding: 0px 0px 0px 15px;
}

.help-text li {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}

@media (min-width: 576px) {
	.csModal-box .modal-dialog {
		max-width: 690px;
	}
}

.csModal-box .modal-header {
	border: none;
}

.csModal-box .modal-body {
	padding: 50px 30px 50px 270px;
	position: relative;
}

.csModal-box .modal-body img {
	position: absolute;
	left: 70px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.csModal-box .modal-body .cm-btns {
	padding: 0px 26px;
}

.csModal-box .modal-body.full {
	padding: 30px 50px 30px 50px;
}

.csModal-box .modal-body.centralized {
	width: 700px;
}

.csModal-box .modal-body .cancel-body {
	word-break: break-word;
}

.csModal-box .modal-body .cancel-body.bottom-padding {
	padding-bottom: 0px;
	min-height: 260px;
}

.csModal-box .modal-body .cancel-body ol,
.csModal-box .modal-body .cancel-body ul {
	padding-left: 17px;
	margin: 0;
	text-align: left;
	margin-bottom: 15px;
}

.csModal-box .modal-body .cancel-body ol {
	list-style-type: decimal;
}

.csModal-box .modal-body .cancel-body ul {
	list-style-type: disc;
}

.csModal-box .modal-body h3 {
	text-align: center;
}

.csModal-box .modal-body h4 {
	font-size: 18px;
	font-weight: 400;
	color: #2f1418;
	margin-bottom: 20px;
	text-align: center;
}

.csModal-box .modal-body .bottom {
	padding-top: 15px;
	text-align: left;
}

.csModal-box .modal-body .bottom label {
	text-transform: none;
	font-size: 14px;
}

.csModal-box .modal-body .bottom.left {
	float: left;
}

.csModal-box .modal-footer {
	border-top: none;
}

.file-upload {
	position: relative;
	height: 46px;
	border: 2px solid #c8c6c6;
	border-radius: 5px !important;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 14px;
}

.file-upload .jFiler-theme-default .jFiler-input {
	border: none;
	width: 100%;
	height: 42px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.file-upload .jFiler-theme-default .jFiler-input-button {
	border: 1px solid #cbcbcb;
	height: auto;
	display: inline-block;
	padding: 0px 11px;
	line-height: 26px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	position: relative;
	top: 7px;
	right: 7px;
}

.file-upload .jFiler-theme-default .jFiler-item {
	position: relative;
	z-index: 4;
}

.file-upload .jFiler-theme-default .jFiler-item .jFiler-item-icon {
	color: #e21232;
}

.terms-and-conditions {
	display: block;
	background: #f6f6f6;
	position: relative;
	border: 2px solid #fff;
	padding: 30px 30px;
	margin-top: -2px;
}

.terms-and-conditions .list-it {
	padding-bottom: 30px;
}

.terms-and-conditions .list-it ul li {
	font-weight: 400;
	padding-left: 30px;
	border-bottom: none;
	position: relative;
}

.terms-and-conditions .list-it ul li .slno {
	position: absolute;
	left: 0;
}

.charges-table {
	padding: 20px 0px 20px 0px;
	max-width: 800px;
}

.charges-table p {
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 0;
}

.charges-table table {
	margin: 0;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.charges-table table tr:nth-child(odd) {
	background: rgba(204, 204, 204, 0.1);
}

.charges-table table tr th {
	color: #fff;
	background: #e21232;
	padding: 12px 30px;
	border-top: none;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.charges-table table tr th:first-child {
	border-left: none;
}

.charges-table table tr td {
	padding: 10px 30px;
	border-right: 1px solid #ececec;
}

.charges-table table tr td.bold {
	font-weight: 600;
}

.sign-wrapper {
	margin: 30px 0px;
}

.sign-box {
	display: block;
	background: #fff;
	border-radius: 3px;
	max-width: 430px;
	width: 100%;
	text-align: center;
	height: 100%;
	padding: 15px;
	border: 1px solid #cfcfcf;
}

.sign-box h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.sign-box .sign-canvas {
	width: 276px;
	margin: auto;
	height: 85px;
	position: relative;
	display: block;
}

.sign-box .actions {
	width: 276px;
	margin: auto;
	display: block;
}

.porting-completed {
	display: block;
	background: #fff;
	border-radius: 5px;
	background: #fff;
	height: 390px;
	text-align: center;
	padding: 60px 0px;
}

.porting-completed .pic-box {
	width: 320px;
	height: 320px;
	display: inline-block;
}

.porting-completed .texting {
	display: inline-block;
}

.porting-completed .texting h3 {
	color: #835a60;
	font-size: 33px;
	font-weight: 300;
	padding-top: 30px;
}

.absolute-form {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 3;
}

@media (max-width: 576px) {
	.absolute-form {
		position: relative;
		bottom: inherit;
		right: inherit;
		margin-top: 5px;
	}
}

.inline-form-wrapper form {
	display: inline-block;
}

.success-page h5 {
	font-size: 16px;
}

.success-page h4 {
	font-size: 20px;
}

.delete-page {
	height: 250px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 300px;
	text-align: center;
	z-index: 2;
}

.delete-page h5 {
	color: #2f1418;
}

.delete-page p {
	color: #696264;
}

.cm-loader {
	margin: auto;
	width: 150px;
	height: 150px;
	background: #ccc;
	position: relative;
	margin-bottom: 25px;
	background: url(../img/preloader.gif) no-repeat center center;
}

.login-form {
	display: block;
	border-top: 1px solid #e8e3e3;
}

.login-form.no-border {
	border-top: none;
	padding-top: 0;
}

.info-group {
	display: block;
	position: relative;
	padding-bottom: 5px;
}

.info-group:before {
	border-top: 1px solid #e8e3e3;
	position: absolute;
	content: "";
	width: 100%;
	right: 0;
	top: 10px;
	height: 1px;
	display: block;
}

.info-group.no-border {
	border-top: none;
	padding-top: 0;
}

.info-group h5 {
	display: inline-block;
	background: #fff;
	padding: 0px 10px;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
	margin-left: 10px;
}

#address-suggestions-box {
	position: absolute;
	width: 100%;
	top: 56px;
	left: 0;
	z-index: 4;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(204, 204, 204, 0.66);
	padding: 15px 0px;
}

#address-suggestions-box > ul {
	max-height: 332px;
	overflow: auto;
}

#address-suggestions-box > ul > li {
	display: block;
	padding: 8px 18px;
	font-size: 12px;
	transition: all ease 0.2s;
	font-weight: 600;
}

#address-suggestions-box > ul > li:hover,
#address-suggestions-box > ul > li.selected {
	background-color: #e21232;
	color: #fff;
	cursor: pointer;
}

#billing_address_suggestions_box {
	position: relative;
	width: 100%;
	left: 0;
	z-index: 4;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(204, 204, 204, 0.66);
	padding: 15px 0px;
}

#billing_address_suggestions_box > ul {
	max-height: 332px;
	overflow: auto;
}

#billing_address_suggestions_box > ul > li {
	display: block;
	padding: 8px 18px;
	font-size: 12px;
	transition: all ease 0.2s;
	font-weight: 600;
}

#billing_address_suggestions_box > ul > li:hover {
	background-color: #e21232;
	color: #fff;
	cursor: pointer;
}

.select-recharge {
	display: block;
}

.select-recharge .rc-btn {
	display: inline-block;
	border: 1px solid #97898b;
	line-height: 44px;
	padding: 0;
	color: #2f1418;
	width: 76px;
	text-align: center;
	padding: 0;
	border-radius: 4px;
	background: #fff;
	margin-right: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.select-recharge .rc-btn.selected {
	background: #2f1418;
	color: #fff;
}

.select-recharge .rc-btn:focus {
	box-shadow: none;
	outline: none;
}

.select-recharge .rc-btn:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}

.rc-cs-amount {
	display: none;
	padding-top: 20px;
}

.rc-cs-amount .input-group .form-control {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}

.bank-transfer {
	display: block;
	border-top: 1px solid #e8e6e7;
	padding-top: 30px;
	padding-bottom: 30px;
}

p.bold {
	font-weight: 600;
	color: #2f1418;
}

p.note {
	color: #e70f2d;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}

.crazy-account {
	display: block;
	border-bottom: 1px dashed #cfcfd0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.crazy-account p {
	margin: 0;
}

.no-data {
	display: block;
	padding: 15px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	background: #fff;
}

.no-data p {
	margin: 0;
}

.no-data h6 {
	margin: 0;
}

.next-prev {
	text-align: right;
	padding-top: 15px;
}

.port-status {
	display: block;
	padding: 20px 0px;
}

.port-status .port-requests {
	display: block;
	position: relative;
	max-width: 800px;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.port-status .port-requests > ul > li {
	display: block;
	position: relative;
	text-align: left;
	padding: 6px 0px;
}

.port-status .port-requests > ul > li span {
	display: block;
	position: relative;
}

.port-status .port-requests > ul > li span.title {
	float: left;
	width: 30%;
	font-weight: 600;
	padding-right: 15px;
}

.port-status .port-requests > ul > li span.title:before {
	position: absolute;
	content: ";";
	right: 10px;
	top: -2px;
}

.port-status .port-requests > ul > li span.values {
	float: right;
	width: 69%;
}

.status-actions {
	display: inline-block;
	font-size: 24px;
	margin: 0px 3px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	top: 2px;
}

.status-actions.grayClass {
	color: #989697;
}

.status-actions.redClass {
	color: #e21232;
}

.status-actions.greenClass {
	color: #09a275;
}

.action-pop {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}

.action-pop .csModal-box {
	max-width: 700px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.action-pop .csModal-box .modal-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100vh;
	background: none;
	border: none;
}

.action-pop .csModal-box .modal-content .modal-body {
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	min-height: 380px;
	transition: all ease 0.2s;
	max-height: 380px;
	overflow: auto;
}

.action-pop .csModal-box .modal-content .modal-body.normal {
	padding: 0;
}

.action-pop .csModal-box .modal-content .modal-body .nnxt {
	/*position: absolute;bottom: 40px;right: 40px;*/
	float: right;
}

.action-pop .csModal-box .modal-content .modal-body .bottom.absolute {
	/*position: absolute;bottom: 0px;left: 0px;*/
	padding: 0px 0px 0px 0px;
}

.action-pop .csModal-box .modal-content .modal-body.steps {
	background: #fff;
	opacity: 0;
	pointer-events: none;
	width: 700px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 380px;
	transform: translate(100px, 0px);
	transition: all ease 0.2s;
	overflow: auto;
}

.action-pop .csModal-box .modal-content .modal-body.prev {
	opacity: 0;
	transform: translate(-100px, 0px);
}

.action-pop .csModal-box .modal-content .modal-body.done {
	opacity: 1;
	transform: translate(0px, 0px);
	pointer-events: auto;
}

.action-pop .csModal-box .modal-content .modal-body .cm-btns.right {
	float: right;
}

.new-product-pop {
	display: block;
	opacity: 0;
	pointer-events: none;
	transition: all ease 0.8s;
}

.new-product-pop .modal-body {
	transform: translate(0px, -150px);
	transition: all ease 0.8s;
}

.new-product-pop.pop-it {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0px, 0px);
}

.new-product-pop.pop-it .modal-body {
	transform: translate(0px, 0px);
}

.yeastar-ata-top {
	background: #fff;
	margin-bottom: 17px;
	min-height: 200px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 2px;
}

.yeastar-ata-top h4 {
	font-size: 18px;
	color: #2f1418;
	font-weight: 700;
	margin-bottom: 0px;
}

.yeastar-ata-top .texting {
	padding: 30px 36px;
}

.yeastar-ata-top .texting .pricing {
	display: block;
}

.yeastar-ata-top .texting .pricing h3 {
	color: #e21232;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

.yeastar-ata-top .confg-left {
	display: block;
}

.yeastar-ata-top .confg-left .head {
	padding: 28px 36px;
}

.yeastar-ata-top .confg-left .yealink-img {
	text-align: center;
}

.yeastar-ata-top .config-right {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0px;
	width: 1%;
}

@media (max-width: 767px) {
	.yeastar-ata-top .config-right {
		background: #f5f5f5;
		padding: 30px 34px 25px 34px;
	}
}

.yeastar-ata-top .config-right .holder {
	display: block;
	padding-right: 36px;
	max-width: 400px;
}

.yeastar-ata-top .config-right .holder .nice-select {
	line-height: 30px;
}

.yeastar-ata-top .product-wrapper {
	display: block;
	padding: 25px 34px 25px 34px;
}

.yeastar-ata-top .product-wrapper .prod-item .custom-control {
	z-index: 3;
	top: 6px;
}

.yeastar-ata-top .product-wrapper .prod-item .prod-pic {
	display: block;
	width: 116px;
	height: 120px;
	position: relative;
	float: left;
	text-align: center;
}

.yeastar-ata-top .product-wrapper .prod-item .prod-pic img {
	display: inline-block;
}

.yeastar-ata-top .product-wrapper .prod-item .price-tag {
	display: block;
	overflow: hidden;
	max-width: 210px;
}

.yeastar-ata-top .product-wrapper .prod-item .price-tag h5 {
	font-weight: 600;
	color: #2f1418;
	font-size: 18px;
	padding-bottom: 8px;
	padding-top: 5px;
}

.yeastar-ata-top .product-wrapper .prod-item .price-tag .amount {
	display: block;
	border-top: 1px solid #dcdcdc;
	padding-top: 16px;
}

.yeastar-ata-top .product-wrapper .prod-item .price-tag .amount p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #958083;
	margin-bottom: 0;
}

.yeastar-ata-top .product-wrapper .prod-item .price-tag .amount span {
	font-size: 30px;
	color: #e21232;
}

.yeastar-ata-top .item-count {
	display: none;
	padding: 80px 30px;
}

@media (max-width: 767px) {
	.yeastar-ata-top .item-count {
		padding: 80px 0px;
	}
}

@media (max-width: 576px) {
	.yeastar-ata-top .item-count {
		padding: 10px 65px;
		max-width: 100%;
	}
}

.yeastar-ata-top .item-count .form-control {
	max-width: 50px;
}

.yeastar-ata-top .item-rate {
	display: none;
}

.yeastar-ata-top #billing-initial {
	display: none;
}

.yeastar-ata-top .additional-bill {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	padding: 20px 34px 25px 34px;
	text-align: right;
}

.yeastar-ata-top .additional-bill > ul > li {
	display: block;
	border-top: 1px solid #dcdcdc;
	padding: 7px 0px;
}

.yeastar-ata-top .additional-bill > ul > li > span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #958083;
}

.yeastar-ata-top .additional-bill > ul > li > span.total {
	font-size: 14px;
	color: #3f4448;
}

.yeastar-ata-top .additional-bill p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.yeastar-ata-top .additional-bill p.total {
	font-size: 30px;
	line-height: 32px;
	color: #e21232;
	font-weight: 600;
}

.yeastar-ata-top .additional-bill p span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #958083;
}

.yeastar-ata-top .additional-bill p span.total {
	font-size: 18px;
	color: #696264;
}

.pricing-top-text {
	text-transform: uppercase;
	font-size: 11px;
	color: #958083;
	font-weight: 700;
	line-height: 12px;
}

.yeastar-features {
	background: #f2f2f2;
	padding: 30px 34px 25px 34px;
}

.check-listing {
	display: block;
	overflow: hidden;
}

.check-listing ul {
	position: relative;
	margin-top: -1px;
}

.check-listing ul li {
	border-top: 1px dashed #aeaeae;
	font-size: 14px;
	font-weight: 600;
	color: #614a4d;
	position: relative;
	padding: 12px 0px 12px 38px;
}

.check-listing ul li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 4px;
	background: url(../img/check-icon-white.png) no-repeat center center #b7152c;
	border-radius: 50%;
}

.mailing-address {
	padding: 30px 36px;
}

h4.light-red {
	font-size: 20px;
	color: #e21232;
	font-weight: 400;
}

.numbered-listing {
	display: block;
	overflow: hidden;
}

.numbered-listing ul {
	position: relative;
	margin-top: -1px;
}

.numbered-listing ul li {
	display: block;
	position: relative;
	padding: 18px 0px 18px 28px;
	border-top: 1px dashed #cfcfd0;
	line-height: 22px;
	color: #7f7a7b;
}

.numbered-listing ul li .slno {
	position: relative;
	width: 22px;
	height: 22px;
	background: #e21232;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	top: 17px;
	left: 0px;
	display: block;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
}

.port-charge-table {
	display: block;
	position: relative;
	margin: 20px -30px 0px -30px;
}

.port-charge-table h5 {
	margin: 0;
	padding: 0px 30px 10px 30px;
	font-size: 14px;
	color: #4c3f41;
	font-weight: 700;
	text-transform: uppercase;
}

.port-charge-table table {
	margin: 0;
}

.port-charge-table table tr th {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	background: #e21232;
	padding: 7px 10px 7px 30px;
}

.port-charge-table table tr td {
	padding: 12px 10px 12px 30px;
	color: #696264;
	font-size: 14px;
}

.port-charge-table table tr td.bold {
	color: #e21232;
	font-weight: 700;
}

.download-invoice {
	display: inline-block;
	padding: 4px 10px;
	line-height: normal;
	border-radius: 3px;
	transition: all ease 0.2s;
	z-index: 3;
	color: #2f1418;
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.download-invoice span {
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.download-invoice i {
	color: #e21232;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.download-invoice:hover {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #2f1418;
}

.audio-upload {
	position: relative;
}

@media (max-width: 1200px) {
	.audio-upload {
		margin-right: 0;
	}
}

.audio-upload .form-control {
	margin-bottom: 0;
}

.audio-action {
	display: block;
	position: relative;
	height: 46px;
	width: 140px;
}

.audio-action .btn-controls {
	width: 46px;
	height: 46px;
	font-size: 20px;
	color: #585858;
	cursor: pointer;
	background: #fff;
	border: 2px solid #c8c6c6;
	border-radius: 3px !important;
	position: absolute;
	top: 0;
	transition: all ease 0.2s;
	line-height: 42px;
	text-align: center;
	padding: 0;
}

.audio-action .btn-controls:hover {
	background: #ccc;
}

.audio-action .btn-controls.play {
	left: 10px;
}

.audio-action .btn-controls.delete {
	right: 0;
}

.ring-group {
	background: #fff;
	padding: 2px;
	border-radius: 6px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}

.ring-group .intro-box {
	display: block;
	padding: 36px;
}

.ring-group .intro-box p:last-child {
	margin-bottom: 0;
}

.current-ring-group {
	display: block;
	padding: 36px;
	background: #f2f2f2;
}

.current-ring-group h4 {
	font-size: 18px;
	font-weight: 400;
	color: #2f1418;
}

.current-ring-group .data-table-wrapper {
	border-top: none;
	margin-top: 0;
}

.cs-modal {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: auto;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 999;
}

.cs-modal .cs-pop-close {
	transform: rotate(44deg);
	text-decoration: none;
	color: #808080;
}

.cs-modal .cs-pop-close:hover {
	color: #000;
}

.cs-modal .pop-wrapper {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 6px;
	max-width: 480px;
	margin: auto;
}

.cs-modal .pop-head {
	padding: 15px 27px 15px 34px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.cs-modal .pop-head h3 {
	margin: 0;
}

.cs-modal .pop-body {
	display: block;
	padding: 30px 50px;
	overflow: auto;
	max-height: 300px;
}

.cs-modal .pop-body .input-group .form-control {
	margin-bottom: 15px;
}

.cs-modal .pop-body .input-group .nice-select {
	line-height: 46px !important;
}

.cs-modal .pop-bottom {
	display: block;
	padding: 20px 50px;
	background: #eeecec;
}

.set-mid {
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}

.ring-group-setup {
	display: block;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	background: #fff;
	padding: 2px;
	margin-top: 23px;
}

.ring-group-setup h4 {
	font-size: 18px;
	font-weight: 400;
	color: #2f1418;
}

.ring-group-setup .top {
	display: block;
	padding: 30px 40px;
}

.ring-group-setup .numbered-listing ul li {
	border-top: none;
	color: #6b6264;
	padding: 13px 0px 13px 42px;
}

.ring-group-setup .numbered-listing ul li .slno {
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	top: 7px;
}

.ring-group-setup .note {
	padding: 30px 40px;
	background: #f2f2f2;
	border-radius: 5px;
}

.ring-group-setup .note p:last-child {
	margin-bottom: 0;
	line-height: 22px;
	font-size: 14px;
	font-style: italic;
}

.ring-group-setup .note p span {
	color: #3e393a;
	font-weight: 500;
}

.page-tiles-wrapper {
	display: block;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.page-tiles-wrapper h3 {
	margin-bottom: 22px;
}

.page-tiles-wrapper .page-tiles {
	display: block;
	background: #fff;
	border-radius: 6px;
	padding: 20px 28px;
	margin-bottom: 30px;
}

.page-tiles-wrapper .page-tiles.invert .icon-box {
	position: absolute;
	display: block;
	width: 110px;
	height: 100%;
	left: 0;
	top: 0;
}

.page-tiles-wrapper .page-tiles.invert .icon-box img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-tiles-wrapper .page-tiles.invert p {
	margin: 0;
	font-size: 16px;
	line-height: normal;
	color: #fff;
}

.page-tiles-wrapper .page-tiles.invert h4 {
	font-size: 30px;
	color: #fff;
}

.page-tiles-wrapper .page-tiles.icon {
	position: relative;
	padding-left: 110px;
}

.page-tiles-wrapper .page-tiles span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-tiles-wrapper .page-tiles h4 {
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	color: #e21232;
}

.iframe-page {
	padding: 0;
	margin: 0;
	background: none;
}

.cs-iframe .fancybox-skin {
	padding: 0 !important;
	background: #f2f2f2;
}

.cs-iframe .fancybox-close {
	right: 15px;
	top: 17px;
	background: #fff;
	border-radius: 50%;
	display: block;
	width: 24px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	text-decoration: none;
	color: #808080;
}

.cs-iframe .fancybox-close:hover {
	color: #000;
}

.cs-iframe .fancybox-close:after {
	content: "\e919";
	position: absolute;
	font-family: "icomoon";
	display: block;
	width: 15px;
	height: 15px;
	margin: auto;
	line-height: 15px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.iframe-pop-wrapper {
	display: block;
	padding: 0px;
}

.iframe-pop-wrapper .pop-head {
	padding: 15px 30px;
	display: block;
	border-bottom: 1px solid #ccc;
	background: #fff;
	border-radius: 6px 6px 0px 0px;
}

.iframe-pop-wrapper .pop-head h3 {
	margin: 0;
}

.iframe-pop-wrapper .pop-body {
	padding: 30px 15px;
}

.row-parent .row {
	margin-left: 0;
	margin-right: 0;
}

.quick-sms {
	display: block;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 6px;
	padding: 30px 40px;
}

.health-status {
	display: inline-block;
	min-width: 172px;
	padding: 0px 12px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-radius: 3px;
}

.health-status.passed {
	background: #e1ffe8;
	color: #28a745;
	border: 1px solid #78e891;
}

.health-status.failed {
	background: #fdebee;
	color: #e21232;
	border: 1px solid #ffb4bf;
}

.upgrade-plan {
	padding: 0px 5px;
	overflow: hidden;
	padding-bottom: 30px;
}

.upgrade-box {
	background: #fff;
	padding: 2px;
	border-radius: 5px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 20px -5px 0px -5px;
}

.upgrade-box .upg-left {
	display: block;
	background: #f8f4f5;
	border-radius: 4px;
	padding: 30px;
	padding-right: 15px;
	position: relative;
	margin-right: 0px;
}

.upgrade-box .upg-left h2 {
	word-break: break-all;
}

.upgrade-box .upg-right {
	display: block;
	border-radius: 4px;
	position: relative;
	margin-left: -30px;
	padding: 30px;
}

@media (max-width: 767px) {
	.upgrade-box .upg-right {
		margin-left: 0;
	}
}

.upgrade-box .upg-right ul li {
	margin: 0;
}

.upgrade-box .upg-right h5 {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0px;
}

.upgrade-box .upg-right .channel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.upgrade-box .upg-right .channel .input-group {
	max-width: 100px;
}

.upgrade-box .upg-right .channel .form-control {
	margin: 0px 16px 0px 0px;
	font-weight: 500;
}

.upgrade-box ul li {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.upgrade-box ul li a {
	text-decoration: underline;
	font-size: 14px;
	color: #e21232;
}

.upgrade-box .cm-btns {
	margin-top: 25px;
	color: #fff;
	text-decoration: none;
}

.upgrade-box .custom-control {
	padding-left: 30px;
}

.upgrade-box .custom-control label {
	line-height: 20px;
	font-weight: 500;
}

.upgrade-box .custom-control label::before,
.upgrade-box .custom-control label::after {
	left: -30px;
	top: -1px;
}

.upgrade-box .custom-control label span {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #857678;
}

.upgrade-box .custom-control label a {
	color: #e21232;
	text-decoration: underline;
}

.cm-listing {
	display: block;
}

.cm-listing ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #685a5d;
	display: block;
	position: relative;
	padding: 14px 0px 16px 27px;
	border-top: 1px dashed #c0c3c5;
	margin: 0;
}

.cm-listing ul li:first-child {
	border-top: none;
}

.cm-listing ul li:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/li-tick.png) no-repeat;
	left: -2px;
	top: 12px;
	position: absolute;
}

.cm-listing ul li a {
	color: #e70f2d;
}

.cm-listing ul li a:hover {
	text-decoration: underline;
}

/* Bank Change Banner Styles */
.crazytel-bank-change-banner {
	background-color: #d1ecf1 !important;
	border-color: #bee5eb !important;
	color: #0c5460 !important;
	border-left: 4px solid #17a2b8 !important;
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}

.crazytel-bank-change-banner i {
	margin-right: 8px;
	color: #17a2b8 !important;
}

.crazytel-bank-change-banner strong {
	color: #0c5460 !important;
	font-weight: 600;
}

.crazytel-bank-change-banner .close {
	color: #0c5460 !important;
	opacity: 0.8;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-shadow: none;
}

.crazytel-bank-change-banner .close:hover {
	opacity: 1;
	color: #0c5460 !important;
}

/* Dark theme support for bank change banner */
[data-theme-mode="dark"] .crazytel-bank-change-banner {
	background-color: #1a1a1a !important;
	border-color: #333 !important;
	color: #17a2b8 !important;
	border-left: 4px solid #17a2b8 !important;
}

[data-theme-mode="dark"] .crazytel-bank-change-banner i {
	color: #17a2b8 !important;
}

[data-theme-mode="dark"] .crazytel-bank-change-banner strong {
	color: #ffffff !important;
}

[data-theme-mode="dark"] .crazytel-bank-change-banner .close {
	color: #ffffff !important;
	filter: invert(1);
}

/* Bank Detail Copy Button Styles */
.bank-detail-with-copy {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
}

.bank-detail-with-copy p {
	margin: 0;
	flex: 1;
	min-width: 0;
}

.crazytel-copy-btn {
	background-color: #e21232;
	border: none;
	color: white;
	padding: 6px 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 28px;
}

.crazytel-copy-btn:hover {
	background-color: #c10e29;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.crazytel-copy-btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.crazytel-copy-btn i {
	font-size: 11px;
}

/* Dark theme support for copy buttons */
[data-theme-mode="dark"] .crazytel-copy-btn {
	background-color: #e21232;
	color: #ffffff;
}

[data-theme-mode="dark"] .crazytel-copy-btn:hover {
	background-color: #c10e29;
}

/* Payment Reference Warning Alert Styles */
.crazytel-payment-reference-warning {
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
	color: #721c24 !important;
	border-left: 4px solid #dc3545 !important;
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.crazytel-payment-reference-warning i {
	margin-right: 8px;
	color: #dc3545 !important;
	font-size: 16px;
}

.crazytel-payment-reference-warning strong {
	color: #721c24 !important;
	font-weight: 700;
}

/* Dark theme support for payment reference warning */
[data-theme-mode="dark"] .crazytel-payment-reference-warning {
	background-color: #1a1a1a !important;
	border-color: #333 !important;
	color: #ff6b6b !important;
	border-left: 4px solid #dc3545 !important;
}

[data-theme-mode="dark"] .crazytel-payment-reference-warning i {
	color: #dc3545 !important;
}

[data-theme-mode="dark"] .crazytel-payment-reference-warning strong {
	color: #ffffff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.bank-detail-with-copy {
		gap: 8px;
	}
	
	.crazytel-copy-btn {
		font-size: 11px;
		padding: 4px 8px;
		min-width: 28px;
		height: 24px;
		flex-shrink: 0;
	}
	
	.crazytel-payment-reference-warning {
		font-size: 13px;
		padding: 12px 15px;
	}
}

/* Crazytel Account Number Highlight Styles */
.crazytel-account-highlight {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 2px solid #e21232;
	border-radius: 8px;
	padding: 20px;
	margin: 15px 0;
	box-shadow: 0 4px 8px rgba(226, 18, 50, 0.1);
}

.account-number-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.account-number-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #2f1418;
	font-weight: 600;
	font-size: 16px;
}

.account-number-label i {
	color: #e21232;
	font-size: 18px;
}

.account-number-display {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #ffffff;
	border: 2px solid #e21232;
	border-radius: 6px;
	padding: 12px 16px;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.account-number-value {
	font-family: 'Courier New', monospace;
	font-size: 24px;
	font-weight: bold;
	color: #e21232;
	letter-spacing: 2px;
	flex: 1;
	text-align: center;
	background: linear-gradient(45deg, #e21232, #c10e29);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.account-copy-btn {
	background-color: #e21232 !important;
	border: 2px solid #c10e29 !important;
	padding: 8px 12px !important;
	font-size: 14px !important;
	min-width: 40px !important;
	height: 36px !important;
}

.account-copy-btn:hover {
	background-color: #c10e29 !important;
	border-color: #a00d26 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(226, 18, 50, 0.3);
}

/* Dark theme support for account number highlight */
[data-theme-mode="dark"] .crazytel-account-highlight {
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
	border-color: #e21232;
}

[data-theme-mode="dark"] .account-number-label {
	color: #ffffff;
}

[data-theme-mode="dark"] .account-number-display {
	background-color: #0d0d0d;
	border-color: #e21232;
}

[data-theme-mode="dark"] .account-number-value {
	color: #e21232;
	background: linear-gradient(45deg, #e21232, #ff4757);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Responsive adjustments for account number */
@media (max-width: 768px) {
	.crazytel-account-highlight {
		padding: 15px;
		margin: 10px 0;
	}
	
	.account-number-label {
		font-size: 14px;
	}
	
	.account-number-value {
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	.account-number-display {
		padding: 10px 12px;
		gap: 8px;
	}
	
	.account-copy-btn {
		padding: 6px 10px !important;
		font-size: 12px !important;
		min-width: 36px !important;
		height: 32px !important;
	}
}

/* Bank Transfer Info Modal Backdrop */
#bankTransferInfoModal.modal.fade .modal-dialog {
	transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

#bankTransferInfoModal.modal.show .modal-dialog {
	transform: none;
}

#bankTransferInfoModal .modal-backdrop {
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(4px);
}

/* Bank Transfer Info Modal Styles */
.crazytel-bank-info-modal {
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(226, 18, 50, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	border: none;
	overflow: hidden;
	animation: crazytelBankModalSlideIn 0.4s ease-out;
}

@keyframes crazytelBankModalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-30px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.crazytel-bank-info-modal-header {
	background: linear-gradient(135deg, #e21232 0%, #c10e29 100%);
	color: #ffffff;
	border-bottom: none;
	padding: 30px 35px;
	border-radius: 16px 16px 0 0;
	position: relative;
	overflow: hidden;
}

.crazytel-bank-info-modal-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
	pointer-events: none;
}

.crazytel-bank-info-modal-header .modal-title {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 1;
	letter-spacing: -0.3px;
}

.crazytel-bank-info-modal-header .modal-title i {
	color: #ffffff;
	font-size: 26px;
	animation: crazytelBoltPulse 2s ease-in-out infinite;
}

@keyframes crazytelBoltPulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.15);
		opacity: 0.9;
	}
}

.crazytel-bank-info-modal-close {
	color: #ffffff;
	opacity: 1;
	text-shadow: none;
	font-size: 30px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.crazytel-bank-info-modal-close:hover {
	color: #ffffff;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.15);
	transform: rotate(90deg);
}

.crazytel-bank-info-modal-body {
	padding: 0;
	background-color: #ffffff;
}

/* Hero Section */
.crazytel-bank-info-hero {
	text-align: center;
	padding: 35px 35px 30px;
	background: linear-gradient(135deg, #ffe5e9 0%, #fff0f2 100%);
	border-bottom: none;
	position: relative;
}

.crazytel-bank-info-hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #e21232, transparent);
	opacity: 0.3;
}

.crazytel-bank-info-icon-wrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #e21232 0%, #ff1744 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(226, 18, 50, 0.4), 0 0 0 8px rgba(226, 18, 50, 0.1);
	animation: crazytelIconFloat 3s ease-in-out infinite;
	position: relative;
}

.crazytel-bank-info-icon-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(135deg, #e21232 0%, #ff1744 100%);
	animation: crazytelIconPulse 2s ease-in-out infinite;
	opacity: 0.4;
}

@keyframes crazytelIconFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

@keyframes crazytelIconPulse {
	0%, 100% { transform: scale(1); opacity: 0.4; }
	50% { transform: scale(1.15); opacity: 0.1; }
}

.crazytel-bank-info-icon-wrapper i {
	font-size: 48px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.crazytel-bank-info-subtitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #e21232;
	font-weight: 700;
	margin: 0;
}

/* Lead Text */
.crazytel-bank-info-lead {
	font-size: 16px;
	line-height: 1.8;
	color: #2f1418;
	margin: 0;
	padding: 25px 35px;
	text-align: center;
	font-weight: 400;
}

.crazytel-bank-info-lead strong {
	color: #e21232;
	font-weight: 700;
}

/* Divider */
.crazytel-bank-info-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px 20px;
	position: relative;
}

.crazytel-bank-info-divider::before,
.crazytel-bank-info-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: linear-gradient(to right, transparent, #e0e0e0, transparent);
}

.crazytel-bank-info-divider span {
	padding: 0 20px;
	font-size: 13px;
	font-weight: 700;
	color: #e21232;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.crazytel-bank-info-divider span i {
	font-size: 16px;
}

/* Cards Grid */
.crazytel-bank-info-cards {
	padding: 0 35px 35px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.crazytel-bank-info-card {
	background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
	border: none;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	gap: 20px;
	align-items: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.crazytel-bank-info-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(180deg, #e21232 0%, #ff1744 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.crazytel-bank-info-card::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(226, 18, 50, 0.05) 0%, transparent 70%);
	transition: all 0.5s ease;
	opacity: 0;
}

.crazytel-bank-info-card:hover {
	box-shadow: 0 12px 30px rgba(226, 18, 50, 0.2);
	transform: translateY(-4px) scale(1.02);
}

.crazytel-bank-info-card:hover::before {
	opacity: 1;
}

.crazytel-bank-info-card:hover::after {
	opacity: 1;
	top: -10%;
	right: -10%;
}

.crazytel-bank-info-card-icon {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, #e21232 0%, #ff1744 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	box-shadow: 0 4px 15px rgba(226, 18, 50, 0.3);
	position: relative;
	z-index: 1;
}

.crazytel-bank-info-card:hover .crazytel-bank-info-card-icon {
	transform: rotate(360deg) scale(1.1);
	box-shadow: 0 8px 25px rgba(226, 18, 50, 0.5);
}

.crazytel-bank-info-card-icon i {
	font-size: 28px;
	color: #ffffff;
	transition: all 0.3s ease;
}

.crazytel-bank-info-card-content {
	flex: 1;
	position: relative;
	z-index: 1;
}

.crazytel-bank-info-card-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #2f1418;
	margin: 0 0 6px 0;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.crazytel-bank-info-card:hover .crazytel-bank-info-card-content h6 {
	color: #e21232;
}

.crazytel-bank-info-card-content p {
	font-size: 14px;
	color: #696264;
	margin: 0;
	line-height: 1.7;
}

.crazytel-bank-info-modal-footer {
	padding: 25px 35px;
	background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
	border-top: 1px solid #e8e8e8;
	border-radius: 0 0 16px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.crazytel-bank-info-checkbox-container {
	display: flex;
	align-items: center;
}

.crazytel-bank-info-checkbox-label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #696264;
	margin: 0;
	cursor: pointer;
	user-select: none;
	transition: color 0.2s ease;
	padding: 5px 8px;
	border-radius: 6px;
}

.crazytel-bank-info-checkbox-label:hover {
	color: #2f1418;
	background-color: rgba(226, 18, 50, 0.03);
}

.crazytel-bank-info-checkbox {
	width: 20px;
	height: 20px;
	cursor: pointer;
	accent-color: #e21232;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.crazytel-bank-info-checkbox:checked {
	transform: scale(1.1);
}

.crazytel-bank-info-modal-footer .cm-btns {
	padding: 0px 45px;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(226, 18, 50, 0.25);
}

.crazytel-bank-info-modal-footer .cm-btns:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(226, 18, 50, 0.35);
}

/* Dark theme support for bank transfer info modal */
[data-theme-mode="dark"] .crazytel-bank-info-modal {
	background-color: #1a1a1a;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

[data-theme-mode="dark"] .crazytel-bank-info-modal-header {
	background: linear-gradient(135deg, #c10e29 0%, #9a0b21 100%);
}

[data-theme-mode="dark"] .crazytel-bank-info-modal-header::before {
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
}

[data-theme-mode="dark"] .crazytel-bank-info-modal-body {
	background-color: #1a1a1a;
}

[data-theme-mode="dark"] .crazytel-bank-info-hero {
	background: linear-gradient(135deg, #2a1a1d 0%, #1a1010 100%);
}

[data-theme-mode="dark"] .crazytel-bank-info-hero::after {
	background: linear-gradient(90deg, transparent, #e21232, transparent);
	opacity: 0.5;
}

[data-theme-mode="dark"] .crazytel-bank-info-icon-wrapper {
	box-shadow: 0 10px 30px rgba(226, 18, 50, 0.6), 0 0 0 8px rgba(226, 18, 50, 0.15);
}

[data-theme-mode="dark"] .crazytel-bank-info-subtitle {
	color: #ff5757;
}

[data-theme-mode="dark"] .crazytel-bank-info-lead {
	color: #ffffff;
}

[data-theme-mode="dark"] .crazytel-bank-info-lead strong {
	color: #ff5757;
}

[data-theme-mode="dark"] .crazytel-bank-info-divider::before,
[data-theme-mode="dark"] .crazytel-bank-info-divider::after {
	background: linear-gradient(to right, transparent, #333333, transparent);
}

[data-theme-mode="dark"] .crazytel-bank-info-divider span {
	color: #ff5757;
}

[data-theme-mode="dark"] .crazytel-bank-info-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

[data-theme-mode="dark"] .crazytel-bank-info-card::after {
	background: radial-gradient(circle, rgba(226, 18, 50, 0.1) 0%, transparent 70%);
}

[data-theme-mode="dark"] .crazytel-bank-info-card:hover {
	box-shadow: 0 12px 30px rgba(226, 18, 50, 0.4);
}

[data-theme-mode="dark"] .crazytel-bank-info-card-icon {
	box-shadow: 0 4px 15px rgba(226, 18, 50, 0.5);
}

[data-theme-mode="dark"] .crazytel-bank-info-card:hover .crazytel-bank-info-card-icon {
	box-shadow: 0 8px 25px rgba(226, 18, 50, 0.7);
}

[data-theme-mode="dark"] .crazytel-bank-info-card-content h6 {
	color: #ffffff;
}

[data-theme-mode="dark"] .crazytel-bank-info-card:hover .crazytel-bank-info-card-content h6 {
	color: #ff5757;
}

[data-theme-mode="dark"] .crazytel-bank-info-card-content p {
	color: #cccccc;
}

[data-theme-mode="dark"] .crazytel-bank-info-modal-footer {
	background: linear-gradient(135deg, #0d0d0d 0%, #111111 100%);
	border-color: #333;
}

[data-theme-mode="dark"] .crazytel-bank-info-checkbox-label {
	color: #cccccc;
}

[data-theme-mode="dark"] .crazytel-bank-info-checkbox-label:hover {
	color: #ffffff;
	background-color: rgba(226, 18, 50, 0.1);
}

[data-theme-mode="dark"] .crazytel-bank-info-modal-close {
	color: #ffffff;
	opacity: 1;
}

[data-theme-mode="dark"] .crazytel-bank-info-modal-close:hover {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments for bank info modal */
@media (max-width: 768px) {
	.crazytel-bank-info-modal {
		border-radius: 12px;
		margin: 10px;
	}

	.crazytel-bank-info-modal-header {
		padding: 20px 25px;
		border-radius: 12px 12px 0 0;
	}

	.crazytel-bank-info-modal-header .modal-title {
		font-size: 18px;
		gap: 10px;
	}

	.crazytel-bank-info-modal-header .modal-title i {
		font-size: 22px;
	}

	.crazytel-bank-info-modal-close {
		width: 32px;
		height: 32px;
		font-size: 26px;
	}

	.crazytel-bank-info-hero {
		padding: 28px 20px 25px;
	}

	.crazytel-bank-info-icon-wrapper {
		width: 85px;
		height: 85px;
	}

	.crazytel-bank-info-icon-wrapper i {
		font-size: 40px;
	}

	.crazytel-bank-info-subtitle {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.crazytel-bank-info-lead {
		font-size: 15px;
		padding: 20px 20px;
	}

	.crazytel-bank-info-divider {
		padding: 0 20px 15px;
	}

	.crazytel-bank-info-divider span {
		font-size: 11px;
		padding: 0 15px;
	}

	.crazytel-bank-info-cards {
		padding: 0 20px 30px;
		gap: 15px;
	}

	.crazytel-bank-info-card {
		padding: 20px;
		gap: 16px;
	}

	.crazytel-bank-info-card-icon {
		width: 56px;
		height: 56px;
	}

	.crazytel-bank-info-card-icon i {
		font-size: 24px;
	}

	.crazytel-bank-info-card-content h6 {
		font-size: 15px;
	}

	.crazytel-bank-info-card-content p {
		font-size: 13px;
	}

	.crazytel-bank-info-modal-footer {
		padding: 20px 25px;
		flex-direction: column;
		gap: 15px;
		align-items: stretch;
		border-radius: 0 0 12px 12px;
	}

	.crazytel-bank-info-checkbox-container {
		width: 100%;
		justify-content: center;
	}

	.crazytel-bank-info-checkbox-label {
		justify-content: center;
	}

	.crazytel-bank-info-modal-footer .cm-btns {
		width: 100%;
		text-align: center;
		padding: 0px 30px;
	}
}

/* ================================================================================================
   ID VERIFICATION COMPLETED PAGE STYLES
   ================================================================================================ */

/* Body Override for ID Verification Page */
.id-verification-body {
	padding: 40px 15px !important;
	min-height: 100vh;
	background: #f2f2f2;
}

.id-verification-body .login-page {
	display: block;
	width: 100%;
	height: auto;
	min-height: auto;
	padding: 0;
}

.id-verification-body .login-page:before,
.id-verification-body .login-page:after {
	display: none;
}

/* Main Container */
.id-verification-completed-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
}

.id-verification-completed-container .head {
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	border: none;
}

.id-verification-completed-container .head .login-logo {
	position: static;
	margin-bottom: 16px;
}

/* Success Content Wrapper */
.id-verification-success-content {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

/* Success Icon Animations */
.id-verification-success-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.id-verification-success-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #f0fdf4;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: id-verification-icon-scale 0.5s ease-in-out;
}

@keyframes id-verification-icon-scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.id-verification-checkmark {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	stroke-width: 4;
	stroke: #22c55e;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	stroke-linejoin: round;
	margin: 0 auto;
}

.id-verification-checkmark-circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 4;
	stroke-miterlimit: 10;
	stroke: #22c55e;
	fill: none;
	animation: id-verification-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.id-verification-checkmark-check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	stroke: #22c55e;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	animation: id-verification-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

@keyframes id-verification-stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

/* Success Message */
.id-verification-success-message {
	margin-bottom: 40px;
}

.id-verification-success-title {
	font-size: 32px;
	font-weight: 700;
	color: #22c55e;
	margin-bottom: 10px;
	line-height: 1.2;
}

.id-verification-success-subtitle {
	font-size: 18px;
	color: #6b7280;
	margin: 0;
}

/* Information Cards */
.id-verification-info-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 40px;
	text-align: left;
}

.id-verification-info-card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 20px;
	background: #f9fafb;
	border-radius: 8px;
	border-left: 4px solid #e21232;
	transition: all 0.3s ease;
}

.id-verification-info-card:hover {
	background: #f3f4f6;
	transform: translateX(5px);
}

.id-verification-info-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: #e21232;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}

.id-verification-info-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1f2937;
	margin: 0 0 8px 0;
}

.id-verification-info-content p {
	font-size: 14px;
	color: #6b7280;
	margin: 0;
	line-height: 1.6;
}

/* Next Steps Section */
.id-verification-next-steps {
	text-align: left;
	margin-bottom: 40px;
	padding: 25px;
	background: #fef3f2;
	border-radius: 8px;
	border: 1px solid #fee2e2;
}

.id-verification-next-steps-title {
	font-size: 20px;
	font-weight: 600;
	color: #1f2937;
	margin: 0 0 20px 0;
	text-align: center;
}

.id-verification-steps-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.id-verification-steps-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #374151;
	line-height: 1.6;
}

.id-verification-steps-list li:last-child {
	margin-bottom: 0;
}

.id-verification-steps-list li i {
	color: #22c55e;
	font-size: 18px;
	margin-top: 2px;
	flex-shrink: 0;
}

/* Action Buttons */
.id-verification-actions {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
}

.id-verification-btn-primary,
.id-verification-btn-secondary {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 30px !important;
	font-size: 16px !important;
	line-height: 1 !important;
	border-radius: 6px !important;
	transition: all 0.3s ease;
	text-decoration: none;
}

.id-verification-btn-primary:hover,
.id-verification-btn-secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Support Information */
.id-verification-support {
	padding: 20px;
	background: #f9fafb;
	border-radius: 8px;
	margin-bottom: 20px;
}

.id-verification-support-text {
	font-size: 14px;
	color: #6b7280;
	margin: 0;
	line-height: 1.6;
}

.id-verification-support-text i {
	color: #e21232;
	margin-right: 5px;
}

.id-verification-support-text a {
	color: #e21232;
	text-decoration: none;
	font-weight: 600;
}

.id-verification-support-text a:hover {
	text-decoration: underline;
}

/* Footer */
.id-verification-footer {
	text-align: center;
	padding: 20px 0;
	color: #9ca3af;
	font-size: 14px;
}

.id-verification-footer p {
	margin: 0;
}

/* ================================================================================================
   RESPONSIVE STYLES - MOBILE FIRST APPROACH
   ================================================================================================ */

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.id-verification-success-content {
		padding: 50px 40px;
	}

	.id-verification-actions {
		flex-direction: row;
		justify-content: center;
	}

	.id-verification-btn-primary,
	.id-verification-btn-secondary {
		width: auto;
		min-width: 180px;
	}
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.id-verification-completed-container {
		padding: 30px;
	}

	.id-verification-success-title {
		font-size: 36px;
	}

	.id-verification-success-subtitle {
		font-size: 20px;
	}

	.id-verification-info-cards {
		grid-template-columns: 1fr;
	}
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.id-verification-success-content {
		padding: 60px 50px;
	}
}

/* Mobile Specific Adjustments (max-width: 480px) */
@media (max-width: 480px) {
	.id-verification-body {
		padding: 25px 10px !important;
	}

	.id-verification-completed-container {
		padding: 10px;
	}

	.id-verification-success-content {
		padding: 30px 20px;
		border-radius: 8px;
	}

	.id-verification-success-icon {
		width: 100px;
		height: 100px;
	}

	.id-verification-checkmark {
		width: 70px;
		height: 70px;
	}

	.id-verification-success-title {
		font-size: 26px;
	}

	.id-verification-success-subtitle {
		font-size: 16px;
	}

	.id-verification-info-card {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.id-verification-info-content {
		text-align: center;
	}

	.id-verification-info-icon {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

	.id-verification-next-steps {
		padding: 20px 15px;
	}

	.id-verification-steps-list li {
		font-size: 14px;
	}

	.id-verification-btn-primary,
	.id-verification-btn-secondary {
		padding: 12px 20px !important;
		font-size: 14px !important;
	}

	.id-verification-support {
		padding: 15px;
	}

	.id-verification-support-text {
		font-size: 13px;
	}
}

/* Extra Small Devices (portrait phones, less than 375px) */
@media (max-width: 374px) {
	.id-verification-body {
		padding: 18px 8px !important;
	}

	.id-verification-success-title {
		font-size: 24px;
	}

	.id-verification-success-subtitle {
		font-size: 15px;
	}

	.id-verification-info-content h3 {
		font-size: 16px;
	}

	.id-verification-info-content p {
		font-size: 13px;
	}
}

/* Print Styles */
@media print {
	.id-verification-actions,
	.id-verification-support {
		display: none;
	}

	.id-verification-success-content {
		box-shadow: none;
		border: 1px solid #e5e7eb;
	}
}
