
.invite-modal-wrapper {
background: rgba(0,0,0,.5);
filter: blur(1);
height: 100vh;
left: 0;
overflow-y: scroll;
place-items: center;
position: fixed;
top: 0;
width: 100vw;
z-index: 10000;
display: grid;
}
.thank-you-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.thank-you-content img{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.invite-modal-wrapper{
display: none;
}
.thank-you-message-block-request{
display: none;
}
.invite-modal {
animation: fade-up .3s;
background: #fff;
border-radius: 3px;
box-shadow: 0 10px 40px;
margin: 3.5% 0;
max-width: 600px;
padding: 50px 40px 72px;
position: relative;
width: 100%;
}
.form {
display: flex;
justify-content: center;
}
.get-demo-container {
background: #fff;
padding: 50px 40px 72px;
border-radius: 3px;
animation: fade-up 0.3s;
box-shadow: 0 10px 40px;
position: relative;
max-width: 600px;
width: 100%;
margin-top: 3.5%;
}
.close-button-wrapper {
position: absolute;
top: 5px;
right: 10px;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
}
.close-button-wrapper button.close-button {
font-size: 22px;
background-color: transparent;
border: none;
outline: none;
box-shadow: none;
padding: 0;
color: #213047;
}
.get-demo-form h2 {
margin-bottom: 40px;
font-size: 4rem;
line-height: 135%;
text-align: left !important;
}
.form-field {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
input[type="text"],
.form-field select {
width: 100%;
height: 42px;
padding: 0 15px;
border-radius: 3px;
box-shadow: 0 3px 6px rgb(83 109 254 / 16%);
border: 1px solid #cbd6e2;
background-color: #f5f8fa;
font-size: 1.6rem;
font-family: 'work-sans-regular', sans-serif;
}
.comment input {
width: 100%;
height: 42px;
padding: 0 15px;
border-radius: 3px;
box-shadow: 0 3px 6px rgb(83 109 254 / 16%);
border: 1px solid #cbd6e2;
background-color: #f5f8fa;
font-size: 1.6rem;
font-family: 'work-sans-regular', sans-serif;
}
.captcha-container input {
width: 100%;
height: 42px;
padding: 0 15px;
border-radius: 3px;
box-shadow: 0 3px 6px rgb(83 109 254 / 16%);
border: 1px solid #cbd6e2;
background-color: #f5f8fa;
font-size: 1.6rem;
font-family: 'work-sans-regular', sans-serif;
}
.form-field input {
width: 100%;
height: 42px;
padding: 0 15px;
border-radius: 3px;
box-shadow: 0 3px 6px rgb(83 109 254 / 16%);
border: 1px solid #cbd6e2;
background-color: #f5f8fa;
font-size: 1.6rem;
font-family: 'work-sans-regular', sans-serif;
}
.form-header {
font-family: DM Sans, sans-serif;
margin: 5px;
display: block;
width: 100%;
font-size: 1.6rem;
}
.checkbox-container {
display: block;
position: relative;
padding-left: 29px;
margin-top: 10px;
cursor: pointer;
font-size: 1.4rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'work-sans-regular', sans-serif;
}
.checkbox-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 3px;
left: 0;
height: 15px;
width: 15px;
background-color: white;
border: 1px solid grey;
box-shadow: 0 3px 6px rgb(83 109 254 / 16%);
border-radius: 2px;
}
.checkbox-container:hover input~.checkmark {
background-color: rgb(228, 228, 228);
}
.checkbox-container input:checked~.checkmark {
background-color: #df0071;
border: none;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.checkbox-container input:checked~.checkmark:after {
display: block;
}
.checkbox-container .checkmark:after {
left: 5px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.resources-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
align-items: center;
}
.checkboxes {
width: 32%;
height: 42px;
padding: 0 15px;
border-radius: 3px;
box-shadow: 0 3px 6px rgb(83 109 254 / 16%);
border: 1px solid #cbd6e2;
background-color: #f5f8fa;
font-size: 1.8rem;
margin-bottom: 10px;
}
.platform-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
align-items: center;
}
.resources-form-header {
    font-family: 'work-sans-regular', sans-serif;
margin: 30px 0 10px 0;
display: block;
width: 100%;
font-size: 1.6rem;
}
.comment label {
margin: 30px 0 10px 0;
}
.secondary {
margin-left: -165px;
}
.input-container {
width: 48%;
}
.captcha-wrapper-xenonstack {
display: flex;
}
.captach-heading-wrapper,
.captach-heading-wrapper div:nth-of-type(1) {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 15px;
}
.captach-heading-wrapper canvas {
width: 200px;
height: 86px;
margin: 0 0 -28px 42px;
}
.captcha-wrapper-xenonstack input:focus {
outline: none;
border: 1px solid #2b3751;
}
.captcha-wrapper-xenonstack div:nth-of-type(1) {
width: 100%;
}
.captach-heading-wrapper .refresh-button {
border: none;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #39476033;
border: 1px solid #e6ecf4;
border-radius: 5px;
text-align: left;
height: 40px;
width: 10%;
font-size: 2.4rem;
font-family: 'work-sans-regular', sans-serif;
color: #222c3a;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin-top: 15px;
}
p.errorMsgCaptcha {
color: red;
margin-top: 6px;
font-size: 1.4rem;
font-family: 'work-sans-regular', sans-serif;
}
.captcha-error-msg{
color: red;
margin-top: 10px;
font-size: 1.4rem;
font-family: 'work-sans-regular', sans-serif;
}
p.errormessage-comment-request {
color: red;
margin-top: 6px;
font-size: 1.4rem;
font-family: 'work-sans-regular', sans-serif;
}
.primary-button-elixir {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 29px;
background: linear-gradient(90deg, #fd0057 0%, #5600ed 100%);
color: #fff;
border-radius: 32px;
font-family: 'work-sans-regular', sans-serif;
width: max-content;
font-size: 2rem;
font-weight: 400;
text-transform: uppercase;
cursor: pointer;
border: none;
}
.submit {
display: flex;
justify-content: center;
margin-top: 50px;
}
.thank-you-message-block {
display: none;
}
form#thanks-form-parent input:active,
form#thanks-form-parent input:focus {
border: 1px solid #90b6df;
outline: none;
}
#resource-comment {
display: none;
}
#platform-comment {
display: none;
}
#bi-comment {
display: none;
}
.text-validation-message{
display: none;
}
input:focus-visible {
outline: none;
border-radius: 3px;
}
select:focus-visible {
outline: none;
}
@media (max-width: 1000px) {
.captach-heading-wrapper {
flex-direction: column;
justify-content: start;
align-items: flex-start;
}
.captach-heading-wrapper .refresh-button {
width: 100px;
margin-bottom: 30px;
}
}

@media (max-width: 767px) {
.invite-modal {
width: 92%;
}
.errorMsgCaptcha {
font-size: 2rem;
}
.form-field {
flex-wrap: wrap;
margin-bottom: 0;
}
.input-container {
width: 100%;
}
.checkboxes {
width: 49%;
}
.secondary {
margin-left: 0;
}
.form-field input {
margin-bottom: 15px;
}
.captach-heading-wrapper {
margin-top: -20px;
}
.get-demo-form h2 {
text-align: center !important;
}
.checkbox-container {
margin-top: 11px;
font-size: 2rem;
}
.checkmark {
top: 2px;
}
.resources-form-header {
font-size: 2.5rem;
}
.form-header {
font-size: 2.5rem;
}
.form-field input {
font-size: 2rem;
}
.comment input {
font-size: 2rem;
}
.captcha-container input {
font-size: 2rem;
}
p.errormessage-comment {
font-size: 1.8rem;
margin-top: 0;
margin-bottom: 5px;
}
p.errorMsgCaptcha {
font-size: 1.8rem;
}
p.media-errormessage {
margin-top: 10px;
font-size: 2rem;
}
.captcha-error-msg {
font-size: 2rem;
}
}

@media (max-width: 375px) {
.captach-heading-wrapper canvas {
margin: 0 0 -29px 38px;
}
.checkbox-container {
padding-left: 23px;
}
.invite-modal-wrapper {
justify-content: center;
align-items: center;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.invite-modal {
width: 89%;
padding: 50px 23px 72px;
}
}
