/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

th, td {
    border-bottom: thin solid #ccc;
}
td {padding: 1vmax;}

.wp-block-table table {    
    border: thin solid #ddd;
}
.accordion-content-wrapper td:nth-of-type(even) {
    /* background-color: #dee1e3; */
	background-color: #cccaff47;
    box-shadow: 0 0 50px 0px #ddd6;
}

.accordion-content-wrapper tr:first-child {
    background-color: #4e36f7;
    color: white;
}

tr.row-1 {
    color: black;
}

p {font-size: 17px !important;}

#brxe-721b77 .accordion-content-wrapper {
	color: #262626 !important;}

#brxe-atyluj {
height: 100%;
}

#brxe-jviear {
height: 100%;
}

input::placeholder, textarea::placeholder {
  color: #999; /* change the color of the placeholder text */
  font-size: 16px; /* change the font size of the placeholder text */
}

#tablepress-2.tablepress > :where(thead, tfoot) > * > th {
background-color: #4e36f7;
	
color: #fff;
padding-block: 15px;
padding-inline: 15px;
}
/* table styles in achievement page */
.tablepress {
  --padding:1em !important; 
font-family: "Open Sans" !important;
}

th.column-4, th.column-5 {
width: 200px !important;;
}

/* image caption */
.bricks-image-caption {
background: linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.5) 70%,transparent) !important;
}

html {
  scroll-behavior: smooth;
}

.row-detail > td > ul {
padding-left: 0px;
}

tr > td {
  padding-block: 1rem !important;;
}

.responsiveExpander {
  padding: 6px !important;
  margin-inline-end: 10px !important;
}

.wdtheader {
padding-block: 20px !important;
}
.powered_by_link {
display: none !important;
}