@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
	background-image: url("https://eventos.komvos.site/img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

a {color:#00aa9e;}

h1, h2, h3 { color: #00aa9e; }


strong {
	font-size: 14pt;
	color: #00aa9e;
	background-color: #333;
	padding: 4px;
	border-radius: 2px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.logo {
	max-width: 160px;
}

.calendar-container {
    max-width: 1000px;
    margin: 0 auto;
}

.month {
    display: inline-block;
    width: 100%;
    height: 250px; 
    overflow: auto;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}


.month-title {
    position: sticky; 
    top: 0;
    z-index: 0; 
    padding: 5px;
	color:#00aa9e;
	background:#323233;
	border-radius:5px;
}

.month-title::before {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.event {
    margin-bottom: 3px;
    font-size: 10pt;
    padding: 3px;
}

.past {
    text-decoration: line-through;
    color: red;
}


.container-login {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}


.login-form {
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	border-radius: 10px;
}

.login-form img {
	width: 500px;
  height: 250px;
  object-fit: cover;
  opacity:0.7;
}

.btn{
	background:#00aa9e;
	border:1px solid #00aa9e;
	width:100%;
}

.btn:hover{
	background:#323233;
	border:1px solid #00aa9e;;
}

.btn-2{
	width:auto;
	color:#fff;
}

.btn-2:hover{
	background:#323233;
	border:1px solid #00aa9e;
	color:#fff;
}

.btn-danger{
	width:auto;
	color:#fff;
	background:	#880808;
	border:1px solid red;
}

.btn-danger:hover{
	background:#323233;
	border:1px solid #00aa9e;
	color:#fff;
}

.btn-data{
	width:45px!important;
	z-index: 99;
	position: sticky;
}

.active>.page-link{
	background:#00aa9e;
	border:1px solid #00aa9e;
}

.page-link{color:#00aa9e}

.pag{
	background:#fff;
	padding:44px;
	border-radius:15px;	
}


nav ul li {
	padding:4px;
}

.login-form.form-label{color:#fff;}


.floating-events {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.float-p{color:red!important}

.expanded-title {
    display: none;
}

.expanded-title.expanded {
    display: block;
}
