/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/* Button Support - Program Performance Page */
/* ----------------------------------------------------------------------------*/
.button-custom-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}
.button-custom-container a.button-custom {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:#E9A04A;
	border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #E9A04A;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	color:#45556F;
	font-size:20px !important;
    font-weight: 400;
    font-size: 16px;
	position:relative;
}
.button-custom-container a.button-custom:hover,
.button-custom-container .button-custom:focus,
.button-custom-container .button-custom:active {
	background-color:transparent;
	border-color:#45556F;
}
.button-custom-container .button-custom.uabb-modal-close {}
#program-performance-popup {}
#program-performance-popup-overlay .uabb-modal-close:not(.button-custom) {opacity:0;}