.webform-submission-form {
    padding-top: 20px;
    padding-bottom: 20px;
}
.webform-submission-request-call-back-form-b2b-form {
    display: grid;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.webform-submission-request-call-back-form-b2b-form .select2-container {
    max-width: 100% !important;
}
.webform-submission-request-call-back-form-b2b-form .select2-results__option--highlighted {
    background-color: #1b3443 !important;
}
.webform-submission-request-call-back-form-b2b-form input {
    max-width: 100% !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    border: 1px solid #9B9B9B !important;
    height: 60px !important;
}
.webform-submission-request-call-back-form-b2b-form .webform-actions {
  text-align: center !important;
}
.webform-submission-request-call-back-form-b2b-form #edit-actions-submit--2 {
  border-radius: 5px !important;
  text-align: center !important;
}
.page-node-type-generic-b2b-page .region-content .generic_b2b_page__body .paragraph_block_gen_b2b.form-list-item {
    background-color: #ffffff !important;
}
.search-empty-result.page-node-type-client-landing-page .select2-container--default .select2-results__option--highlighted[aria-selected], .search-empty-result.page-node-type-generic-b2b-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7F7448 !important;
}
.client-area-gradient-linear .ca-component-title {
    color: #ffffff !important;
}
@media only screen and (min-width: 1024px) {
    .page-node-type-generic-b2b-page .region-content .generic_b2b_page__body .paragraph_block_gen_b2b.form-list-item .main-form-wrapper .main-form-content {
      padding: 0px 0px !important;
    }
}
@media only screen and (max-width: 767px) {
  .page-node-type-generic-b2b-page .region-content .generic_b2b_page__body .paragraph_block_gen_b2b.form-list-item .main-form-wrapper .main-form-content {
    padding: 0px 0px !important;
  }
}