@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');
body {
  font-family: 'Cairo', 'Arial', 'sans-serif' !important;   
}
.btn-primary,.btn-outline-primary,btn-primary{
  background-color: #f7c210 !important;
  color:#000000;
  
}
.select2-selection__rendered {
	line-height: calc(1.5em + 1rem + 2px) !important;
}

.select2-container .select2-selection--single {
	height: calc(1.5em + 1rem + 2px) !important;
}

.select2-selection__arrow {
	height: calc(1.5em + 1rem + 2px) !important;
}

.card-sponsored{
	background-color: #f6d053 !important;
}


.select2-selection__rendered {
	line-height: calc(1.5em + 1rem + 2px) !important;
}

.select2-container .select2-selection--single {
	height: calc(1.5em + 1rem + 2px) !important;
}

.select2-selection__arrow {
	height: calc(1.5em + 1rem + 2px) !important;
}

html, body {
	height: 100%;
}

.avatar {
	vertical-align: middle;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	align-self: center;
}

.call-footer {
	border-top: 1px solid #E7E7E7;
	background-color: #F8F8F8;
	flex-shrink: none;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}


.btn-circle {
	width: 50px;
	height: 50px;
	padding: 6px 0px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

#call-again {
	display: none;
}

.download-badge {
	height: 60px;  /* Adjust as needed */
}
