#rbt-survey {
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
height: 100%;
justify-content: center;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 1080;
}
#rbt-survey #rbt-survey-form {
align-items: center;
background-color: white;
border-radius: 32px;
display: flex;
flex-direction: column;
font-size: 1.25rem;
font-weight: bold;
height: 100%;
justify-content: space-between;
max-width: 592px;
max-height: 527px;
padding: 3rem;
position: relative;
text-align: center;
width: 100%;
}
#rbt-survey #rbt-survey-form #rbt-survey-close {
align-items: center;
background-color: transparent;
border: none;
display: flex;
height: 24px;
justify-content: center;
padding: 0;
position: absolute;
right: 2rem;
top: 2rem;
width: 24px;
}
#rbt-survey #rbt-survey-form .intro {
font-size: 1.125rem;
}
#rbt-survey #rbt-survey-form .intro span {
color: #6767E5;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group {
align-items: center;
display: flex;
flex-flow: column;
margin-bottom: 3rem;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group label, #rbt-survey #rbt-survey-form .rbt-survey-form-group .label {
display: block;
margin-bottom: 1rem;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group select {
appearance: none;
background-color: #EBEBF5;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7"><path fill="%23000" fill-rule="nonzero" d="M9.326.743a1.106 1.106 0 0 1 0 1.486L5.741 6.183a1 1 0 0 1-1.482 0L.674 2.23a1.106 1.106 0 0 1 0-1.486.91.91 0 0 1 1.348 0L4.259 3.21a1 1 0 0 0 1.482 0L7.978.743a.91.91 0 0 1 1.348 0Z"/></svg>');
background-position: center right 1rem;
background-repeat: no-repeat;
background-size: 10px 7px;
border: none;
border-radius: 8px;
color: #2E2E33;
font-size: 1rem;
max-width: 320px;
padding: 0.5rem 2.5rem 0.5rem 1rem;
width: 100%;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios {
display: flex;
justify-content: center;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio {
cursor: pointer;
margin: 0 1.5rem;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio [type=radio] {
display: none;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio [type=radio]:checked + .emoji-1 {
background-image: url(//rentbabytech.com/wp-content/plugins/rbt-survey/images/1-active.png);
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio [type=radio]:checked + .emoji-3 {
background-image: url(//rentbabytech.com/wp-content/plugins/rbt-survey/images/3-active.png);
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio [type=radio]:checked + .emoji-5 {
background-image: url(//rentbabytech.com/wp-content/plugins/rbt-survey/images/5-active.png);
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio .emoji {
background-repeat: no-repeat;
background-size: 100%;
height: 64px;
width: 64px;
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio .emoji-1 {
background-image: url(//rentbabytech.com/wp-content/plugins/rbt-survey/images/1.png);
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio .emoji-3 {
background-image: url(//rentbabytech.com/wp-content/plugins/rbt-survey/images/3.png);
}
#rbt-survey #rbt-survey-form .rbt-survey-form-group .rbt-radios .rbt-radio .emoji-5 {
background-image: url(//rentbabytech.com/wp-content/plugins/rbt-survey/images/5.png);
}
#rbt-survey #rbt-survey-form [type=submit] {
background-color: #FF5552;
border: none;
border-radius: 100px;
color: white;
font-size: 1rem;
font-weight: bold;
padding: 0.75rem 3rem;
width: 180px;
}
#rbt-survey #rbt-survey-form [type=submit]:disabled {
background-color: #333;
}
#rbt-survey #rbt-survey-form [type=submit] svg {
margin-left: 0.5rem;
}