.anchor {
	text-decoration: none;
	cursor: pointer;
}

.event-default-image img {
	object-fit: cover;
	width: 100% !important;
	height: 280px !important;
}

.badge-danger {
    background-color: #dc3545 !important;
	color: #ffffff !important;
}

.input-group-append .button {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
}

/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Cairo-Regular.ttf);
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
  font-family: 'Cairo';
  font-style: bold;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Cairo-Bold.ttf);
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

.content {
	padding-top: 2em;
	padding-bottom: 2em;
}

.ar {
	font-family: 'Cairo', sans-serif !important;
	letter-spacing: initial !important;
}

.bold {
	font-weight: bold !important;
}