@import "variables.css";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


.page-heading
{
  font-size: 24px;
  font-weight: 500;
  color: var(--clr-orange);
  margin-bottom:15px;
  margin-top:15px
}

.c-checkbox input[type="checkbox"]:checked + span {
  background-image: url("./images/check.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="radio"]:checked + span {
  background-image: url("./images/check.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.font-size-14
{
  font-size:14px;
}
.main-container
{
  max-width:1050px;
  font-family: 'Lato', sans-serif; 
  margin:auto;
}
.right-card
{
  flex:0 0 450px;
  max-width: 450px;
}
.capital-mail
{
  display: block;
  margin-top:25px;
}
.input-form {
  border: 1px solid var(--clr-gray);
  border-radius: 4px;
  padding: 3px 6px;
  outline: none;
  width: 100%;
  
}
.btn-submit
{
  background-color: var(--clr-orange);
  width: 100%;
  margin-bottom: 10px;
  border: 0px;
  color: white;
  padding: 13px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(58, 48, 22, 0.51);
  transition: .5s;
  
}

.btn-submit:hover {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.preview-card
{
  background: url(./images/logo-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 25px;
    border-radius: 0px!important;
    min-height: 265px;
    background-size: contain;
    margin-top: 0px!important;
}
.clear-select svg
{
  width: 20px!important;
  height: 13px!important;
}

.page-heading {
  font-weight: 300;
  font-size: calc(42em / 15);
  line-height: 42px;
  letter-spacing: 0;
  color:var(--clr-primary);
  outline: none;
}
.page-heading::after
{
content: "";
height: 5px;
width: 133px;
background: #c65301;
display: inherit;
margin-top: 15px;
}
.form-select-block .svelte-select.focused
{
  border-color:var(--clr-primary-light)!important;
}

.input-form:focus
{
  border-color:var(--clr-primary-light);
}
.address-form .svelte-select .selected-item
{
  max-width: 515px;
}
.font-weight-400
{
  font-weight: 400;
}

.bullet-separator
{
  flex:0 0 20px;
  max-width: 20px;
  text-align: center;
}

.thankyou-message
{
  font-weight: 400;
  font-style: italic;
  font-size: calc(23em / 15);
  line-height: 23px;
  letter-spacing: 0.010em;
  margin:28px 0 15px 0px;
  color:var(--clr-primary);
  outline: none!important;
}
.thankyou-content
{
  font-weight: 400;
  font-size: calc(17em / 15);
  line-height: 26px;
  color: var(--clr-secondary);
  letter-spacing: 0;
  margin: 0 0 15px;
  font-family: "Lato", Verdana;
}

.error
{
  font-size: 12px;
}
.form-select-block .svelte-select
{
      border-color: var(--clr-gray)!important;
height: 32px;
min-height: 32px !important;
border-radius: 4px !important; 
padding-left: 6px !important;
}
.phone-error
{
  margin-top:-10px;
}
.font-size-12
{
  font-size: 12px;
}
.country-code
{
  flex: 0 0 80px;
  max-width: 80px;
}
.state-code
{
  flex: 0 0 80px;
  max-width: 80px; 
}
.form-area-wrapper input::placeholder
{
  color:#5e6a71
}
.thankyou-content a
{
  color:var(--clr-primary);
  text-decoration: none;
}
.thankyou-btn
{
  max-width: 260px;
}
.select-error
{
  
    bottom:-20px;
}
.checkbox-error
{
  position: absolute;
  bottom:-14px;
}
.phone-error
{
  position: absolute;
  bottom:2px;
}


.card-preview-block
{
      margin-left: 40px;
    /* border: 2px solid #5f6a71; */
    padding: 15px 15px;
    text-align: center;
    
    box-shadow: 1px 1px 12px #ccc;
    height:310px;
}
.card-preview-block-inner
{
  padding: 45px 15px;
  border: 2px solid #d2d3d3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-preview-block-inner img
{
  max-width: 150px;
}
.hr-divider
{
   border: 2px solid #c65301;
   opacity: 1;
    display: inherit;
    margin-bottom: 25px!important;

}