/*
Theme Name:   twentytwentyone child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://test.sirixstore.com/test
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyone-child
*/

/* Write here your own personal stylesheet */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding-top: 18px!important;
  padding-bottom: 18px!important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

