@font-face {
	font-family: CaviarDreams;
	src:url(../../app-assets/fonts/caviar_dreams/CaviarDreams_Bold.ttf);
}
@font-face {
	font-family: JetBrains;
	src:url(../../app-assets/fonts/JetBrains/JetBrainsMono-Regular.ttf);
}
h1{ font-family: 'Salsa', cursive; }
.img-logo {
  width: 30%;
}
@media only screen and (max-width: 600px) { 
  .img-logo {
    width: 65%;
  }
}
#transaction_filter{
	display: flex;
	margin-top:0;
}
.modal-bottom .modal-dialog {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100% !important;
	margin: 0;
}
.modal-bottom .modal-dialog .modal-content {
	border-radius: 0.3rem 0.3rem 0 0;
}

.modal-p-bottom .modal-dialog {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100% !important;
	margin: 0;
	transform: translateY(100%) !important;
}
.modal-p-bottom .modal-dialog .modal-content {
	border-radius: 0.3rem 0.3rem 0 0;
}
.modal-p-bottom.show {
	overflow: hidden;
}
.modal-p-bottom.show .modal-dialog {
	transform: translateY(0%) !important;
	min-height: 80px;
}

.nav-style{
	border-radius: 10px; 
	margin:15px 15px 15px 15px;
	border:solid white 2px; 
	box-shadow: 0px 10px 5px #888, 0px -10px 5px #888;
	border-bottom: 0px;
}
 

.notification-top-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #1ABC9C;
	text-align: center;
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14px;
}
  .notification-top-bar p {
	padding: 0;
	margin: 0;
  }
  .notification-top-bar p a {
	padding: 5px 10px;
	border-radius: 3px;
	background: #FFF;
	color: #1ABC9C;
	font-weight: bold;
	text-decoration: none;
  }

.tbody .tr{
	box-shadow: 20px;
}
video::-webkit-media-controls-fullscreen-button {
	display: none;
}

video::-webkit-media-controls-play-button { 
	display: none;
}
video::-webkit-media-controls-timeline {
	display: none;

}
video::-webkit-media-controls-current-time-display{

	display: none;
}
video::-webkit-media-controls-time-remaining-display {
	display: none;
}
video::-webkit-media-controls-mute-button {
	display: none;
}
video::-webkit-media-controls-toggle-closed-captions-button {
	display: none;

}
video::-webkit-media-controls-volume-slider {
	display: none;
}

video::-internal-media-controls-download-button {
	display:none;
}

video::-webkit-media-controls-enclosure {
	overflow:hidden;
}

video::-webkit-media-controls-panel {
	display:none;
}

svg{
	display: inline;
}

.btn-primary{
	background: linear-gradient(to right, #0079FF, rgb(85, 212, 119));
}


.nowrap{
	white-space: nowrap;
}