@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');



body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; 
}

body::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 225px;
    height: 225px;
    background: url(https://portal.adegademoncao.pt/wp-content/uploads/2025/07/logo.png) no-repeat center center;
    background-size: contain;
    opacity: 0.2; 
    transform: translate(-50%, -50%);
    pointer-events: none; 
    z-index:-1;
}



a{text-decoration:none;}

.card-number {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}


/*login form*/
.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:330px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	font-size: 13px;
	margin-top:20px;
}

.form-control, .card{
    border:1px #f0f0f0 solid!important;
}

.icon_noti{
    color: #fff;
    text-decoration: none;
    position: fixed;
    top: 0;
    z-index: 99999999;
    right: 15%;
    background-color: #323232;
    width: 35px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

th{
    vertical-align: middle;
}

.select_page{
    width: 80px;
    margin-top: 20px;
    display: inline-block!important;
    float: inline-end;
}

#popup-mensagem{
    display:none; 
    position:absolute; 
    top:50%; 
    left:50%; 
    transform:translate(-50%, 0%); 
    max-width:600px;
    min-width: 325px;
    background-color:#fff; 
    padding:20px; 
    box-shadow:0 4px 8px rgba(0,0,0,0.2); 
    z-index:1000;
    border-radius:7px;
}
#closebtn{
    padding: 10px;
    position: absolute;
    top: -7px;
    right: 0px;
    color: #323232;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
}

#overlay{
    display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:999;
}

.box-mensagem{
    background-color: #0d6efd;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translate(-50%, 0px);
}


.logocard {
    position: relative;
    min-height: 225px;
}

.logocard::before {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 15%;
    height: 100%;
    background: url(https://portal.adegademoncao.pt/wp-content/uploads/2025/07/logo.png) no-repeat bottom;
    background-size: contain;
    opacity: 1;
    z-index: 0;
}


/*ADMIN BAR*/
#wpadminbar{display:none!important;}
@media (max-width:768px){
    #wpadminbar{display:block!important;position:fixed!important;}
    #wp-admin-bar-site-name, #wp-admin-bar-new-content{display:none!important;}
	
	.pagination .page-item {
        display: none; 
    }
    .pagination .page-item:first-child, 
    .pagination .page-item:last-child,  
    .pagination .page-item.current,     
    .pagination .page-item.first,      
    .pagination .page-item.last {      
        display: inline-block !important; 
    }
	
}
@media (min-width:768px){
    .wp-toolbar{padding:0px!important;}
}*/




