/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.slidecontainer {
	width: 85%; /* Width of the outside container */
	margin-left: auto;
	margin-right: auto;
}

/* The slider itself */
.slider {
	-webkit-appearance: none; /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3; /* Grey background */
	outline: none; /* Remove outline */
	overflow: visible;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	border-radius: 50%;
	background: #ff1000; /* Red background */
	cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	border-radius: 50%;
	background: #ff1000; /* Red background */
	cursor: pointer; /* Cursor on hover */
}

.week,
.rat_count {
	font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
	text-align: center;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
}

.week {
	padding-top: 10px;
}

.table_rat {
	font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
}

th,
td {
	padding: 5px;
	border-bottom: 1px solid #000000 !important;
}

.rat_info {
	position: relative;
}

.custom_canvas {
	position: absolute;
	left: 50%;
	top: 180%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
	z-index: -1;
	width: 1350px;
	height: 1150px;
}
