body, button, textarea, select, input[type=tel], input[type=password], input[type=submit], input[type=text], input[type=email], input[type=number], input[type=date]{font-family: "Karma", sans-serif; font-size:20px;}.card {border: 2px solid #CCC;  border-radius: 20px;width:98%;}.card {  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);  transition: 0.3s;}.card:hover {   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}.card2 {border: 2px solid #CCC;  border-radius: 100px;}.card2 {  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);  transition: 0.3s;}.card2:hover {  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}.panel {  padding: 0 2px;  display: none;  background-color: white;  overflow: hidden;}.formx input[type=email],.formx input[type=tel],.formx input[type=password],.formx input[type=text],.formx input[type=number],.formx input[type=date]{padding:10px 10px;border:1px solid #999;border-radius:10px;-webkit-box-sizing:border-box;font-size:20px;text-align:center;width: 90%;outline:0;border-color:#999;}textarea{padding:10px 10px;border:1px solid #999;border-radius:10px;-webkit-box-sizing:border-box;font-size:20px;text-align:center;width: 90%;outline:0;border-color:#999;}select{padding:10px 10px;border:1px solid #999;border-radius:10px;-webkit-box-sizing:border-box;font-size:20px;text-align:center;width: 90%;outline:0;border-color:#999;}.formz input[type=password]{padding:1px 1px 13px 1px;border:1px solid #999;border-radius:10px;-webkit-box-sizing:border-box;font-size:20px;text-align:center;width: 90%;outline:0;border-color:#999;}@-webkit-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; } }@-moz-keyframes fadeIn {0% { opacity: 0;}100% { opacity: 1; }}@-o-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}@keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}.fadeIn {-webkit-animation: fadeIn 1s ease-in-out;-moz-animation: fadeIn 1s ease-in-out; -o-animation: fadeIn 1s ease-in-out;animation: fadeIn 1s ease-in-out;}.embed {position:relative;width:96%;padding-bottom: 56.25%;}.embed iframe {position: absolute;left:2%;width: 100%;height: 100%;border: none;}.loader {    position: fixed;    z-index: 99;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: white;    display: flex;    justify-content: center;    align-items: center;}.loader > img {    width: 100px;}.loader.hidden {    animation: fadeOut 2s;    animation-fill-mode: forwards;}@keyframes fadeOut {    100% {        opacity: 0;        visibility: hidden;    }}.thumb {    height: 100px;    border: 1px solid black;    margin: 10px;}.ResponsiveCenter {  width: 40%;  float: left;  padding: 15px;}.ResponsiveSide {  width: 25%;  float: left;  padding: 15px;}.BlockCenter {    margin-left: auto;    margin-right: auto;    width: 10px}.TextCenter {    text-align: center;} .Buttonx {    border: none;    padding: 15px 1px;    text-align: center;	border-radius: 10px;    text-decoration:none; 	font-size:22px;	border-radius: 10px;    width:90%;    display: inline-block;     cursor: pointer; }.Button1 {background-color: #5cb85c;color:#FFF;font-size:22px;} /* Green */.Button2 {background-color: #008CBA;color:#FFF;font-size:22px;} /* Blue */.Button3 {background-color: #f44336;color:#FFF;font-size:22px;} /* Red */ .Button4 {background-color: #CCCCCC;color:black;font-size:22px;} /* Gray */  .Button5 {background-color: #000000;color:#FFF;font-size:22px;} .Button6 {background-color: #FFFFFF;color:#FFF;font-size:22px;}/*the container must be positioned relative:*/.autocomplete {  position: relative;  display: inline-block;  text-align:center;}.autocomplete-items {  position: absolute;  border: none;  border-bottom: none;  border-top: none;  z-index: 99;  /*position the autocomplete items to be the same width as the container:*/  top: 100%;  left: 0;  right: 0;}.autocomplete-items div {  padding: 10px;  font-size:20px;  cursor: pointer;  background-color: #4CAF50;   border-top: 1px solid #ccc;   color:#fff;    border-left: 1px solid #ccc;  border-right: 1px solid #ccc;  border-bottom: 1px solid #ccc;}/*when hovering an item:*/.autocomplete-items div:hover {  background-color: #4CAF50;   color:#fff;}/*when navigating through the items using the arrow keys:*/.autocomplete-active {  background-color: DodgerBlue !important;   color: #ffffff; }