@import "navbar.css";
@import "fonts.css";
@import "default.css";

:root{
	--main: #bfa7d9;
	--background: rgba(230, 242, 255,0.8);
	--background-dark: rgba(185,232,255,1);
	--backgroundDark: rgba(185,232,255,1);
	--text: rgba(20,81,160,1);
	--radius: 15px;
}

*:focus {
    outline: 0 !important;
}

body, html{
	height: 100%;
	font-family: Cambria, Sans serif;
}

div{
	border-radius: var(--radius);
}
.checkbox{
	width: 100%;
	height: 50%;
}
.no-round-border{
	border-radius: 0;
}
.bg {
  background-color: var(--background);
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-flow: column;
}

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

.white_tr{
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid #dfdfdf;
    box-shadow: 10px 15px 10px -20px rgba(0,0,0,0.75);
}
.transparent{
	background-color: rgba(255,255,255,0);
}
.forum_form{
	background-color: var(--background);
	border: double 2px var(--text);
}
.btn{
	background-color: white;
	color: var(--text);
	font-weight: Bold;
	border: 2px solid var(--text);
	border-radius: var(--radius);
}
.btn-sq{
	background-color: white;
	color: var(--text);
	font-weight: Bold;
	border: 2px solid var(--text);
	border-radius: 0px;
}

.btn:hover{
	background-color: var(--text);
	color: white;
	border: 2px solid white;
}

.btn:disabled{
    background-color: var(--text);
	color: white;
	border: 2px solid white;
}
.btn:active{
    background-color: var(--text);
	color: white;
	border: 2px solid white;
}
.btn_inverse{
	background-color: var(--text);
	color: white;
	font-weight: Bold;
	border: 2px solid white;
}
.btn_inverse:hover{
	background-color: white;
	color: var(--text);
	border: 2px solid var(--text);
}
.btn_active{
	background: rgb(1,194,217);
	background: linear-gradient(195deg, rgba(34,50,90,0.75) 0%, rgba(0,76,86,0.45) 62%, rgba(11,161,226,0.25) 100%);
	color: white;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
}
.btn_desease{
	/*min-height: 150px;
	position: relative;
	padding: 1vh;
	background: rgb(79,236,43);
	background: radial-gradient(circle, rgba(79,236,43,0.8200181253840414) 0%, rgba(34,185,0,1) 73%, rgba(53,222,15,0.9548495860581987) 100%);padding: 0.22rem;
	color: white;
	padding: 0.22rem;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);*/
	transition: 0.8s;
}
.btn_desease:hover{
	color: white;
	background: white;
}
.btn_emotion{
	/*min-height: 150px;
	position: relative;
	padding: 1vh;
	background: rgb(250,92,195);
	background: radial-gradient(circle, rgba(250,92,195,0.6851866647098841) 0%, rgba(255,0,167,0.7811879361613413) 73%, rgba(212,64,228,0.5817497339141503) 100%);transition: 0.8s;
	color: white;
	padding: 0.22rem;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.61);
	transition: 0.8s;*/
}
.btn_emotion:hover{
	color: white;
	background: white;
}
.btn_tr{
	background-color: rgba(255,255,255,0);
}
.no-border{
	border: 0px rgba(255,255,255,0);
	outline: none;
}
.no-border:focus{
	border: 0px rgba(255,255,255,0);
}

/* CARD SETTINGS */
/* -------------------------------------- */
	.card{	
		overflow: hidden;
		border-radius: var(--radius);
		-webkit-box-shadow: 0px 10px 13px -7px #000000, 7px 7px 15px 0px rgba(0,0,0,0.5); 
		box-shadow: 0px 10px 13px -7px #000000, 7px 7px 15px 0px rgba(0,0,0,0.5);
	}
	.card_full{
		max-width: 100%;
	}
	.card-header{
		background-color: var(--background-dark);
	}
	.card-body{
		padding-left: 5px;
		padding-right: 5px;
	}
	.cardContent{
		background-color: rgba(255,255,255,1);
	}
	.card-wider{
		width: 120%;
		position: relative;
		left: -10%;		
	}
	.card-footer{
		background-color: var(--background-dark);
	}
	.card-img-top{
		height: 100%;
		max-height: 25vh;
	}
	
	.card__inner {
	  width: 100%;
	  height: 100%;
	  transition: transform 1.5s;
	  transform-style: preserve-3d;
	  cursor: pointer;
	  position: relative;
	}

	.card__inner.is-flipped {
	  transform: rotateY(180deg);
	}

	.card__face {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow: hidden;
		border-radius: 16px;
		box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
	}

	.card__face--back {
	  transform: rotateY(180deg);
	}
/* -------------------------------------- */

.footer-logo{
	max-height: 5vh;
	margin: 0px 1vw;
}
.border-top{
	border-top: 1px solid #dfdfdf;
    box-shadow: -10px -15px 10px -20px rgba(0,0,0,0.75);
}
.form{
	background-color: #dddddd;
	padding: 5px;
}
.form2{
	border: 2px solid var(--main);
	background-color: #fffffa;
	padding: 2px;
}
.form-control{
	font-size: 1.8rem;
}
.gradientBackground{
	background: rgb(1,194,217);
	background: linear-gradient(195deg, rgba(20,81,160,1) 0%, rgba(185,232,255,1) 62%, rgba(230, 242, 255,0.8) 100%);
}
.shadowAround{
	box-shadow: 1px 1px 66px 9px rgba(0,0,0,0.61);
	-webkit-box-shadow: 1px 1px 66px 9px rgba(0,0,0,0.61);
	-moz-box-shadow: 1px 1px 66px 9px rgba(0,0,0,0.61);
}

.img-overlay{
	background-color: rgba(255,255,255,0.8);
}
.img-container{
	height: 100%;
	padding: 4vw;
}
.slider-image{
	opacity: 0.98;
	border: 5px double #888888;
	width: 100%;
	box-shadow: 1px 1px 66px 0px rgba(0,0,0,0.61);
	-webkit-box-shadow: 1px 1px 66px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 1px 1px 66px 0px rgba(0,0,0,0.61);
}
.fadeIn {
	animation:animatezoom 1.5s;
}
.sideRight{
	animation:animateslide 1s;
}
.modal-dialog{
	height: 100%;
	width: auto;
	max-width: 100%;
}
.pop-up{
	z-index: 2000;
	position: fixed;
	top: 5vh;
	left: 15vw;
	width: 70vw;
	height: 90vh;
}
.center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.line{
	background-color: white;
	border-radius: 25px;
	height: 3px;
	width: 70vw;
	margin: 15px 0px;
}
.admin_gallery{
	max-height: 50px;
}
li[data-target='#carouselExampleIndicators']{
	background-color: var(--background-dark);
}
.active[data-target='#carouselExampleIndicators']{
	background-color: rgba(20,81,160,1);
}
.carousel-control-prev-icon{
	background-color: rgba(20,81,160,1);
}
.carousel-control-next-icon{
	background-color: rgba(20,81,160,1);
}
.file{
	background-color: white;
}
.align-middle{
	margin-top: 1rem;
}
.f_box{
	background-color: #bfa7d9;
}
.f_box_img {
    padding: 0px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.usecase{
	background-color: var(--background);
	margin: 15px 0px;
	padding-top:10px;
	
}
.wrapper2 {
    position: relative;
    padding-bottom: 100%;
	max-height: 65vh;
}
.img-box {
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.tile_bg{
	background-color: var(--backgroundDark);
	margin: 10px;
}
.wrapper{
	position: relative;
	padding-bottom: 70%;
}
.wrapper-30{
	position: relative;
	padding-bottom: 30%;
}
.align-middle{
	margin-top: auto;
	margin-bottom: auto;
}



@keyframes animatezoom{
	from{
		transform:scale(0)
	} to{
		transform:scale(1)
	}
}
@keyframes animateslide{
	from{
		left:-400px;
		opacity:0
	}
	to{
		left:0;
		opacity:1
	}
}
@media screen and (max-width: 768px) {
	.card{
		width: 100%;
	}
	.card_full{
		width: 100%;
		max-width: 92%;
	}
}