/* 
 Theme Name:   AMGTheme
 Theme URI:    https://amgt.be/
 Description:  theme for AMGT
 Author:       Nathan De Mol
 Author URI:   
 Template:     twentytwentyfive
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* General */
header, footer, .wp-block-post-title, .has-accent-4-color {
	display: none !important;
}
.amgt-home-group > figure, .amgt-home-group > h2 {
	text-align: center;
}
.has-global-padding {
  padding: 0;
  margin: 0;
}
.hidden { 
	display: none !important;
}
/* Registration Page */
.registration-page-background-group {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #4a6130, #cde8c1, #f0fff4);
}
.background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  background-image: url('https://amgt.be/wp-content/uploads/2025/08/Background_formpage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.65;
}
.registration-page-inner-group {
	width: 50vw;
	margin: 0 auto;
}
.registration-page-inner-group > .wp-block-image.size-full {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
}
.registration-page-inner-group > .wp-block-image.size-full img {
  width: 150px;
  height: auto;
}
.registration-page-form-group {
	position: relative;
	height: 65vh;
    background: #28282b;
    margin-top: -100px;
    padding-top: 115px;
    border-radius: 20px 20px 0px 0px;
    opacity: 0.9;
    -webkit-mask: radial-gradient(circle 110px at 50% 0px, transparent 99%, black 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-out;
    mask: radial-gradient(circle 110px at 50% 0px, transparent 99%, black 100%);
    mask-repeat: no-repeat;
    mask-composite: exclude;
    color: ghostwhite;
}
.registration-tab-group {
	position: absolute;
	z-index: 10;
    top: 0;
    display: flex;
    flex-direction: row;
}
.tab:hover {
	cursor: pointer;
}
.registration-tab-group > span {
    padding: 10px 20px;
    border: 1px solid ghostwhite;
}
.registration-tab-group > span.active {
	animation: blinkGreen 3s infinite;
}
@keyframes blinkGreen {
  0%, 100% {
    color: inherit;
    background-color: transparent;
  }
  50% {
    color: #28282b;
    background-color: #d4edda;
  }
}
.registration-page-form-group > h2 {
	margin-block-end: 25px;
	text-align: center;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: 500;
}
.registration-page-form-group > h2 > sup {
	text-transform: lowercase;
}
.form-text-group {
	max-height: 38vh;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: crimson transparent;
}
.form-text-group::-webkit-scrollbar {
  width: 8px;
}
.form-text-group::-webkit-scrollbar-track {
  background: transparent;
}
.form-text-group::-webkit-scrollbar-thumb {
  background-color: crimson;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.registration-page-form-group > .form-text-group > p {
	padding: 0 7%;
}
.registration-page-form-group > .form-text-group > ul {
	padding: 0 12%;
}
.registration-page-form-group > .wp-block-buttons {
	height: 10vh;
	justify-content: center;
}
.registration-button > a {
	background-color: ghostwhite;
    color: #28282b;
    font-weight: bold;
}
.registration-page-logo-group {
	height: 25vh;
	background-color: ghostwhite;
	border-radius: 0px 0px 20px 20px;
	opacity: 0.9;
}
.main-sponsor {
	text-align: center;
}
.main-sponsor > img {
	width: 33%;
	height: auto
}
div > .additional-sponsor {
	text-align: center;
}
div > .additional-sponsor > img {
	max-width: 50%;
}