@import "navbar.css";
@import "animations.css";
@import "3dcss.css";
@import "input.css";
@import "integrations.css";
@import "croppie.css";
/*@import "slider.css";*/


:root{
	--admin-color: rgba(22,167,248,1);

	--transparent: rgba(255, 255, 255, 0);
	--white: rgba(255, 255, 255, 1);
}

body{
	min-height: 100svh;
}

div{
	border-radius: 15px;
}
main{
	flex-grow: 1;
	overflow: auto;
}

.display-flex{
	display: flex;
	flex-direction: column !important;
}

input[data-readonly] {
  pointer-events: none;
}

.bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
}

.placeholder{
	height: 25px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	cursor: default;
}
.m_placeholder{
	height: 42vh;
	width: 100%;
}
.s_placeholder{
	height: 10vh;
	width: 100%;
}
.sm_placeholder{
	height: 25vh;
	width: 100%;
}
.row{
	margin-right:0px;
	margin-left:0px;
	align-content: flex-start;
}

.content{
	border-radius: 0px;
	margin-top: 0px;
	padding: 0px;
}

.content a{
	text-decoration: none;
}

.no-decoration{
	text-decoration: none;
}
.tab{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
}

.white{
	background-color: var(--white);
	border-bottom: 1px solid #dfdfdf;
    box-shadow: 10px 15px 10px -20px rgba(0,0,0,0.75);
}
.grey{
	background-color: rgba(180,180,180,0.95);
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}
.transparent{
	background-color: var(--transparent);
}

.evenOdd{
	background-color: var(--admin-color);
	color: white;
}

.btn{
	font-weight: Bold;
	padding: 1.1rem 1.4rem;
	border-radius: 10px;
}
.btn_reverse{
	font-weight: Bold;
}
.btn_white{
	font-weight: Bold;
}

.btn-success{
	background-color: green;
}
.btn-danger {
	background-color: red;
}
.btn:hover{
	transition: 0.6s;
}
.btn_reverse:hover{
	transition: 0.6s;
}

.btn_tr{
	background-color: rgba(255,255,255,0);
}

.btn_active{
	transition: 0.5s;
	font-size: 20px;
	border: 1px solid #fffffa;
	border-radius: 10px;
	color: white;
}

.btn_picture{
	transition: 0.5s;
	font-size: 20px;
	border: 0px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0px;
	color: white;
	height: 100%;
}
.tile{
	padding: 10px;
}

.fullScreen{
	height: 100vh;
	width: 100ve;
	/*position: absolute;*/
	top: 0;
	left: 0;
}
.homeCover{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fullPicture{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0px;
}
.paralax{
	background-attachment: fixed;
}
.bottom{
	position: absolute;
    bottom: 0;
}
.center{
	
}
.stickToBottom{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1200;
    display: flex;
}
.z2{
	z-index: 2;
}

.card-deck{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 4%;
	margin: 0px;
}
.card{
	flex: 1 0 0%;
	overflow: hidden;
	margin: 1vh 0.25vw 1vh 0.25vw;
	padding: 0.5rem;
	border: 0px;
	border-radius: inherit;
}

.card-header{
	padding: 0rem;
}

.card-body{
	padding: 5px 0px 0px 0px;
}

.card-footer{
	background-color: rgba(255,255,255,0);
	padding: 0px;
	border: 0px;
}

.card-img-overlay{
	background-color: rgba(255,255,255,0.2);
}

.border-top{
	border-top: 1px solid #dfdfdf;
    box-shadow: -10px -15px 10px -20px rgba(0,0,0,0.75);
}

.border-bottom{
	border-bottom: 1px solid #dfdfdf;
    box-shadow: -10px -15px 10px -20px rgba(0,0,0,0.75);
}

.no-radius{
	border-radius: 0px !important;
}

.inner-border{
	border-radius: 15px;
}
.overlay-div{
   height:100%;
   width: 100%;
   position:absolute;
   background-color: rgba(220,220,220,0.7);
}
.displaySibling:hover + div{
	display: block;
}

.center-absolute{
	position: absolute;
    color: white;
    top: 40%;
    width: 100%;
    align-content: center;
    text-align: center;
	z-index: 16;
	display: contents;
}

.center-relative{
	position: relative;
    color: white;
    top: 40%;
    width: 100%;
    align-content: center;
    text-align: center;
	z-index: 16;
}

.hide{
	display:none;
}

.modal-content{
	position: fixed;
	bottom: 0;
}

.footer{
	background-color: grey;
	z-index: 5;
	width: 100%;
}

.footer-logo{
	max-height: 5vh;
	margin: 0px 1vw;
}

.no-padding{
	padding: 0px!important;
}
.margin-top{
	margin-top: 15px;
}
.margin-bottom{
	margin-bottom: 15px;
}
.margin-side{
	margin-left: 5px;
	margin-right: 5px;
}
.margin-left{
	margin-left: 10px;
}
.margin-right{
	margin-right: 5px;
}
.margin-top-bottom{
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin{
	margin: 5%;
} 
.margin-small{
	margin: 10px 10px;
}
.margin-12{
	margin-left: 4.1666666666%;
	margin-right: 4.166666666%;
} 
.padding-left{
	padding-left: 5vw;
}
.padding-right{
	padding-right: 5vw;
}
.padding-side{
	padding-left: 15px;
	padding-right: 15px;
}
.padding-side-3{
	padding-left: 3%;
	padding-right: 3%;
}
.padding-bottom{
	padding-bottom: 5px;
}
.padding-top-bottom{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.padding{
	padding: 10vw 10vh;
}
.padding-small{
	padding: 5px 5px;
}
.height-25{
	height: 25px;
}
.h-30{
	height: 30vh;
}
.h-45{
	height: 45vh;
}
.h-90{
	height: 90vh;
	overflow: scroll;
}
.h-75{
	height: 75vh !important;
}
.fit-content{
	height: fit-content;
}

.modal-middle{
	width: 80%;
    margin-left: 10%;
    height: 70%;
    margin-top: 15vh;
	box-shadow: 0px 0px 300px 300px rgba(255, 255, 255, 0.5);
}
.modal-middle-big{
	width: 90%;
    margin-left: 5%;
    height: 80%;
    margin-top: 7vh;
	box-shadow: 0px 0px 300px 300px rgba(255, 255, 255, 0.5);
	z-index: 2000;
}

.modal2{
	z-index: 2500;
	margin-top: 7vh;
	width: 90%;
    margin-left: 5%;
    height: 80%;
	overflow: scroll;
}

.openFromCard{
	view-transition-name: article-image;
}

@media screen and (min-width: 576px) {

}
@media screen and (max-width: 768px) {
	.no-padding-sm{
		padding: 0px;
	}
	.btn{
		padding: 0px;
	}
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 992px) {
	.btn{
		padding: 5px 5px;
	}
}
@media screen and (min-width: 1200px) {

}
