.pagecontainer {
            max-width: 800px; /* Set the maximum width of the content */
            margin: 0 auto; /* Center the container horizontally */
            /*background-color: #fff; /* Set background color to white inside the container */
	    /*padding: 20px; /* Add padding to the content inside the container */
        }
        
.slimpagecontainer {
            max-width: 400px; /* Set the maximum width of the content */
            margin: 0 auto; /* Center the container horizontally */
            /*background-color: #fff; /* Set background color to white inside the container */
	    /*padding: 20px; /* Add padding to the content inside the container */
        }

body {
font-family: Arial, Helvetica, sans-serif;
/*font-size: 2vw;*/
color: #363634;
}

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  border: 10px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #373534;
}

.contactButton{
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /*position: fixed;*/
  /*float: right;*/
  bottom: 20px;
  right: 40px;
  z-index: 99;
}

.saveButton{
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /*position: fixed;*/
  float: right;
  bottom: 20px;
  right: 40px;
  z-index: 99;
}



.container {
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  min-width: 350px;
}

.popup {
  display: none; /*Hidden to start with*/
  border-radius: 8px;
  background-color: #f2f2f2;
  padding: 10px;
}


H3 {
  color: #04AA6D;
}

.buttonImg {
  width: 40px;
  height: auto;
}

.stickerImg {
  width: 80px;
  height: auto;
}

.maintainImg {
  width: 120px;
  height: auto;
}


.socialImg {
  width: 20px;
  height: auto;
}

.logoImg {
  width: 200px;
  height: auto;
  display: block; 
  margin: auto;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #04AA6D;
}

.facebook {
  background: #3B5998;
  color: white;
}

.x {
  background: Black;
  /*color: white;*/
}

.instagram {
  background: #FE0678;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/* Alert Styles */
.alert {
  background-color: #f44336 !important;
  opacity: 1 !important;
  transition: opacity 0.6s !important;
}

.alert.success {background-color: #29D19E !important;}
.alert.info {background-color: #2196F3 !important;}
.alert.warning {background-color: #fc6060 !important;}
.alert.amber {background-color: #ff9800;}

.closebtn {
  margin-left: 15px !important;
  color: white !important;
  font-weight: bold !important;
  float: right !important;
  font-size: 22px !important;
  line-height: 20px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

.closebtn:hover {
  color: black !important;
}
