/*
Theme Name: AACAD
Theme URI: https://aacad.com.au/
Template: astra
Author: AACAD
Author URI: https://aacad.com.au/
Version: 4.12.0.1767924539
Updated: 2026-01-09 12:08:59

*/








/* 
 * Styles copied from The7 
 */

.nf-form-content{ 
max-width: none !important; }

.select2-container {
    width: 100% !important;
}

.select2-selection__choice{
	    background-color: #3B197F !important;
}
.mc4wp-form input[type="button"], input[type="reset"] {
	border: 1px solid black !important; 
}
.searchandfilter ul {
	display: inline;
}
.searchandfilter ul li{
	display: inherit;
}

/* Button color fix */
.elementor-button {
	background-color: #38ad9b;
}
.elementor-button:hover {
	background-color: #394aa5;
}

/* Latest Blog Articles */
.latest-articles .has-post-thumbnail .post-thumbnail img {
    height: 280px;
    object-fit: cover;
}

/* Member Dashboard Announcements */
.dashboard-announcements .post-thumbnail img {
    height: 180px;
    object-fit: cover;
}

/* Member Dashboard action buttons */
#dashboard-content .box-button {
    justify-content: flex-start;
}


/* Member Dashboard logout button */
.logout-link {
	color: red;
	text-decoration: none;
}

/* Popover box with link */
#download-popup {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 400px;
  background-color: #f9f9f9;
  border-radius: 20px 20px 0 0;
  box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  padding: 15px;
  z-index: 1000;
  text-align: center;
	display: none;
}
.popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.popup-title {
  margin: 0;
  font-size: 1rem;
  color: #333;
  flex-grow: 1;
  text-align: center;
}
.close-btn {
  background: none;
  border: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 0 5px;
  margin-left: 10px;
  transition: color 0.2s;
}
.close-btn:hover {
  color: #000;
}
.popup-content p {
  margin: 0;
  text-align: center;
  font-size: 1rem;
}
.download-link {
  display: inline-block;
  text-align: center;
  padding: 5px 30px;
  margin-top: 10px;
  background-color: #39ad9c;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  transition: background-color 0.2s;
}
.download-link:hover {
  background-color: #394aa5;
}
@media only screen and (max-width: 920px) {
  #download-popup {
    width: 100%;
    left: 0;
    border-radius: 6px;
  }
}