
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  overflow-x: hidden;
}
.header {
  padding:25px 0;
  box-shadow: 0 1px 6px rgba(0,0,0,0.16);
  background: #ffffff;
}
.max-877px {
  margin: 0px auto 0;
  width: 100%;
  max-width: 877px;
  padding-bottom: 50px;
}
.mid-blk {
  margin: 50px auto 20px;
  width: 100%;
  max-width: 877px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.16);
  padding: 45px 60px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 25px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.28) !important;
  border-radius: 20px;
  background: #ffffff;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  padding: 3px 15px;
  border: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.label-form {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  margin: 0 0 8px 0;
  padding: 0;
}
.max-325px {
  width: 100% !important;
  max-width: 325px !important;
}
.max-590px {
  width: 100% !important;
  max-width: 590px !important;
}
.max-530px {
  width: 100% !important;
  max-width: 530px !important;
}
.canvas-blk {
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.16);
  border-radius: 15px;
  margin-bottom: 10px;
  border: 0;
  position: relative;
  width: 100%;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
 

.canvas-blk canvas {
  position: absolute;
  left: 0;
  top: 0;
  width:800px;
  height:200px;
  background-color: white;
  border:0 !important;
}

.custom-control-label {
  margin-bottom: 0;
  line-height: 23px;
}
.custom-control-label::before {
  box-shadow: 0 1px 4px rgba(0,0,0,0.16) !important;
  border-radius: 50%;
  background: #fff;
}
.custom-control-label::after {
  box-shadow: 0 1px 4px rgba(0,0,0,0.16) !important;
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2F2F2F;
}
.font-weight-600 {
  font-weight: 600;
}
.btn {
  padding:8px 30px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 20px;
  background: #212121;
  border: 0;
  text-transform: uppercase;
}
.btn.btn-danger {
  background-color: #dc3545;
}
.form-control[readonly] {
  background-color: #ffffff !important;
  opacity: 1;
}
 @media (max-width:767px) {
  .mid-blk {
    margin: 30px auto;
    width: 100%;
    max-width: 877px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.16);
    padding: 30px 30px;
  }
  .header {
    padding: 15px 0;
  }
}