
html, body { margin:0; padding:0  }
/* svg { background-size: 20px 30px;width: 100%;height: 3500px} */
.main {
    height: 'auto';
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 98%);
}


/* ::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border: 1px solid black;
    background: rgb(41,41,41);
    border-radius: 10px;}

::-webkit-scrollbar-thumb{
    border-radius:10px;
    width: 8px;
    height: 450px;
    border: 1px solid black;
    background: white;
} */
.quotation-container {
  display: flex;
  align-items: center;
  position: absolute;
  width: 42%;
  /* height: 6%; */
  height: 10%;
  margin: 0 auto;
  background-color: #efefef;
  z-index: 1000000;
  /* top: 23%; */
  top: 19%;
  left: 30%;
  border-radius: 19px;
  justify-content: space-around;
}

.quotation-container input {
  width: 90%;
}

.quotation-inputs {
  width: 33.33%;
}

.quotation-column {
  height: 5rem;
}

.quotation-column p,
h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1.5rem;
  align-self: center;
  justify-self: center;
}

.quotation-column input {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.hover:hover {
    cursor: pointer;
}

/*# sourceMappingURL=/lanpage.e31bb0bc.css.map */