.primarybutton{
    display: inline-flex;
    border-radius: 4px;
    font-size: 16px;
    padding: 14px 24px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.08px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    overflow-wrap: break-word;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.2s 
	ease-in-out;
    z-index: 4;
    border: 1px solid transparent;
    background: rgb(255, 62, 62);
    color: rgb(255, 255, 255);
}

a.linkclass{
    color: #ff3e3e;
    text-decoration: none;
}

a.linkclass:hover {
    color: #cf2929;
    text-decoration: underline;
}

body {
  margin: 0px !important;
}

.formBuilderForm {
  margin-top: 120px !important;
  @media (max-width: 768px) {
    margin-top: 48px !important;
  }
}

.pweb-rev-heading {
  font-family: 'PPFragment,SerifLight';
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pweb-rev-description {
  font-family: 'PublicSans';
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: black;
}

#app {
  background-color: #ffffff !important;
}

#pbButton{
    z-index:10;
}

[data-testid="link-lists-prev"] + div:has(+ [data-testid="link-lists-next"]) {
    font-family: 'PublicSans';
}

div:has(.content-center #thankyoutest) {
    background: #ffffff !important;
}
 
#thankyoutest h1{
    font-weight: unset !important;
}

/*
.revampArticleBlock p {
     margin-top: 18px !important; 
     margin-bottom: 18px !important; 
}

#revamp-modal-wrapper{
  .revampArticleBlock p {
     margin-top: 0px !important; 
     margin-bottom: 0px !important; 
}
}

#revamp-modal-wrapper{ 
    #image-carousel{
        position: relative;
    }
}

#revamp-modal-wrapper{
    #image-button-container{
        position: fixed;
    }
}
*/