/*
Theme Name: Mahdlo Reports
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: ATTAIN
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1608043178
Updated: 2020-12-15 14:39:38

*/

/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  float: left;
  color: #fcc300;
  border: 2px solid #fcc300;
  outline: none;
  cursor: pointer;
  width: 48%;
  padding: 10px;
  margin-right: 1%;
}
.tab h4 {
	margin: 0;
}
/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #fcc300;
	color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
}