.d-block {
	display: block !important;
}
.d-inline{
	display: inline !important;
}
.d-flex {
	display: flex !important;
}
.d-none {
	display: none !important;
}
.flex-dir-col {
	flex-direction: column !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-space-between {
	justify-content: space-between !important;
}
.justify-space-around {
	justify-content: space-around !important;
}
.justify-flex-end {
	justify-content: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.d-none {
	display: none !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.visibility-hidden {
	visibility: hidden !important;
}
.item-center {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.item-start-center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.item-end-center {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.item-space-betn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item-center-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-space-around {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.item-flex {
	display: flex;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.pointer {
	cursor: pointer !important;
}
.cursor-default{
	cursor: default !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.font-semibold {
	font-weight: 500 !important;
}
.rounded {
	border-radius: 50% !important;
}
.no-border {
	border-radius: 0px !important;
}
.noborder {
	border: none !important;
}
.float-right {
	float: right !important;
}
.fullwidth {
	width: 100% !important;
}
.fullheight {
	height: 100% !important;
}
.width-auto {
	width: auto !important;
}
#kNotifier {
	margin-top: 20px;
	display: none;
}
.color-red {
	color: #db2828 !important;
}
.color-white {
	color: white !important;
}
.color-gray {
	color: gray !important;
}
.color-teal {
	color: #008080 !important;
}
.color-black {
	color: rgba(0, 0, 0, 0.87) !important;
}
.color-lightgray {
	color: lightgray !important;
}
.bg-light-purple {
	background: #ebe5f0 !important;
}
.bg-lightgray {
	background: #f2f2f2 !important;
}
.bg-lightpurple {
	background: #F7F4FA !important;
}
.text-underline {
	text-decoration: underline !important;
}
.inline-block {
	display: inline-block !important;
}
.pointer-none {
	pointer-events: none !important;
}

/*Font sizes */

.size-11 {
	font-size: 11px !important;
}

.size-12 {
	font-size: 12px !important;
}

.size-13 {
	font-size: 13px !important;
}

.size-14 {
	font-size: 14px !important;
}

.size-15 {
	font-size: 15px !important;
}

.size-16 {
	font-size: 16px !important;
}

.size-17 {
	font-size: 17px !important;
}

.size-18 {
	font-size: 18px !important;
}

.size-20 {
	font-size: 20px !important;
}
.size-24 {
	font-size: 24px !important;
}
.width-100 {
	width: 100% !important;
}
.width-75 {
	width: 75% !important;
}
.width-50 {
	width: 50% !important;
}
.width-25 {
	width: 60% !important;
}

.height-100 {
	height: 100% !important;
}
.height-75 {
	height: 75% !important;
}
.height-50 {
	height: 50% !important;
}
.height-25 {
	height: 60% !important;
}

.max-height-100px{
	max-height: 100px !important ;
}

/* overflow styles */
.overflow-hidden{
	overflow: hidden !important;
}
.overflow-scroll{
	overflow: scroll !important;
}

/* positions */
.position-rel{
	position:relative;
}

.position-abs{
	position:absolute;
}



.underlineField {
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #dfdfdf !important;
	font-weight: normal !important;
	/*width: 100% !important;*/
}
.underlineField .menu {
	border-color: #ece3e3 !important;
	border-radius: 0px !important;
}
.ui.link.button {
	padding: 15px 0px !important;
	font-size: 17px !important;
	background-color: transparent !important;
}
.ui.link.positive.button {
	color: #faa61a !important;
}
.ui.modal .header {
	background: #5d2e8e;
	color: white;
}
.khaltiBorer {
	border-color:#5d2e8e!important;
}
.khalti-error {
	margin-top: 3px !important;
	font-weight: normal;
	color: #ba0e0e;
}
.khalti-helptext {
	font-size: 13px !important;
	margin-top: 5px !important;
	font-weight: normal;
	color: grey;
}
.ui.segment,
.ui.segments {
	box-shadow: none;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
.ui.form .field :disabled {
	opacity: 0.7;
}
.ui.primary.disabled.button {
	opacity: 0.5 !important;
}
/*:global(.underlineField .menu .option .ui.label) {
	background: transparent !important;
	color: black !important;
	font-size: 14px !important
}*/

/*Calendar overrides */
.react-datepicker-wrapper {
	width: 100%;
}
.react-datepicker__input-container {
	width: 100%;
}
.react-datepicker__header {
	background: #5d2e8e !important;
}
.react-datepicker__header * {
	color: white !important;
}
.react-datepicker-popper[data-placement^="bottom"]
		.react-datepicker__triangle {
	border-bottom-color: #5d2e8e !important;
}

/*SVG Icon Wrapper*/

.IconWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.IconWrapper .IconContent {
	width: 150px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 10px 5px;
	/*box-shadow: 0px 0px 0px 1px #f2f2f2;*/
}
/*:global(.IconWrapper img) {
	width: 60px !important;
}*/

.ServiceListIcon {
	margin-bottom: 10px;
	border: 1px solid #f2f2f2 !important;
}
.ServiceListIcon img {
	height: 84px !important;
}

#pushMessageWebImg {
	display: block;
	width: 100%;
}

#pushMessageMobImg {
	display: none;
	width: 100%;
}

@media only screen and (max-width: 1499px) and (min-width: 992px) {
	.IconWrapper .IconContent {
		width: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.IconWrapper .IconContent {
		width: 120px; /* initial 100 */
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#pushMessageWebImg {
		display: none;
	}

	#pushMessageMobImg {
		display: block;
	}

	.modalButton.button.ui{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		font-size:  1rem !important;
	}

	.no-padding .ui.stackable.grid>.wide.column{
		padding: 0 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Semantc overrides */

@media only screen and (max-width: 1499px) and (min-width: 992px) {
	.ui.container {
		width: 100% !important;
	}

	.IconWrapper .IconContent {
		width: 130px;
	}
}
@media only screen and (max-width: 1499px) and (min-width: 768px) {
	html {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 12px;
	}
	body {
		/*background: white !important;*/
		padding-bottom: 50px;
	}
	.ui.container {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.ui.segment {
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 0px;
		/*border: none;*/
		box-shadow: none;
	}

	.IconWrapper .IconContent {
		width: 120px; /* initial 100 */
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.ServiceListIcon {
		width: 45% !important;
	}
	.dropdown .menu {
		max-height: 250px;
	}
	.ui.button {
		font-size: 15px;
	}
}

.slider-control-bottomcenter button {
	/*background: red !important;*/
	color: purple !important;
}

/* essentials */
.mg-top-0 {
	margin-top: 0px !important;
}
.mg-btm-0 {
	margin-bottom: 0px !important;
}
.mg-top-5 {
	margin-top: 5px !important;
}
.mg-btm-5 {
	margin-bottom: 5px !important;
}
.mg-top-10 {
	margin-top: 10px !important;
}
.mg-btm-10 {
	margin-bottom: 10px !important;
}
.mg-right-0 {
	margin-right: 0px !important;
}
.mg-right-5 {
	margin-right: 5px !important;
}
.mg-right-10 {
	margin-right: 10px !important;
}
.mg-top-15 {
	margin-top: 15px !important;
}
.mg-btm-15 {
	margin-bottom: 15px !important;
}
.mg-top-20 {
	margin-top: 20px !important;
}
.mg-btm-20 {
	margin-bottom: 20px !important;
}
.mg-left-10 {
	margin-left: 10px;
}
.mg-left-20 {
	margin-left: 20px;
}
.mg-top-30 {
	margin-top: 30px !important;
}
.mg-top-35 {
	margin-top: 35px !important;
}
.mg-btm-35 {
	margin-bottom: 35px !important;
}
.no-padding {
	padding: 0px !important;
}

.pd-5 {
	padding: 5px !important;
}
.pd-10 {
	padding: 10px !important;
}
.pd-15 {
	padding: 15px !important;
}
.pd-top-0 {
	padding-top: 0px !important;
}
.pd-left-0 {
	padding-left: 0px !important;
}
.pd-right-0 {
	padding-right: 0px !important;
}
.pd-btm-0 {
	padding-bottom: 0px !important;
}
.pd-left-10 {
	padding-left: 10px !important;
}

.pd-left-15 {
	padding-left: 15px !important;
}
.pd-right-10 {
	padding-right: 10px !important;
}
.pd-top-0 {
	padding-top: 0px !important;
}
.pd-top-5 {
	padding-top: 5px !important;
}
.pd-top-10 {
	padding-top: 10px !important;
}
.pd-top-15 {
	padding-top: 15px !important;
}
.pd-top-20 {
	padding-top: 20px !important;
}
.pd-left-20 {
	padding-left: 20px !important;
}

.pd-btm-5 {
	padding-bottom: 5px !important;
}
.pd-btm-10 {
	padding-bottom: 10px !important;
}
.pd-btm-20 {
	padding-bottom: 20px !important;
}
.pd-btm-10 {
	padding-bottom: 10px !important;
}
.pd-10 {
	padding: 10px !important;
}
.pd-5 {
	padding: 5px !important;
}
.pd-top-30 {
	padding-top: 30px !important;
}
.no-margin {
	margin: 0 !important;
}
.mg-top-50 {
	margin-top: 50px !important;
}
.mg-btm-50 {
	margin-bottom: 50px !important;
}
.opacity50 {
	opacity: 0.5 !important;
}
.mg-auto{
	margin: auto;
}


.rotate-0 {
	transform: rotate(0deg) !important;
}
.rotate-45 {
	transform: rotate(45deg) !important;
}

/* Extras */

.rule {
	height: 2px;
	background: #c3c3c3;
}
.rule:before,
.rule:after {
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 10px;
	float: left;
	background: #c3c3c3;
	margin-top: -4px;
}
.rule:after {
	float: right;
}
.infinite-scroll-component {
	overflow: hidden !important;
}

.push-msg-content {
	padding: 0px 15px 10px 15px;
	line-height: 20px;
}

/* Margins and Paddings */
.FreeAccountLimitCol{
	/* padding: 0.5rem !important */
}

/* input number change */

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

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

.image-cover{
	object-fit: cover !important;
}

/* json editor styles */
#json-editor-container{
	width:100% !important;
}

#json-editor-outer-box{
	width:100% !important;
}
#NotFoundPage--sVmSu {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#NotImg--1-wHT {
	height: 300px;
}

@media only screen and (max-width: 767px) {
	#NotFoundPage--sVmSu {
		border: none !important;
	}
}
#UpperInfoSegment--3KJo0 {
	padding-top: 14px;
	padding-bottom: auto;
	color: #4a4a4a;
}
.InfoSVGwrapper--1FaeB {
	height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F6FC;
    border-radius: 50%;
    margin-right: 8px;
}
.InfoSVGkeyText--37WsP {
	font-size: 12px;
	font-weight: bold;
	/*color: #666666;*/
	text-transform: uppercase;
}
.InfoSVGvalueText--muz0t {
	font-weight: bold;
	font-size: 20px;
	/*text-transform: uppercase;*/
}
.UpperInfoLeftIcon--10PpJ {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.BalanceInfo--MOlbS {
	display: flex;
	flex-wrap: wrap;
}
.BalanceInfo--MOlbS img {
	margin-right: 15px;
	height: 40px;
	width: 40px;
}
.BalanceInfo--MOlbS .Balance--1rtha {
	line-height: 22px;
}
.BalanceInfo--MOlbS .Info--2OE4q,
.BalanceTop--3C_DA {
	font-size: 1.3em;
	font-weight: bold;
}
#BottomNavMobile {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	#BottomNavMobile {
		display: flex !important;
	}
}
#SideNav .ui.secondary.vertical.menu .item>i.icon {
	margin-right: 10px !important;
	float: left;
}
#SideNav .ui.secondary.vertical.menu .item>i.dropdown.icon {
	float: right !important;
}
#kNav {
	position: fixed;
	width: 240px;
	height: 90vh;
	overflow-y: scroll;
	scrollbar-width: none;
	padding-bottom: 120px;
}
#kNav::-webkit-scrollbar {
	width: 0 !important;
	background: transparent;
}
#kNav .title.item {
	margin-top: 5px;
	margin-bottom: 5px;
	/*padding-top: 12px;
	padding-bottom: 12px;*/
}

.InfoImageWrapper--2DwI4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	float: left;

}
#UserInfoImg--3JcmL {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#UserInfoContent--3sRvm {
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}

#UpperNavWrapper {
	height: 100%;
}
#navLogo--3KoAE {
	width: 250px !important;
	border-radius: 0px;
	/*border-left: 1px solid #f2f2f2 !important;*/
	/*border-right: 1px solid #656d95 !important;*/
}

.navRelaxedMenu--1n8dq {
	/*padding: 10px 10px 10px 0px !important;*/
	min-width: 170px !important;
	padding: 10px !important;
}

#UpperNav .right.item {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#UpperNav .right.item .item {
	height: 100% !important;
}

#UpperNavMobile {
	height: 60px;
	display: none !important;
}
.NotificationLabel--mXOvO {
	top: 0.8em !important;
	left: 4em !important;
}

#Searcher--2hH3F {
	width: auto;
}

.GlobalSearch .results .result {
	display: flex !important;
	align-items: center !important;
}

.GlobalSearch .results .result .image {
	height: 40px !important;
	width: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 7px !important;
	background: #f2f2f2 !important;
	border-radius: 50% !important;*/
}

.GlobalSearch .results .result .content {
	margin-left: 10px !important;
}
@media only screen and (max-width: 320px) {
	#Searcher {
		width: 150px;
	}
}

@media only screen and (max-width: 767px) {
	#UpperNav {
		display: none !important;
	}
	#UpperNavMobile {
		display: block !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		padding: 0px 10px;
	}
	#UpperNavMobile .item {
		height: 100% !important;
		width: auto !important;
		font-size: 15px !important;
	}
	#UpperNavMobile #MobileRightMenu {
		margin-left: auto !important;
	}
	#BottomNavWrapper {
		display: block !important;
	}
}

.CONTACT_ITEM--1gVyV {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: inherit;
}
.CONTACT_ITEM--1gVyV:hover {
	color: #5d2e8e;
}

.smallfont--3jFl4 {
	font-size: 14px !important;
}

.mediumfont--2lkaf {
	font-size: 16px !important;
}


.textCenter--RPdpy {
  text-align: center;
  /* background-color: #E9EBF2 !important; */
  color: #5c2d91 !important;
  font-weight: bold;
}
.yellowish--IloEE {
  color: #faa61a !important;
}

.titleWrapper--Q_meL {
  font-size: 16px !important;
}

.marginedExtra--1uNl9 {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.comingSoon--161cB {
  font-size: 14px;
  color: #faa61a;
}

.votingClosed--15NZ0 {
  font-size: 14px;
  color: red;
  align-self: center;
}

.countdownLabel--2ti44 {
  margin: 6px 0 !important;
  color: #848484;
}

.padded--12678 {
  padding: 15px !important;
}

.noBackground--1wxLS {
  background-color: transparent !important;
  padding: 10px;
}

.voteButton--2abpr {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  margin-top: -16px;
  color: #fff;
  font-size: 16px;
}

.timeLabel--1eAAn {
  padding-top: 5px;
  color: #848484;
}

.duration--HTzqR {
  font-size: 18px;
  font-weight: 700;
}

.exploreButton--Poq4s {
  /* background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  ); */
  /* background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31); */
  padding: 10px 40px;
  border-radius: 20px;
  margin-top: -16px;
  color: #0f0f0f;
  font-size: 16px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.exploreButton--Poq4s:hover{
    color: #5c2d91;
  border: 1px solid #5c2d91;
}
.bannerWrapper--1GaAL {
  padding: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 33.33%;
  border-radius: 10px;
}

.banner--10Lhi {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.logoWrapper--HSD-0 {
  background-color: transparent;
  position: relative;
  top: -75.5px;
  left: 20px;
  margin-bottom: -75.5px;
  object-fit: cover;
}

.logoImage--3dwH5 {
  border: 7px solid white;
  height: 151px;
  width: 151px;
  border-radius: 50%;
  object-fit: cover;
}

.contestName--2_JFn {
  text-align: left;
}

.votingActionWrapper--1bqzT {
  width: 100%;
  /* margin: 20px 0px; */
  display: flex;
  justify-content: space-between;
}
.actionLeft--pW_9a {
  display: flex;
  align-items: center;
}

.iconWrapper--XSVl- {
  padding: 5px;
  border-radius: 50%;
  background-color: white;
  margin-right: 12px;
}

.labelWrapper--3NcNe {
  font-size: 16px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.valueWrapper--1H_uw {
  display: flex;
  padding-left: 20px;
}
.brandColor--390Kg {
  color: #50247f;
}
.timeWrapper--3SLMC {
  background-color: transparent !important;
  text-align: center;
  color: #50247f !important;
  padding-left: 20px;
  font-size: 18px !important;
}

.timeLabel--1kB_e {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px !important;
  padding-top: 5px;
}

.actionRight--Kn2rh {
  align-self: center;
}

.yellowish--2aKr_ {
  color: #faa61a !important;
}

.videoSegmentHeader--d-7WV {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.videosContainer--2ddur {
  color: #333333;
}

.videoTitle--3jQuc {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .logoImage--3dwH5 {
    height: 130px;
    width: 130px;
  }

  .actionLeft--pW_9a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .valueWrapper--1H_uw {
    margin-top: 10px;
    padding-left: 0;
  }

  .contestName--2_JFn {
    text-align: center;
  }

  .logoWrapper--HSD-0 {
    top: -65px;
    left: calc(50% - 65px);
    margin-bottom: -65px;
  }
}
.voteButton--3ftcP {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  margin-top: -16px;
  color: #fff;
  font-size: 16px;
}
.boxing--3LQCX {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
}

.bannerWrapper--2VbU4 {
  padding: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 33.33%;
  border-radius: 10px;
}

.banner--rifZe {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.logoWrapper--3Phnf {
  background-color: transparent;
  position: relative;
  top: -75.5px;
  left: 20px;
  margin-bottom: -75.5px;
  object-fit: cover;
}

.logoImage--zrJh2 {
  border: 7px solid white;
  height: 151px;
  width: 151px;
  border-radius: 50%;
  object-fit: cover;
}

.contestName--1XQqu {
  text-align: left;
}

.votingActionWrapper--1lc6z {
  width: 100%;
  /* margin: 20px 0px; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 48px;
}
.actionLeft--2qF1N {
  display: flex;
  align-items: center;
}

.iconWrapper--1zS3_ {
  padding: 5px;
  border-radius: 50%;
  background-color: white;
  margin-right: 12px;
}

.labelWrapper--2QKIB {
  font-size: 16px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.valueWrapper--2Z_P9 {
  display: flex;
  padding-left: 20px;
}
.brandColor--23XtF {
  color: #50247f;
}
.timeWrapper--3QH3a {
  background-color: transparent !important;
  text-align: center;
  color: #50247f !important;
  padding-left: 20px;
  font-size: 18px !important;
}

.timeLabel--wCHmW {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px !important;
  padding-top: 5px;
}

.actionRight--3IXE2 {
  align-self: center;
}

.yellowish--3G769 {
  color: #faa61a !important;
}

.videoSegmentHeader--1hAPP {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.videosContainer--2AH0f {
  color: #333333;
}

.videoTitle--2vrF8 {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .logoImage--zrJh2 {
    height: 130px;
    width: 130px;
  }

  .actionLeft--2qF1N {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .valueWrapper--2Z_P9 {
    margin-top: 10px;
    padding-left: 0;
  }

  .contestName--1XQqu {
    text-align: center;
  }

  .logoWrapper--3Phnf {
    top: -65px;
    left: calc(50% - 65px);
    margin-bottom: -65px;
  }
}
.logoImage--zrJh2 {
  border: 7px solid white;
  height: 151px;
  width: 151px;
  border-radius: 50%;
  object-fit: cover;
}
.boxing--1VgKF {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
}
.voteButton--Mr_h7 {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}

.logoImage--2m_TF {
  /* border: 7px solid white; */
  margin: 0;
  padding: 0;
  /* height: 151px;
  width: 151px; */
  width: 100%;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.boxing--3MbkO {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
}
.paddedBoxing--3vvH6 {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
  background-color: #fff;
  border-radius: 8px;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.voteButton--2bLTr {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
}
.disabledVoteButton--iqva0 {
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  background: #ff9f31;
  opacity: 0.5;
}
/* .disabledVoteButton {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
} */
.padder--Tg_Gf {
  padding: 8px 0px;
}

.field-error {
  color: #9f3a38;
  display: -webkit-box;
  display: block;
}

.placeholder-image--3_Hto {
  margin: 5px 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  border: none !important;
}

.delete-label--2Meit {
  cursor: pointer !important;
  position: absolute !important;
  background-color: #ccc;
  right: 0;
  padding: 3px;
  padding-bottom: 0;
  padding-top: 1px;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-bottom-left-radius: 5px;
}

.underlineField--1c1NU {
  border: none !important;
  border-radius: 0px !important;
  margin: 0 4px 4px 0 !important;
  border-bottom: 1px solid #90928b !important;
  font-weight: normal !important;
  background: transparent !important;
}

.poperClass--264AT {
  z-index: 1001 !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.logoImage--Hfe9R {
  /* border: 7px solid white; */
  margin: 0;
  padding: 0;
  /* height: 151px;
  width: 151px; */
  width: 100%;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.boxing--2zfM0 {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
}
.paddedBoxing--3f2Dc {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.voteButton--2PxIU {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
}
.voteButton--2PxIU:hover{
	color: #FFF;
}
.disabledVoteButton--2liTL {
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  background: #ff9f31;
  opacity: 0.5;
}
/* .disabledVoteButton {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
} */
.padder--3IVPI {
  padding: 8px 0px;
}

.logoImage--1MoBm {
  border: 7px solid white;
  height: 151px;
  width: 151px;
  border-radius: 50%;
  object-fit: cover;
}
.boxing--40IJT {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
}
.voteButton--26v1I {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}
.disabledVoteButton--21YqH {
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  background: #ff9f31;
  opacity: 0.5;
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}

#UpperNavWrapper {
	height: 100%;
}
#navLogo--3Lbcn {
	width: 250px !important;
	border-radius: 0px;
}

.navRelaxedMenu--3sQiS {
	/*padding: 10px 10px 10px 0px !important;*/
	min-width: 170px !important;
	padding: 10px !important;
}

#UpperNav .right.item {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#UpperNav .right.item .item {
	height: 100% !important;
}

#UpperNavMobile {
	height: 60px;
	display: none !important;
}
.NotificationLabel--2mSih {
	top: 0.8em !important;
	left: 4em !important;
}

#Searcher--3gHmY {
	width: auto;
}

.GlobalSearch .results .result {
	display: flex !important;
	align-items: center !important;
}

.GlobalSearch .results .result .image {
	height: 40px !important;
	width: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 7px !important;
	background: #f2f2f2 !important;
	border-radius: 50% !important;*/
}

.GlobalSearch .results .result .content {
	margin-left: 10px !important;
}
@media only screen and (max-width: 320px) {
	#Searcher {
		width: 150px;
    }
    #UpperNavMobile {
		display: block !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		padding: 0px 10px;
	}
	#UpperNavMobile .item {
		height: 100% !important;
		width: auto !important;
		font-size: 15px !important;
	}
	#UpperNavMobile #MobileRightMenu {
		margin-left: auto !important;
	}
	#BottomNavWrapper {
		display: block !important;
	}

}

@media only screen and (max-width: 767px) {
	#UpperNav {
		display: none !important;
	}
	#UpperNavMobile {
		display: block !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		padding: 0px 10px;
	}
	#UpperNavMobile .item {
		height: 100% !important;
		width: auto !important;
		font-size: 15px !important;
	}
	#UpperNavMobile #MobileRightMenu {
		margin-left: auto !important;
	}
	#BottomNavWrapper {
		display: block !important;
	}
}

#contentContainer--1T1OE {
	padding-left: 10px !important;
	padding-right: 10px !important;

}

@media only screen and (max-width: 767px) {
	.responsive_header--2mLOQ {
display: none;
	}
}

.showcontacts--23EAI {
  padding: 10px 0px;
  font-size: 16px;
}

#contentContainer--dctv1 {
	padding-left: 10px !important;
	padding-right: 10px !important;
	z-index: 0 !important;
}

@media only screen and (max-width: 767px) {
	#contentContainer--dctv1 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

#wrapper--bu2MV {
	/*padding-top: 35px;
	padding-bottom: 35px;*/
	margin-bottom: 0px !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
}

#walletTransferWrapper--3HZVY {
	padding: 40px 30px !important;
}

#MidContent--3wanf {
	/*margin-top: 25px;*/
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
}

#MidContent--3wanf > div:not(:last-child) {
	box-shadow: 0px 1px 0px 0px lightgray
}

.BannerImage--s4tYz {
	height: 265px;
	object-fit: cover;
	cursor: pointer;
}

.SectionClass--1Ib-X {
	margin-top: 30px;
	/*margin-bottom: 50px;*/
	padding-bottom: 30px;
}

.BannerSection--1ZaGP {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.SectionMultiItemContainer--Bkkxr {
	/*box-shadow: 0px 0px 0px 1px lightgray;*/
	padding: 20px;
	cursor: pointer;
}

.SectionMultiItem--2FdSx {
	height: 85px;
	width: 85px;
	object-fit: contain;
	box-shadow: 0px 0px 1px 1px lightgray;
	padding: 7px;
	border-radius: 10px;
}
.SectionWhatIsNew--2bvpp {
	display: flex;
	justify-content: space-evenly;
	/*align-items: center;*/
}

.SectionWhatIsNew--2bvpp img {
	height: 220px !important;
	width: auto !important;
}

.WhatsNew .slide {
	background: transparent !important;
}

.WhatsNewContent--1ysNS {
	margin-top: 30px;
}


@media only screen and (max-width: 767px) {
	#wrapper--bu2MV {
		padding-top: 7px;
		padding-bottom: 12px;
	}
	#MidContent--3wanf {
		margin-top: -13px;
	}
	.BannerImage--s4tYz {
		height: 140px;
	}
	.SectionClass--1Ib-X {
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.SectionMultiItem--2FdSx {
		height: 65px;
		width: 65px;
	}
	.SectionWhatIsNew--2bvpp img {
		height: 150px !important;
		width: auto !important;
	}
	.WhatsNewContent--1ysNS {
		margin-top: 10px;
	}

}

@media only screen and (max-width: 1300px) and (min-width: 768px){
	#wrapper--bu2MV {
		padding-top: 5px;
		padding-bottom: 2px;
	}
	.BannerImage--s4tYz {
		height: 265px;
	}
}
#FundWrapper--fUFs1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.FundItem--1yG4v {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.withdrawIcon--2Yixp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	/*border: 1px solid #f2f2f2;*/
	background: white;
}
.fundText--1pdtF {
	/*margin-top: 15px;*/
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
	.withdrawIcon--2Yixp {
		width: 60px;
		height: 60px;
	}
	.fundText--1pdtF {
		font-size: 12px;
		margin-left: 0px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 1300px) {
	.FundItem--1yG4v {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.fundText--1pdtF {
		margin-top: 10px;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 1499px) and (min-width: 768px) {
	.fundText--1pdtF {
		font-size: 14px;
		/*margin-top: 15px;
		margin-left: 0px;*/
	}
	.withdrawIcon--2Yixp {
		width: 55px;
		height: 55px;
	}
}


.ServiceWrapper--XF4I4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ServiceWrapper--XF4I4 div {
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ServiceWrapper--XF4I4 img {
	width: 60px !important;
}
.SectionName--3t2VM {
	margin-top: 20px !important;
	padding-left: 20px !important;
}

.ServiceActionWrapper--1A1dk {
	justify-content: flex-start !important;
}

.ServiceAction--2ibcP {
	height: 50px !important;
	width: 50px !important;
	background: #ebe5f0 !important;
	color: #5d2e8e !important;
	font-size: 45px !important;
	padding: 0px !important;
	margin-bottom: 0px;
}
.MobServiceAction--3EoTe {
	display: none !important;
}

@media only screen and (max-width: 1499px) and (min-width: 768px) {
	.ServiceWrapper--XF4I4 div {
		width: 130px;
		padding-top: 15px;
		padding-bottom: 15px;

	}
	.ServiceWrapper--XF4I4 img {
		height: 51px !important;
	}
	.ServiceWrapper--XF4I4 .ServiceName {
		margin-top: 3px;
	}
}

@media only screen and (max-width: 767px) {
	.ServiceWrapper--XF4I4 div {
		width: 120px; /* initial 100 */
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ServiceActionWrapper--1A1dk {
		display: none !important;
	}
	.MobServiceAction--3EoTe {
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: 50px;
		margin-top: 5px;
		border-top: 1px solid lightgray;
		border-bottom: 1px solid lightgray;
	}
}

#TopUp--2kzFy {
	padding-top: 30px !important;
}
.Container--_TiVt{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.SelfIcon--2g5zi {
	/*background: transparent !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    padding-right: 0px !important;*/
}
.Proceed--2qQ8H {
	margin-top: 20px !important;
}
#TopUpLabel--13kTT {
	padding: 10px 0px;
}
@media only screen and (max-width: 1300px) {
	#TopUpLabel--13kTT a.ui.label {
		font-size: 11px;
		/*margin-bottom: 5px;*/
	}
}
#PartialPaymentOption--3iBw7 .active {
	border-bottom: 2px solid #FAA61A !important;
}
#PartialPaymentOption--3iBw7 .optionItem {
	border-bottom: 2px solid #f2f2f2;
	cursor: pointer;
}
.Banks--27pNh {
	height: 500px;
	max-height: 300px;
	overflow-y: auto;
}
.ConfirmHeader--3Blfv {
	background-color: #5D2E8E !important;
	color: white !important;
}
.AskText--2EJLJ {
	margin-top: 15px !important;
	font-size: 16px;
    color: #666666 !important;
}
#ServiceConfirmModal--2-WWv .ui.table {
	font-size: 17px;
	color: #666666 !important;
}
#ServiceConfirmModal--2-WWv .ui.table tr td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 16px;
	color: #666666 !important;
	border-top: none !important;
}
#RadioOptions--3w1eN {
	display: flex;
	/*justify-content: space-between;*/
}
#RadioOptions--3w1eN div {
	min-width: 100px;
}
#UploadContainer--3YN-D {
	height: 200px;
    border: 1px dotted orange;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}
#Commission--1AC_u {
	background: #4DCFB2;
	box-shadow: none !important;
	color: #0F5E4D !important;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;

}
.Container--3NOgj {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin: 20px 0px !important;
}
.Container--3NOgj .Value--1Rw7L {
	font-size: 25px;
	font-weight: bold;
}

.ServiceImage--1rllB {
	height: 75px !important;
	width: auto !important;
}
.ui.label.Cashback--1wpv9 {
	font-size: 11px;
	background-color: #ebe5f0;
	font-weight: normal;
	color: #5d2e8e;
	margin-top: 2px;
	border-radius: 100px;
}
.NoCashback--3dAH9 {
	font-size: 10px;
	color: transparent;
}

@media only screen and (max-width: 767px) {
	.ServiceImage--1rllB {
		height: 40px !important;
		width: auto !important;
	}
	.Cashback--1wpv9 {
		font-size: 8px;
	}
}

#RechargeCard--16JNU {
	padding-top: 30px !important;
}
.Container--3SbgU{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}










#BookFlight .ui.fixed.sticky {
	margin-top: 67px !important;
	border-bottom: 1px solid #e5dddd;
}
#BookFlight .ui.fixed.sticky + .ui.segment {
	margin-top: 61px !important;
}
.SingleFlight--1Etti {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
.FlightDetail--pSYvu {
	box-shadow: none !important;
	border: none !important;
	border-top: 1px solid rgba(34,36,38,.15) !important;
	/*background: #f2f2f2 !important;*/

}
.Bonus--2M01c {
	color: white !important;
	background-color: #5d2e8e !important;
}
.Distance--25_wl {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.AirlineLogo--psNVM {
	width: 60px !important;
}
.AirlineName--3_y5R {
	margin-top: 10px;
	color: gray;
	text-align: center;
}
.FlightDistance--N6JYI {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}
.FlightDistance--N6JYI .Time--2Q8iT,
.FlightDistance--N6JYI .Meta--1wX6j {
	padding: 10px 0px;
}

.FlightDistance--N6JYI .Meta--1wX6j {
	color: gray;
}
.FlightTopFilter--2vVz_ {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 1.2em;
}
.InfoSection--3UUKy {
	display: flex;
	justify-content: space-between;
	/*padding: 20px;*/
	padding-bottom: 15px;
}
.InfoDest--1EHft {
	display: flex;
	justify-content: flex-start;
	font-size: 1.1em;
	font-weight: bold;
}
.InfoDest--1EHft .Destn--3bCS3 {
	display: flex;
	align-items: center;
	padding: 0px 20px;
	text-transform: uppercase;
}
.InfoDest--1EHft img {
	width: 25px !important;
}
.InfoMeta--dYRQ2 {
	display: flex;
	justify-content: flex-start;
	color: gray;
	margin-top: 10px;
}
.InfoMeta--dYRQ2 .Meta--1wX6j {
	padding: 0px 15px;
	line-height: 25px;
}
.Amount--3Kep7 {
	font-size: 17px;
	font-weight: bold;
}
.RefundText--1m8n9 {
	font-size: 12px;
	color: gray;
	padding-top: 5px;
}
.DestInfo--1a4OS {
	font-size: 1.3em;
    margin: 25px 10px;
    font-weight: bold;
    /*padding-top: 25px;*/
}
.FilterWrapper--1pi6P {
	padding: 10px;
	margin-top: 5px;
	border-top: 1px solid #f2f2f2;
}
.FilterType--2qZTb {
	color: gray;
	font-size: 15px;
	margin: 7px 0px;
}
.FilterHead--3yZzg {
	display: flex;
	justify-content: center;
	align-items: center;
}
.FilterHead--3yZzg img {
	width: 20px !important;
	height: 17px !important;
}

@media only screen and (max-width: 767px) {
	.AirlineLogo--psNVM {
		width: 40px !important;
	}
	#BookFlight .ui.fixed.sticky {
		margin-top: 60px !important;
	}
	#BookFlight .ui.fixed.sticky + .ui.segment {
		margin-top: 55px !important;
	}
}
.Logo--3Xdcm {
	width: 60px !important;
}
.Mid--3kii7 {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: gray;
}
.Mid--3kii7 .FlightIcon--15Zw5 {
	width: 55px !important;
}
.Right--24W5Q {
	text-align: right;
	font-size: 12px;
}
.TimeComp--7ff50 {
	display: inline-block;
}
.TimeMob--2nZqv {
	display: none;
	margin-top: 0px;
}
.Timer--36h52 {
	color: gray;
}
.Timer--36h52 img {
	width: 20px !important;
}
.FareSection--24ahO {
	background-color: white;
}
.FareSub--2IUHY {
	color: gray;
	font-size: 13px;
	font-weight: normal;
}
.FareContent--2GX-a {
	color: gray;
	line-height: 22px;
}
@media only screen and (max-width: 767px) {
	.Logo--3Xdcm, .FlightIcon--15Zw5 {
		width: 40px !important;
	}
	.Right--24W5Q {
		text-align: center !important;
	}
	.TimeMob--2nZqv {
		display: block;
	}
	.TimeComp--7ff50 {
		display: none;
	}
}

.PassengerInfoSection--1NtKv {
	margin-top: 40px;
	margin-bottom: 20px;
}
.AdultTitle--2GkdW {
	padding-top: 15px;
	padding-bottom: 20px;
	font-weight: bold;
	color: gray;
}

.controller--3q_3l {
  font-size: 25px !important;
  color: #f2f2f2;
}

.controller--3q_3l:hover {
  	color: #b5b5b5;
}

.CarBg--3EmFV {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* SearchEvent */
.root.eventSearch--1non_ {
  border-radius: 0;
  border: none;
  box-shadow: none
}
.ui.fluid.icon.input > .underlineField--2XRG8 {
  border: none ;
  border-radius: 0px ;
  margin: 0 4px 4px 0 ;
  border-bottom: 1px solid #90928b ;
  font-weight: normal ;
  background: transparent ;
}

.ui.segment > .calander--198qw{
  background-size: 100% !important;
  width: 6rem;
  height: 6rem;
  font-size: 16px;
  padding: 2rem 0;
  line-height: 20px;
  color: #262626;
  background-repeat: no-repeat !important;
}

.ui.segment.boxShadow--1Oj2j {
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
.ui.button.transparent--IMwCv {
  background: transparent;
}
.root.colorAvailable--1xd-5 {
  color: #21ba45;
}
.root.colorFilling--3TXNZ {
  color: #2185d0;
}
.root.colorSold--X0I0u {
  color: #2185d0;
}
.root.fontBold--2OEm9 {
  font-weight: bold;
}

/* FeaturedView */
.ui.segment.grid.stackable.featured--1L53N {
  /* COMBAK: not working */
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 0;
}

.ui.column.calBox--31bx7 {
  margin: auto;
  border-right: 3px dotted #0000002e;
  text-align: center;
}

.movieImage--2B5N9 {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ui.segment.moviePoster--1vzpi {
  height: 300px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.column.computer.mobile.tablet.movieColumn--1sQwI {
  padding: 0 0 1rem 0;
}
.movieCaption--3nZDf {
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ui.grid > [class*="five wide tablet"].column {
    width: 33.33% !important;
  }
  .ui.segment.moviePoster--1vzpi {
    height: 320px;
  }
}


.ui.segment.movieSegmentLandscape--UnY3l {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  overflow: hidden;
  margin-bottom: 2px;
  border: none;
}

.bannerWrap--2QuFQ {
  width: 100%;
  position: relative;
}
.ui.segment.basic.infoBox--1vwge {
  background: linear-gradient(0deg, rgb(93, 46, 128) 0%, rgba(93, 46, 128, 0.66) 46%, rgba(102, 51, 153, 0.31) 100%);
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0
}

.ui.zeroSpace {
  padding: 0;
  margin: 0;
}

.screenWrap--vQHgB {
  text-align: center;
  color: gray;
}
.ui.segment.screen--mPLja {
  padding: 2px;
  max-width: 324px;
  margin: 12px auto;
  background: #F08A1B;

}
/* seat legend */
.ui.basic.segment.seatWrap--32wmL {
  padding: 12px 0;
  background: #f9f9f9;
}
.seatLabel--1eFgc {
  margin: auto 5px;
}
.item.seatLabelWrap--3Bhk_ {
  display: flex;
}

.ui.segment.compact.basic.seat--1Xhts {
  padding: 0;
  margin: 3px;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  border: none;
}
.ui.segments.seatWrap--32wmL{
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.miniSeat--2JH6a {
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
}

/* seat grid */
.ui.segment.compact.basic.seat--1Xhts.Normal--2iGpl {
  background: white;
  border: 1px solid;
}
.ui.segment.compact.basic.seat--1Xhts.Sold--3QDk7 {
  background: red;
}
.ui.segment.compact.basic.seat--1Xhts.Unavailable--1ymdc {
  background: gray;
}
.ui.segment.compact.basic.seat--1Xhts.Reserved--2J9CC {
  background: #DEBDDA;
}
.ui.segment.compact.basic.seat--1Xhts.Selected--279Ti {
  background: #5d2e8e;
}
.ui.segment.compact.basic.seat--1Xhts.gap--1hvHX {
  background: transparent;
  border: none;
}
















.HotelBg--1Mvy7 {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.Meta--1d0YO {
	margin-top: 20px;
	margin-bottom: 20px;
}
.Meta--1d0YO .sub.header {
	margin-top: 5px !important;
}
.PriceTag--2rfxS {
	padding: 10px;
	background: linear-gradient(to right, #333 , transparent);
	width: 9.5rem;
	margin-top: -12rem;
	z-index: 10;
	position: absolute;
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
}
.HotelBg--NySHp {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.Meta--2Al9X {
	margin-top: 20px;
	margin-bottom: 20px;
}
.Meta--2Al9X .sub.header {
	margin-top: 5px !important;
}
.TabContent--csdGV {
	padding-top: 20px;
}
.Detail--3oJgr {
	font-weight: bold;
	color: gray;
    margin-top: 20px;
    border-bottom: 1px solid #f2f2f2;
    display: inline-block;
    padding-bottom: 5px;
}
.PriceTag--3A5OL {
	padding: 10px;
	background: linear-gradient(to right, #333 , transparent);
	width: 9.5rem;
	margin-top: -4.1rem;
	z-index: 10;
	position: absolute;
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
}
.HotelFilter--vHFOn {
	padding-top: 10px;
}









.inlineFlex--3kUu6 {
  display: inline-flex !important;
}































.CashbackBtn--30aZv {
	color: rgb(250, 166, 26) !important;
    font-size: 12px !important;
    border-radius: 10px !important;
    background: white !important;
    box-shadow: 0px 0px 0px 1px lightgrey !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
}
.InfoWrapper--1QR7R {
	height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    line-height: 30px;
    font-size: 16px;
}
.SeatContainer--28edq {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.BusWire--3wdFo {
	border: 1px solid lightgray;
	padding: 7px;
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.BusWire--3wdFo {
		overflow-x: auto;
		margin: 7px;
	}
	.SeatFlag--pryL4 {
		display: flex;
		justify-content: space-around;
		margin-left: 15px;
	}
	.SeatFlag--pryL4 div {
		margin-right: 15px !important;
	}
}

.SingleSeat--3qaPW {
	border: 1px solid lightgray;
	text-align: center;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.Selected--26Gse {
	background: #5d2e8e;
	color: white;
}

.Booked--2Wc-Q {
	background: #EBE5F0;
}

.InfoWrapper--3v0TW {
	height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    line-height: 30px;
    font-size: 16px;
}

.SteeringIcon--2ypvC {
	transform: rotate(270deg);
	height: 30px !important;
	animation-name: steering--1YKyv;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes steering--1YKyv {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(180deg); }
	100% { transform: rotate(0deg); }
}
.PassengerSegment--3Wase {
	min-height: auto !important;
}
.UserRow--vH_Ie{
    cursor: pointer;
}
.BannerImage--1bkp3 {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#MenuContainer--2F4OT {
	background: #f2f2f2;
	margin-top: 0px;
	margin-bottom: 5px;
}
.Icon--2LShn {
	height: 52px;
	width: 52px;
	margin-right: 13px;
}
.ItemSegment--2Q5yo {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 0px !important;
}

.ShowMore--1YN31 {
	display: block;
}



@media only screen and (max-width: 767px) {
	.BannerImage--1bkp3 {
		height: 148px;
	}
	#MenuContainer--2F4OT {
		display: flex;
		overflow-x: scroll;
	}
	#MenuContainer--2F4OT::-webkit-scrollbar {
		width: 0px !important;
		background: transparent;
		height: 0px !important;
	}
	.ShowMore--1YN31 {
		display: none;
	}
}
.error--3zPxG {
	margin-top: 2px;
	font-weight: normal;
	color: #ba0e0e;
}
.poperClass--23ZaG {
  z-index: 1001 !important;
}

.react-datepicker__close-icon::after {
	background: #909090 !important;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__day--selected, .react-datepicker__day--in-range {
	background: #ebe5f0 !important;
	color: #5d2e8e !important;
	font-weight: bold;
}

.react-datepicker__header {
	background: #ebe5f0;
}

.ui.selection.dropdown>.ui.react-datepicker-wrapper {
	width: 50%;
}

.ui.basic.segment.header--1Evfy {
  background: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #cacaca;
}

.ui.grid.segment.listitem--3SQNw {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rightFloated--2x5XS {
  float: right;
  color: #3e3d3d;
  font-weight: bolder;
  font-size: 16px;

}
.ui.button.icon.transparent--94Qo5 {
  background: transparent;
}
.counter--38274 {
  padding: 4px;
}
.wide--2atrl {
  width: 24%;
}

.wasteMessage--20jgZ{
    width: 50%;
}

@media only screen and (max-width:768px){
    .wasteMessage--20jgZ {
        width: 100%;
    }
}
.modalActions--xzck1 {
}

.headerTitle--ysRwg {
}

.walletTransferContainer--1yKnU {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
}
.walletTransferColumn--3KB3e {
	width: 100px;
	flex-direction: column;
	background:red;
	margin-right: 2px;
}
.walletTransferItem--2IkZj {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f2f2f2;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: purple;
}

.walletTransferContainer--1yKnU .Item--qZx0V {
	width: 120px !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.walletTransferContainer--1yKnU .Item--qZx0V .Icon--VwPAW {
	width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F5F6FC;
}

@media only screen and (max-width: 767px) {
	.walletTransferContainer--1yKnU {
		justify-content: space-around !important;
	}
}

.ui.header.SectionName--JS0jl {
	padding: 5px 0 4px 20px;
}

.ui.images.hs--11u2V {
	display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 10px;
  grid-template-rows: minmax(150px, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - var(--gutter) * 2);

  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
}

.ui.images.hs--11u2V:before,
.ui.images.hs--11u2V:after {
  content: '';
  width: 10px;
}

.ui.segment > .full--10muo {
  grid-column: 1 / -1;
}

.ui.images.noscrollbar--1RB37 {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ui.images.noscrollbar--1RB37::-webkit-scrollbar {
  display: none;
}

.item--1CZpE {
	border: 1px #f2f2f2 solid;
  scroll-snap-align: center;
  padding: calc(var(--gutter) / 2 * 1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: 100%;
  border-radius: 8px;
}

.ui.images.hs--11u2V > img {
	width: 100px;
  height: auto;
	font-size: .92857143rem;
}

.link--15g_5 {
	float: right;
	text-transform: uppercase;
	color: #5d2e8e;
}
a.link--15g_5:hover {
	color: #5d2e8e;
}

.FundLoadWrapper--1KrxK {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;

}
.Content--NOMqE {
	flex-shrink: 0;
	flex-basis: 130px;
	margin-bottom: 25px;
}
.Item--2XSKT {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.ItemMeta--119l9 {
	text-align: center;
}
.LoadOption--3PS-I {
	width: 70px;
	height: 70px;
	padding: 0px !important;
	box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
	.FundLoadWrapper--1KrxK {
		flex-direction: column;
	}
	.Content--NOMqE {
		flex-shrink: 0;
		flex-basis: 90px;
		margin-bottom: 10px;
	}
	.Item--2XSKT {
		flex-direction: row;
		justify-content: flex-start;
	}
	.ItemMeta--119l9 {
		padding-left: 20px;
	}
}


.FundLoadHeader--fA6By {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.FundLoadHeader--fA6By .ui.search {
	flex-grow: 0.5;
}

.FundLoadHeader--fA6By .ui.search .prompt {
	width: 100%;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid lightgray;
}
.Container--2bPH0 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: space-around;
}
.Content--YZwig {
	flex-shrink: 0;
	flex-basis: 130px;
	margin-bottom: 35px;
}
.Item--nom3Y {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.LoadOption--1QihY {
	width: 70px;
	height: 70px;
	padding: 0px !important;
	box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
	.Content--YZwig {
		flex-basis: 90px;
		/*margin-bottom: 35px;*/

	}
}

.PaymentHeader--3AmhT {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 0px 0px;
	margin-bottom: 25px;
}
.PaymentHeader--3AmhT .left {
	display: flex;
	align-items: center;
}

.ui.button.addbutton--38XEQ {
  color: #F79320;
  background: none
}







.CardList--NUevZ {
	padding: 15px 10px !important;
	display: flex;
	justify-content: space-around;
	align-items: center;

}
.LoadHeader--T6k47 {
	display: flex;
	justify-content: space-between;
}
.LoadHeader--T6k47 .icon {
	font-size: 20px;
}
.header--rsmzR {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.header--rsmzR .icon {
	font-size: 20px;
}
.RequestFieldError--vssG8 {
	padding: 5px;
	color: red;
}
.UserDetail--3ojam {
	display: flex;
	align-items: center;
}



.Balance--3OFRr {
	display: flex;
	/*align-items: baseline;*/
	margin-top: 25px;
}
.Balance--3OFRr div {
	flex-basis: 200px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.Balance--3OFRr .ui.header:first-child {
	margin-top: auto;
}
.Balance--3OFRr .ui.header:last-child {
	margin-bottom: auto;
}

@media only screen and (max-width: 767px) {
	.Balance--3OFRr {
		flex-direction: column;
	}
	.Balance--3OFRr div {
		flex-basis: 0px;
		margin-bottom: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	#CouponRedForm--2YlAZ {
		width: 100%
	}
}
.LoyaltyRow--1KuSm {
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
}

#ProfileInfo--3O2mw {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
}
#ProfileInfo--3O2mw .ui.profile.image {
	height: 150px;
	width: 150px;
}
#ProfileInfo--3O2mw .Detail--1-TKW {
	padding: 0 20px;
	float: left;
	width: calc(100% - 170px);
	margin-left: 20px;
}
.InfoMeta--2mhhE {
	line-height: 25px;
}
.VerificationBadge--2Ovud {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;

}
.VerificationBadge--2Ovud .Item--1Lb4Y {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: red;
}
.UpdateKycBtn--3wwc- {
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#ProfileInfo--3O2mw {
		flex-direction: column;
		justify-content: center;
		padding: 20px !important;
	}
	#ProfileInfo--3O2mw .Detail--1-TKW {
		padding: 0px;
		text-align: center;
		margin-top: 20px;
	}
	#ProfileInfo--3O2mw .ui.image {
		height: 100px;
		width: 100px;
	}
}




@media only screen and (max-width: 767px) {
	#ChangePassword .ui.submit.button {
		margin-top: 10px;
		width: 100% !important;
	}
}

.Action--2KTyO {
	margin-top: 20px;
}
.ActionInfo--nTwOf {
	margin-top: 20px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	#TransactionPin .ui.submit.button {
		margin-top: 10px;
		width: 100% !important;
	}
}


.TransactionHeader--2o6y0 {
	display: flex;
	justify-content: space-between;
}.Export--2ozuD {
	line-height: 25px;
	color: purple;
	cursor: pointer;
}
.Export--2ozuD img {
	width: 20px;
}
.Export--2ozuD span {
	text-transform: uppercase;
	font-size: 11px;
}
.ClosingBalanceWrapper--Z_Qgw {
	width: 100%;
	text-align: right;
}
.ClosingBalanceText--3YLAt {
	color: #555555;
}
.Transactions--wzOyu {
	margin-top: 10px;
}
.List--fipb- {
	width: 100%;
	margin-bottom: 5px !important;
	margin-top: 20px !important;
	padding: 15px 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.Item--dw6hy {
	display: flex;
	justify-content: space-between;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.Left--1SXIQ {
	display: flex !important;
	align-items: center !important;
}
.Left--1SXIQ .ui.image {
	width: 50px;
	height: 50px;
	background: #f2f2f2;
	padding: 5px;
	flex-shrink: 0;
}
.Left--1SXIQ .Meta--21wz5 {
	padding-left: 10px;
}
.Left--1SXIQ .IconWrapper--p1S-C {
	flex-basis: 60px;
}
.Left--1SXIQ .TransactionTitle--VjMA_ {
	/*font-size: 17px;*/
	font-weight: bold;
}
.Left--1SXIQ .TransactionMeta--2piV- {
	margin-top: 5px;
	color: grey;
}
.Left--1SXIQ .TransactionMetaLower--2OBoZ {
	color: grey;
}
.Left--1SXIQ .TransactionParam--1RAWF {
	color: grey;
	margin: 3px 0px;
}
.Right--5pfXZ {
	font-size: 17px;
}
.BalanceValue--sDBqx {
	font-size: 17px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.Left--1SXIQ .TransactionMeta--2piV- {
		display: none;
	}
}

.NotificationContent--2ZwlR {
	padding-top: 20px;
}
.Date--l9mR7 {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 0px !important;
}
.SingleNotification--2r24Z {
	padding: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.Clear--y-j9B {
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.FreeAccountMessage--3XY9Z {
  color: #000000de;
}

.WithdrawFormContainer--2dxSN {
  display: flex;
  flex-direction: row;
}

.WithdrawFormMain--1xHhA {
  flex: 1;
  padding-right: 6px;
}

.FreeAccountWrapper--cmMdd {
  flex: 1;
  padding-left: 6px;
}

.MessageLeft--2JqJm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.MessageLeftMain--17jdg {
}

.ImageWrapper--3-Ew6{
  padding: 16px;
}

.ButtonWrapper--Zu2Lg {
  padding: 12px 0 12px 0;
}

.BankDetailsRow--1MnNw {
  display: flex;
  flex-wrap: wrap;
}

.BankDetailsCol--2Ft-1 {
  padding: 8px 28px 8px 0;
  color: black;
}

.FreeAccountKey--oJehm {
  padding-bottom: 8px;
  color: #000000de;
}

.HorizontalBreak--1pXEu {
  height: 1px;
  background-color: #a9d5de;
  margin: 6px auto;
}

.freeAccountTerms--bhQqR {
  color: #000000de;
}

@media only screen and (max-width: 767px) {
  .WithdrawFormContainer--2dxSN {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .FreeAccountWrapper--cmMdd {
    flex: 1;
    padding-left: 0px;
    padding-bottom: 12px;
  }
  .WithdrawFormMain--1xHhA {
    flex: 1;
    padding-right: 0px;
  }
}


.Header--1_YcZ {
	display: flex;
	align-items: center;
}
.Header--1_YcZ .ui.circular.segment {
	width: 50px;
	height: 50px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden !important;
	background: #f2f2f2;
}

.Header--1_YcZ .ui.circular.segment img {
	width: 40px;
	height: 40px;
}
.List--1Tk42 {
	width: 100%;
	margin-bottom: 5px !important;
	margin-top: 20px !important;
	padding: 15px 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.Item--J6oQd {
	display: flex;
	align-items: center;
}
.Item--J6oQd .Icon--2NEFR {
	background: #F5F6FC;
	height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.Item--J6oQd .Content--2CV9K {
	margin-left: 20px;
}
.UploadHeader--SLfnJ {
	display: flex;
	justify-content: space-between;
}
 .UploadHeader--SLfnJ .UploadList--1m7B7{
 	font-size: 16px;
 	color: blue;
 	cursor: pointer;
 }
.PosHeader--1s3lm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.AddPos--2t7VD {
	color: blue;
	cursor: pointer;
	font-size: 16px;
}
.SinglePos--3er3Y {
	border-top: 1px solid lightgray;
}
@media only screen and (max-width: 767px) {
	.TableInfo--1C1Nc {
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-width: 1px !important;
	}
	.TableInfo--1C1Nc::-webkit-scrollbar {
		width: 1px !important;
	}
	.TableInfo--1C1Nc .ui.grid,
	.TableInfo--1C1Nc .row {
		display: flex !important;
		flex-wrap: nowrap !important;
	}
	.TableInfo--1C1Nc .column {
		flex-shrink: 0;
		width: 120px !important;
	}
}
.PosTransactionHeader--QUJTw {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Balance--2N73B {
	font-size: 16px;
}
.SinglePos--64cX- {
	border-top: 1px solid lightgray;
}
.RandEImage--dUHte {
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.List--1fdFb {
	width: 100%;
	margin-bottom: 5px !important;
	margin-top: 10px !important;
	padding: 15px 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.Item--1cUD9 {
	display: flex;
	justify-content: space-between;
}
.Item--1cUD9 .Left--2c3tO, .Item--1cUD9 .Right--3vE_s {
	flex: 0.5;
}
.Item--1cUD9 .Right--3vE_s {
	text-align: center;
}

.UploadHeader--2dNAX {
	display: flex;
	justify-content: space-between;
}
 .UploadHeader--2dNAX .UploadList--19iLV{
 	font-size: 16px;
 	color: blue;
 	cursor: pointer;
 }
.LimitWrapper--2xon7 {
	margin-top: 10px;
}



input[type="number"] {
  -moz-appearance: textfield;
}

#Header--304iB {
	background: #f2f2f2;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}
.SimItem--2w-8h {
	cursor: pointer;
	padding-top: 8px !important;
	padding-bottom: 5px !important;
}
.SimItem--2w-8h:nth-child(odd) {
  background: #f2f2f2;
}
.ExtraInfo--PvZwD {
	border-top: 1px solid lightgray;
}

.ExtraInfo--PvZwD .column {
	margin: 5px 0px !important;
}
.MetaInfo--1VhP9 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: purple;
}
#MetaCircle--3Rjto {
	height: 120px;
	width: 120px;
	padding: 20px;
	border-radius: 50%;
	border: 3px solid orange;
}
#Header--aAod6 {
	background: #f2f2f2;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}
.SimItem--1SftD {
	cursor: pointer;
	padding-top: 8px !important;
	padding-bottom: 5px !important;
}
.SimItem--1SftD:nth-child(odd) {
  background: #f2f2f2;
}
.ExtraInfo--1BkK4 .column {
	margin: 5px 0px !important;
}
.ActionDom--1MA__ {
	border-top: 1px solid lightgray;
	padding-top: 15px;
}
.padding-0--3sbQi {
  padding: 0 !important;
}

.border--3VM1u {
  border: 1px #dedede solid;
  border-radius: 4px;
}

.column > .divider--Ljqf7:not(:last-child) {
  border-bottom: 2px #f2f2f2 solid;
}

.ui.table.widetable--AFnAl {
	display: block;
	overflow-x: scroll;
}

.SimType--2Q_ax {
	display: flex;
	justify-content: space-between;
}
.SimType--2Q_ax #Item--2_Az6 {
	width: 80px;
	height: 80px;
	padding: 15px;
}
#Item--2_Az6:first-child {
	margin-top: auto;
}
#Item--2_Az6 .ui.image {
	width: 100%;
	height: 100%;
}
.TelcoWrapper--yLy_w {
	width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.SimType--1my8J {
	display: flex;
	justify-content: space-between;
}
.SimType--1my8J #Item--21za8 {
	width: 80px;
	height: 80px;
	padding: 15px;
}
#Item--21za8:first-child {
	margin-top: auto;
}
#Item--21za8 .ui.image {
	width: 100%;
	height: 100%;
}
.TelcoWrapper--zfvdp {
	width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#MySimList--iAb4m {
	margin-top: 20px;
    background: #f2f2f2;
    font-weight: bold;
    margin-bottom: 20px;
}
#UploadContainer--2AAm- {
	height: 200px;
    border: 1px dotted orange;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}

#SimUserForm--fOjYz .ui.dividing.header {
	background: lightgray;
    padding: 10px 0px 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}

#HeaderContainer--2HVUr {
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border-bottom: 1px solid lightgray;
}

.Header--1v3kJ {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
#FilterForm--3Pkvb {
	padding-top: 10px;
	border-top: 1px solid lightgray;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.ConfirmHeader--ei-te {
	background-color: #5d2e8e !important;
	color: white !important;
}
.AskText--1RayF {
	margin-top: 15px !important;
	font-size: 16px;
	color: #666666 !important;
}
#ServiceConfirmModal--2ao0p .ui.table {
	font-size: 17px;
	color: #666666 !important;
}
#ServiceConfirmModal--2ao0p .ui.table tr td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 16px;
	color: #666666 !important;
	border-top: none !important;
}



.Header--1an_8 {
	display: flex;
	align-items: center;
}
.Header--1an_8 .ui.circular.segment {
	width: 50px;
	height: 50px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden !important;
	background: #f2f2f2;
}

.Header--1an_8 .ui.circular.segment img {
	width: 40px;
	height: 40px;
}

.addPadding--2_WIB {
	padding: 10px 0px;
}

#WideContainer--sIIJZ {
  /* width: 95%;
  padding-top: 3px;
  padding-bottom: 60px; */
}
.white-bg {
	background-color: white !important;
}
.no-padding {
	padding: 0px !important;
}

.logoImage--12Kex {
  /* border: 7px solid white; */
  margin: 0;
  padding: 0;
  /* height: 151px;
  width: 151px; */
  width: 100%;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.boxing--fSSFn {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
}
.paddedBoxing--1hFAw {
  height: "100%";
  margin: 20px 0px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.voteButton--2gRKz {
  background: #ff9f31;
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
}
.disabledVoteButton--20NeL {
  background: -moz-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fd8700),
    color-stop(100%, #ff9f31)
  );
  background: -webkit-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: -o-linear-gradient(left, #fd8700 0%, #ff9f31 100%);
  background: linear-gradient(to right, #fd8700 0%, #ff9f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD8700, endColorstr=#ff9f31);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  background: #ff9f31;
  opacity: 0.5;
}
/* .disabledVoteButton {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
} */
.padder--Idj18 {
  padding: 8px 0px;
}

