/*UPLOAD FILES*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  
  .btn-file {
    border: 10px dotted green;
    color: gray;
    background-color: white;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }

/*SCROLLING DIVS*/

.scrolling-wrapper{
	overflow-x: auto;
}


.centered {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh
}




.card-block{
	height: auto;
	background-color: #fff;
	border: none;
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out !important;
	/*border-radius: 24px;*/

}

.card-2{
	background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}



 