@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap');


body {
  font-family: 'Jost', sans-serif;
  color: #444;
  background-color: #F3F5F8;
}

h1, h5 {
	font-weight: 700;
}

.text-black {
	color: #000;
}

.text_pink {
	color: #E00089;
}

.text_tyrk {
	color: #00BED6;
}

.text-grey {
	color: #6B6B6B;
}

/* alerts */

#ajaxMsg.alert {
    border: 0;
    border-radius: 0;
    padding: 20px 15px !important;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    /* position: absolute; */
    position: fixed;
    width: 100%;
    z-index: 9000;
}

#ajaxMsg.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 1.071rem;
}

#ajaxMsg.alert b {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.close {
    float: right;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
}

#ajaxMsg.alert .close {
    color: #fff;
    text-shadow: none;
    opacity: .9;
    z-index: 1000;
    border: none;
    background: none;
}

#ajaxMsg.alert .close i {
    font-size: 20px;
}
#ajaxMsg.alert .close:hover{
    opacity: 1;
    color: #fff;
}
#ajaxMsg.alert.alert-info {
    background-color: #00cae3;
    color: #fff;
}

#ajaxMsg.alert.alert-success {
    background-color: #55b559;
    color: #fff;
}

#ajaxMsg.alert.alert-warning {
    background-color: #ff9e0f;
    color: #fff;
}

#ajaxMsg.alert.alert-danger {
    background-color: #f55145;
    color: #fff;
}

.#ajaxMsg.alert.alert-primary {
    background-color: #a72abd;
    color: #fff;
}

label a.help {
    text-decoration: none;
    font-size: .8rem;
}


.event_container {
	display:flex;
	flex-flow:column;
	width:100%;
	/* height: 100%; */
}

.centered {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  max-width: 480px;
  width: 100%;
}

.centered2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    max-width: 880px;
    width: 100%;
}

.event_top_nav {
	float: left;
	right: 0;	
	top: 0;
	padding: 1rem;
	width: 100%;
	height: 80px;
	line-height: 60px;
}

.event_top_nav .select_lang {
	float: right;
}

.event_top_nav .top_logo {
	float: left;
}

.event_top_nav .select_lang a {
	padding: .5rem .5rem;
	margin-left: .5rem;
	text-decoration: none;
	font-size: .8rem;
}

.event_top_nav .select_lang a.active {
	padding: .5rem .5rem;
	color: #000;
	background: #fff;
}

.top_logo a img {
	height: 50px;
}

.widget-card {
    background: #fdfdfd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 1.25rem;
}

.widget-body {
    display: table;
    width: 100%;
}

.widget-body .widget-body-col.widget-body-col-icon {
    width: 1%;
}

.widget-body .widget-body-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-body .summary-icon {
    margin-right: 15px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 51.2px;
    font-size: 3.2rem;
    text-align: center;
    color: #fff;
    border-radius: 55px;
}

.widget-body .title {
    margin: 0;
    font-size: 14.4px;
    font-size: .9rem;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
}

.widget-body strong.amount {
	font-weight: 800;
	font-size: 2rem;
}

.widget-body strong.amount .currency {
	font-weight: 200;
}

.widget-body .summary-footer {
    padding: 5px 0 0;
    border-top: 1px dotted #ddd;
    text-align: right;
    font-size: .8rem
}

.widget-body .info {
    line-height: 1.8rem;
}

.widget-card-nobg h5.title {
	color: #777;
	font-weight: 300;
}

.widget-card-nobg ul li .title {
	color: #171717;
}

.widget-card-nobg a.title-menu-btn {
	font-size: .7rem;
	border: 1px solid #ddd;
	padding: 2px 4px;
	position: relative;
	top: -2px;
	margin-left: 10px;
	border-radius: 100px;
}
input::placeholder {
	font-size: .8em;
	color: #aaa !important;
}

.sidenav {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #690027;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.menu_button {
	cursor:pointer;
	position: absolute;
	top: 1.4rem;
	right: 1.7rem;
	font-size: 1.1rem;
}

a.menu_button {
	color: #fff;
}

.sidenav .user {
	color: #fff;
	font-size: 0.8rem;
}

.sidenav hr {
	background: #550925;
}

.sidenav .event_nav {
	width: 250px;
	padding: 0 1rem ;
}

.sidenav .event_nav a {
  padding: 8px 8px 8px 16px;
  font-size: 1.1rem;
  color: #D8B6C2;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, a.menu_button:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 1.1rem;
  right: 1.7rem;
  font-size: 1.5rem;
 
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.split {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  
}

.left {
  left: 0;
  width: 60%;
  background-color: #171717;
  min-width: 300px;
}

.right {
	width: 40%;
	right: 0;
	background: rgb(18,18,18);
background: linear-gradient(180deg, rgba(18,18,18,1) 0%, rgba(54,54,54,1) 62%);
}

.crowd {
	height: 100%;
	background-image: url("/static-files/svg/crowd_grey.svg");
	background-repeat: no-repeat;
	background-position: bottom;
}

.color_red {
	color: #E00589;
}

.btn-red {
	color: #fff;
	background-color: #E00589;
	border-color: #910057;
}

.event_logo {
	margin: .5rem;
	display: block;
}

.event_logo img {
	height: 150px;
}


.text-muted {
	color: #AAAAAA !important;
}

.table {
	/* color: #A9A9A9; */
}

/* 
.table.table-striped > tbody > tr:nth-child(2n+1) > td, .table.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #282828;
}
 */

/* 
.table > :not(:first-child) {
    border-top: 1px solid #000 !important;
}
 */

hr {
    border-top: 1px solid #A9A9A9;
}

.my-index .table thead th {
    /* border-bottom: 1px solid #000; */
    font-weight: normal;
    font-size: .7rem;
    color: #888;
}

.my-balance .amount {
	color: #222;
}

.my-balance .summary-footer {
	color: #555;
}

.topup-slider {
 	padding: 1rem 2rem;
}
 
.refund-slider {
 	padding: 1rem 2rem;
	
}

.refund-slider .info h6 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 .1rem 0;
}

.refund-slider .info p {
	font-size: .9rem;
	line-height: .95rem;
	
}
 
.refund-slider .refund-option {
	margin-bottom: 1rem;
	border-bottom: 1px dotted #d0d0d0;
	padding-bottom: .5rem;
}

.refund-slider .refund-option:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.refund-slider span.value {
   font-weight: 900;
   font-size: 1.2rem
}

.payback-form {
	display: none;
}

.user-info {
	background: #000;
	padding: 1rem 2rem;
	color: #d0d0d0;
}

.user-info label {
	font-size: .8rem;
	color: #aaa;
	margin-left: .5rem;
}

.transaction-summary {
	text-align: center;
	background: #fff;
	padding: 1rem 2rem;
}

.transaction-summary button.tr-detail {
	margin: .2rem .1rem;
}

#searchRfid .mail {
	display: none;
}

.flyn_info {
	font-size: .7rem;
}

.badge.badge-xs {
	font-size: .5rem;
}

.foot {
	text-align: center;
}

.foot img {
	width: 100px;
}

.tag_help {
	width: 100%;
}

.vendor-address {
	font-size: .8rem;
	line-height:1.5;
}

.card {
	border: none;
	border-radius: .5rem;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#orderDetail {
	background: #fff;
	padding: 1rem;
	margin: 1rem;
}

#orderDetail h5 {
	margin: 0;
}

#orderDetail table {
	font-size: .9rem;
}

#orderDetail table tbody > tr:last-child > td {
  border-bottom: 0;
}

.orderHeader {
	position: relative;
}

.orderHeader #printNow {
    position: absolute;
    right: 1.5rem;
    top: 0;
}