* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 4vmin;
}

body {
  font-family: sans-serif;
  background-size:cover;
  margin:0;
  padding:0;
  -moz-background-size:cover;
  background:cover;
}

.scene,
canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

#Icon{
    width: 6em;
    height:6em;
    border-radius: 50%;
    overflow:hidden;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
}
#crd{
    overflow:hidden;
    background-color:White;
    width: 80%;
    height:99%;
    border-radius: 8px;
    box-shadow:1px 1px 3px gray;
    vertical-align: middle;
    display: table;
    text-align:center;
}
#smalcrd{
    overflow:hidden;
    background-color:White;
    width:80%;
    height:30%;
    border-radius: 8px;
    box-shadow:1px 1px 3px gray;
    vertical-align: middle;
    display: table;
    font-size: 5vmin;
}

.vl {
  border-left: 1px solid grey;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.freecrd{
    margin: auto;
    overflow:hidden;
    background-color:rgba(255,255,255,0.8);
    border-radius: 8px;
    vertical-align: middle;
	min-width: 50%;
    display: table;
    font-size: 5vmin;
    box-shadow:  7px 7px 16px #d0d0d0,
             -7px -7px 16px #f0f0f0;
}

.pill {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 16px;
}

.qrcod {
	border-radius: 20px;
	box-shadow:  7px 7px 16px #d0d0d0,
             -7px -7px 16px #f0f0f0;
}

#incrd{
    width:100%;
    height:100%;
    overflow-x:hidden;
    display: table;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-size: 5vmin;
}

#neumorphismcrd{
    overflow:hidden;
    vertical-align: middle;
	text-align:center;
    display: table;
    width:80%;
    height:auto;
    font-size: 5vmin;
    border-radius: 20px;
    opacity:0.8;
    box-shadow:  7px 7px 16px #d0d0d0,
             -7px -7px 16px #f0f0f0;
}

#intable{
	width:85%;
	margin-left:auto; 
    margin-right:auto;
}

hr {
width: 50%;
margin-left: auto;
margin-right: auto;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"]{
    border-radius: 5px;
    background: #ffffff;
    box-shadow: inset 5px 5px 10px #d9d9d9, 
            inset -5px -5px 10px #ffffff;
    border:0;
    height:20px;
    text-align:center;
    font-size:15px;
    vertical-align: middle;
}
input[type="button"]{
    border:0;
    border-radius:8px;
    text-align:center;
    font-size:calc(12px + 1vmin);
    height:4vmin;
    min-height:30px;
    box-shadow: 5px 5px 10px #d9d9d9, 
             -5px -5px 10px #ffffff;
    vertical-align: middle;
    
    color: #000080;
    background: #ffffff;
    font-weight: bold;
}
input[type="submit"]{
    border:0;
    border-radius:8px;
    text-align:center;
    font-size:calc(12px + 1vmin);
    height:4vmin;
    min-height:30px;
    box-shadow: 5px 5px 10px #d9d9d9, 
             -5px -5px 10px #ffffff;
    vertical-align: middle;
    
    color: #000080;
    background: #ffffff;
    font-weight: bold;
}

textarea{
    border-radius:8px;
    text-align: center;
    width:70%;
    height:20%;
    box-shadow: inset 5px 5px 10px #d9d9d9, 
            inset -5px -5px 10px #ffffff;
    border:0;
    font-size:3vmin;
    overflow:auto;
}
iframe{
    width:80%;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: inset 5px 5px 10px #d9d9d9, 
            inset -5px -5px 10px #ffffff;
    frameborder: 0;
}

/* Loader */
.loader {
  border: 16px solid lightgray;
  border-top: 16px solid Black;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* The Modal */
/* background */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  overflow-x:hidden;
  overflow-y:scroll;
  width: 80%;
  height:50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
    
/*File Upload*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.boxfdin{
  animation: fdinFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: fdinFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: fdinFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: fdinFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: fdinFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes fdinFrames{
  0% {
    opacity:0.17;
    transform:  translate(-50px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes fdinFrames{
  0% {
    opacity:0.17;
    -moz-transform:  translate(-50px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes fdinFrames {
  0% {
    opacity:0.17;
    -webkit-transform:  translate(-50px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes fdinFrames {
  0% {
    opacity:0.17;
    -o-transform:  translate(-50px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes fdinFrames {
  0% {
    opacity:0.17;
    -ms-transform:  translate(-50px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

@media print
{

	.page-break  {
		display:block;
		page-break-before:always;
		
	}

	#neumorphismcrd {
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none; 
	  }

	.noprint {
		  visibility: hidden;
	}

}