@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Nunito:wght@400;700;800&display=swap');

body {
    background-color: #e1e9f0;
}

.postbox {
  position: relative;
  min-width: 255px; 
  border: none;
  box-shadow: none;
}

.form-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-inline {  
  display: flex;
  align-items: center;
}

.form-inline input {
  vertical-align: middle;
  height: 40px;
}

.form-inline button {
  height: 40px;
}


.legalmonster-plugin {
  font-family: "Nunito", sans-serif !important;
  font-size:1.25em;
}

.legalmonster-plugin p {
  font-size:1.25em; 
}


.legalmonster-plugin img {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

.center {
  margin: auto;
  padding: 10px;
}

.w-100 {
  width:100%;
}

.w-75 {
  width:75%;
}

select {
  font-family: inherit;
font-size: inherit;
line-height: inherit;
}

.legalmonster-plugin h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important;
  color: rgba(22,30,46,var(--text-opacity));
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-outline-primary {
  color: #007bff !important;
  background-color: #fff !important;
  border-color: #007bff !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-success {
  background-color: #56b682;
  border-color: #56b682;
  color:#fff;
}

.btn-success:hover {
  background-color: #389764;
  border-color: #389764;
    color:#fff;
}

.btn {
  font-family: "Nunito Bold", sans-serif !important;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border: 1px solid transparent;
}

 /* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #56b682;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  background-color: #e4ecf3;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #56b682;
  color:#fff;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  background-color: #fff;
  border: none;
}