*,
*::before,
*::after {
box-sizing: border-box;
} ul[class],
ol[class] {
padding: 0;
} body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
} body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
overflow-x: hidden;
background: #E3E3E3;
font-family: "Fira Sans", sans-serif;
} ul[class],
ol[class] {
list-style: none;
} img {
max-width: 100%;
display: block;
}
#create-trial{
display: flex;
align-items: center;
flex-direction: column;
min-height: calc(100vh - 80px);
}
.create-trial__logo {
margin: 48px 0 26px;
}
.create-trial__wrap {
width: 592px;
border-radius: 20px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.1);
background: #fff;
}
.create-trial__head {
background: linear-gradient(185.2deg, #416076 4.74%, #3B4360 100%);
padding: 40px 40px 34px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.create-trial__head .title {
font-weight: 700;
font-size: 34px;
line-height: 48px;
color: #fff;
margin-bottom: 8px;
}
.create-trial__head .subtitle {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #BCC4D2;
text-align: center;
max-width: 420px;
}
.create-trial__head .title.creation {
margin-bottom: 20px;
}
.create-trial__head .title.account-created {
margin-bottom: 0;
line-height: 1;
display: none;
}
.create-trial__head .title.error {
display: none;
margin: 46px 0 33px;
}
img.account-created {
display: none;
margin-bottom: 10px;
}
.loading {
min-width: 28px;
display: inline-block;
}
.loading:after {
overflow: hidden;
display: inline-block;
vertical-align: bottom;
-webkit-animation: ellipsis steps(4,end) 2s infinite;
animation: ellipsis steps(4,end) 2s infinite;
content: "\2026"; width: 0px;
}
.create-trial__head .
@keyframes ellipsis {
to {
width: 1em;
}
}
@-webkit-keyframes ellipsis {
to {
width: 1em;
}
}
.create-trial__head .creation {
display: none;
}
.create-trial__body {
padding: 22px 86px 40px;
color: #2c2c2c;
width: 100%;
}
.create-trial__body.error,
.create-trial__body.creation,
.create-trial__body.account-created{
padding: 40px 40px 36px;
display: none;
}
.create-trial__label {
font-size: 14px;
line-height: 18px;
color: #656F82;
margin-bottom: 8px;
}
.create-trial__item {
width: 100%;
display: flex;
flex-direction: column;
margin-bottom: 22px;
}
.create-trial__item.error .create-trial__input ,
.create-trial__item.error .select2-selection{
border-color: #E25A5A;
}
.create-trial__item.error .create-trial__error {
display: block;
}
.create-trial__item.terms {
display: flex;
flex-direction: row;
}
.create-trial__checkbox {
position: absolute;
z-index: -1;
opacity: 0;
}
.create-trial__checkbox+label::before {
content: '';
display: inline-block;
width: 16px;
height: 16px;
flex-shrink: 0;
flex-grow: 0;
border: 2px solid #9DA3AE;
border-radius: 2px;
margin-right: 8px;
background-repeat: no-repeat;
background-position: center center;
}
.create-trial__checkbox:checked+label::before {
border-color: #86CC56;
background-color: #86CC56;
background-image: url(/wp-content/uploads/free-ats/img/custom-checkbox-icon.svg);
}
.create-trial__item.terms p{
font-size: 14px;
color: #2C2C2C;
margin-top: -2px;
}
.create-trial__item.terms a {
color: #4A90E2;
text-decoration: none;
}
.create-trial__item.terms a:hover {
color: #105BB2;
}
.create-trial__error {
font-size: 14px;
line-height: 20px;
color: #E25A5A;
margin-top: 8px;
display: none;
}
.create-trial__input {
border-radius: 4px;
border: 1px solid #BCC4D2;
height: 40px;
padding: 0 16px;
width: 100%;
font-size: 16px;
font-family: "Fira Sans", sans-serif;
}
.create-trial__input:focus {
border-color: #4A90E2;
}
.create-trial__input::placeholder{
font-size: 16px;
color: #9DA3AE;
}
.create-trial__input:focus-visible,
.domain-input .create-trial__input:focus-visible,
.select2-search__field:focus-visible{
outline: none;
}
.select2-container--default.select2-container--open .select2-selection--single {
border: 1px solid #4A90E2
}
.select2-container--default .select2-search--dropdown .select2-search__field{
border: 0;
padding: 0 12px;
height: 32px;
}
.create-trial__select {
border: 1px solid #BCC4D2;
height: 40px;
background: #fff;
padding: 0 30px 0 10px;
border-radius: 4px;
font-family: "Fira Sans", sans-serif;
width: 100%;
}
.iti__selected-flag,
.iti__selected-flag:hover,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background: #E6E8EB;
}
.domain-input {
position: relative;
border-radius: 4px;
overflow: hidden;
}
.domain {
position: absolute;
right: 1px;
background: #E6E8EB;
top: 1px;
bottom: 1px;
padding: 0 22px 0 8px;
display: flex;
align-items: center;
}
.create-trial__button {
background: #F98B25;
border-radius: 4px;
width: 100%;
height: 48px;
font-weight: 500;
font-size: 18px;
line-height: 24px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.create-trial__button:hover {
background: #FFBC57;
}
.create-trial__button.disabled {
background: #F8C18E;
pointer-events: none;
}
.select2-container .select2-selection--single{
height: 40px;
border-radius: 4px !important;
}
.select2-container--default .select2-selection--single {
border: 1px solid #BCC4D2;
}
.select2-container--default .select2-selection--single .select2-selection__rendered  {
line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
color: #2C2C2C;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 16px;
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 280px;
}
.iti__country-list,
.select2-results__options {
scrollbar-width: thin;
scrollbar-color: #BCC4D2;
}
.iti__country-list::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.iti__country-list::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
background: #BCC4D2;
border-radius: 10px;
}
.iti__country-list::-webkit-scrollbar-thumb:hover,
.select2-results__options::-webkit-scrollbar-thumb:hover {
background: #9a9ba1;
}
.select2-search--dropdown {
height: 40px;
border-bottom: 1px solid #E6E8EB;
}
.select2-container--open .select2-dropdown--below {
box-shadow: 0px 8px 18px rgba(45, 44, 42, 0.2);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background: #EDF4FC;
color: #2C2C2C;
}
.select2-results__option--selectable {
font-size: 14px;
padding: 7px 16px;
}
.select2-dropdown {
border: 0;
}
.select2-results__option {
color: #2C2C2C;
font-family: 'Fira Sans';
}
.select2-results__message {
padding-left: 16px;
font-size: 14px;
}
.iti__country.iti__highlight {
background-color: #EDF4FC;
}
.support {
color: #4A90E2;
text-decoration: none;
}
.partner__slider .swiper-wrapper {
transition-timing-function: linear;
margin-top: 20px;
}
.swiper-slide {
flex-shrink: 0;
width: auto;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide img {
max-height: 80px;
}
.btn-loader {
color: transparent !important;
min-height: 16px;
pointer-events: none;
position: relative;
background: #4a90e2;
opacity: 1;
}
.btn-loader:after {
content: "";
animation: loadingAnim 2000ms infinite linear;
border: .2rem solid white;
border-right-color: transparent;
border-top-color: transparent;
display: inline-block;
height: 20px;
left: 50%;
margin-left: -10px;
margin-top: -10px;
position: absolute;
top: 50%;
border-radius: 60%;
width: 20px;
}
@keyframes loadingAnim {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 700px) {
img.account-created {
max-width: 90px;
}
#create-trial {
margin: 0 30px;
}
.create-trial__wrap {
width: 100%;
}
.create-trial__body {
padding: 22px 30px 40px;
}
}