:root {
  --bg-white: #fff;
  --black-color: #000;
}

.cs-thanks-msg a.btn {
  background: #2ecc71;
  margin-bottom: 4px;
  max-width: 150px;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
  padding: 6px 12px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.cs-thanks-msg {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #ffd800;
  text-align: center;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cs-title {
  font-size: 30px;
  margin-bottom: 0px;
}

.cs-heading p {
  margin-bottom: 12px;
  color: #000;
}

/** gfform style **/
form.cs-cvsa-exam-report {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield input[type="radio"] {
  display: none;
}

.cs-cvsa-exam-report .ginput_container.ginput_container_radio .gfield_radio .gchoice {
  margin-right: 20px;
}

.gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step_first span.gf_step_number:before,
.gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step_last span.gf_step_number:before,
.gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step:nth-child(2) span.gf_step_number:before {
  content: "\f007";
  font: normal normal normal 14px / 1 GFFontAwesome;
  color: #000000;
  line-height: 36px;
}

.gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step:nth-child(2) span.gf_step_number:before {
  content: "\f022";
}

.gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step_last span.gf_step_number:before {
  content: "\f2ba";
}

body .gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step_active .gf_step_number:before {
  /** remove important **/
  color: #000 !important;
}

.gform_wrapper.gform-theme form.cs-cvsa-exam-report .button {
  margin-left: 30px;
  display: inline-block;
  border: 2px solid #ffd800 !important;
  padding: 16px 22px !important;
  text-transform: uppercase;
  font-size: 13px;
  color: #1a1a1a !important;
  background: var(--bg-white) !important;
  margin-left: 0px;
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.gform_wrapper.gform-theme select:focus-visible {
  outline: none;
}

.gform_wrapper.gform-theme form.cs-cvsa-exam-report .button:hover {
  background: #1a1a1a !important;
  border: 2px solid #1a1a1a !important;
  color: #ffd800 !important;
}

.gform_wrapper.gform-theme form.cs-cvsa-exam-report .button:focus {
  outline: none !important;
}

form.cs-cvsa-exam-report .gform_next_button,
form.cs-cvsa-exam-report .gform_button[value="Submit"] {
  float: right;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield textarea {
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  min-block-size: auto;
  box-shadow: none;
  resize: none;
  border-color: #eaeaea;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gsection_description p {
  margin-bottom: 0px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield_description {
  font-size: 12px;
  /* padding-top:0px; */
  color: #0000006e;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield_description.validation_message {
  color: #c02b0a;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .textarea-editicon .gfield_description {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  width: auto;
  cursor: pointer;
  margin-top: 0px;
  transform: translate(0%, -50%);
}

body .gform-theme--framework .gform-loader {
  border-block-end-color: #000 !important;
  border-inline-start-color: #000 !important;
  margin-top: 14px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield_description i {
  color: #000;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gsection_description {
  font-size: 16px;
}

#gform_page_145_3 .gform_fields {
  padding-top: 30px;
}

.cs-cvsa-exam-report .gfield--type-section {
  border-bottom: 0px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gsection {
  border-color: #eaeaea;
  padding-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield input,
.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield select {
  background: transparent;
  border-radius: 4px;
  height: 3rem;
  border-color: #eaeaea;
  box-shadow: none;
  line-height: 48px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .ginput_container_date input {
  width: 100%;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield_label {
  font-weight: 500;
}

.cs-cvsa-exam-report .gsection_title {
  font-weight: 500;
}

.gform_wrapper.gform-theme .gf_step_completed .gf_step_number:after {
  border-radius: 20px;
  background-color: #ffd800;
  color: #333;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step_active .gf_step_number {
  border: 2px solid #ffd800;
  background: #ffd800;
  /*     color: #fff; */
}

.cs-cvsa-exam-report .gf_page_steps .gf_step_active .gf_step :after {
  background: green;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step_label {
  padding-right: 0px
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step_number {
  border: 2px solid #cfd3d9;
  border-radius: 20px;
  color: #585e6a;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  text-align: center;
  width: 40px;
  background: #fff;
  color: transparent;
  font-size: 0px;
  position: relative;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_page_steps {
  border: 0px;
  width: 100%;
  float: left;
  padding-bottom: 50px;
  gap: 0px;
}

.gform-theme--framework.cs-cvsa-exam-report_wrapper .gpmpn-step-linked a {
  position: static;
}

.cs-cvsa-exam-report .gf_page_steps .gf_step {
  position: relative;
  list-style: none;
  float: left;
  width: 33.33%;
  text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-cvsa-exam-report .gf_page_steps .gf_step .gf_step_label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  top: 20px;
  left: 0;
  z-index: -1;
}

.cs-cvsa-exam-report .gf_page_steps .gf_step.gf_step_active .gf_step_label:after {
  content: "";
  background: #ffd800;
}

.cs-cvsa-exam-report .gf_page_steps .gf_step.gf_step_completed .gf_step_label:after {
  background: green;
}

body .gform_wrapper.gform-theme form.cs-cvsa-exam-report .gf_step_completed .gf_step_number::before {
  background: green;
  border: 2px solid green;
  /* 	content: "✔"; */
  /** remove important **/
  color: #fff !important;
  border-radius: 20px;
  display: table-cell;
  height: 40px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 40px;
}

.cs-cvsa-exam-report .gf_page_steps .gf_step :first-child:after {
  content: none;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step.gf_step_first:before,
.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step.gf_step_last:before,
.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step:nth-child(2):before {
  content: "Pre-Test Information";
  position: absolute;
  bottom: -42px;
  font-size: 12px;
  left: 48%;
  transform: translate(-48%, -50%);
  font-size: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step:nth-child(2):before {
  content: "Template Questions"
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step.gf_step_last:before {
  content: "Test Results"
}

/** radio button style **/
.cs-cvsa-exam-report .ginput_container.ginput_container_radio .gfield_radio .gchoice {
  margin-right: 16px;
}

.cs-cvsa-exam-report .gfield_radio {
  display: flex;
  flex-direction: row;
}

.cs_style_address .address_zip {
  flex: 1 !important;
}

.cs-cvsa-exam-report .gfield-choice-input+label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  color: #333;
}

.cs-cvsa-exam-report .gfield-choice-input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
}

body .cs-cvsa-exam-report .gfield_checkbox .gfield-choice-input+label:before {
  content: "";
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.cs-cvsa-exam-report .gfield-choice-input:checked+label:before {
  background-color: #333;
}

body .cs-cvsa-exam-report button.gpfup__select-files.gform_button_select_files {
  background: #1a1a1a !important;
  border-radius: 0px !important;
}

body .cs-cvsa-exam-report button.gpfup__select-files.gform_button_select_files:focus {
  outline: none !important;
}

.cs-cvsa-exam-report .gfield-choice-input:checked+label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gform_page_footer {
  display: inline-block;
  width: 100%;
  padding: 0px;
}


/*** talbe style cvsa-exam-submission ***/
.single-page__content .dataTables_wrapper.d-flex,
.single-gravityview .dataTables_wrapper.d-flex {
  display: block !important;
  margin-bottom: 20px;
  overflow: auto;
  margin-top: 50px
}

.single-page__content .dataTable tfoo,
.single-gravityview .dataTable tfoot {
  display: none;
}

.single-page__content .dataTables_wrapper .dataTables_length select,
.single-gravityview .dataTables_wrapper .dataTables_length select {
  height: 32px;
}

.single-page__content .gv-datatables-container .dataTables_length label,
.single-gravityview .gv-datatables-container .dataTables_length label {
  margin-bottom: 30px;
}

.single-page__content .dataTable thead,
.single-gravityview .dataTable thead {
  background-color: #ffd800;
}

.single-page__content .gv-datatables th .gv-field-label,
.single-gravityview .gv-datatables th .gv-field-label {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 13px;
}

.gf_browser_chrome.gform_wrapper.gform-theme .gf_step_completed .gf_step_number::after {
  content: none;
}

body .gform_wrapper.gform-theme .cs-cvsa-exam-report .gform_fields {
  grid-row-gap: 0px;
}

body .gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield.gfield--width-full {
  padding-top: 0px;
}

body .gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield--type-textarea.custom-title-field {
  position: relative;
  padding-right: 25px;
}

.single-gravityview .content-area {
  max-width: 100%;
  flex: 100%;
}

.single-gravityview .s-post__content-inner {
  max-width: 100%;
}

.single-gravityview .s-post__content {
  box-shadow: none;
}

body.single-gravityview .gv-widget-search {
  flex-wrap: wrap;
  align-items: end;
  margin: 0px;
  gap: 10px;
}

body.single-gravityview .gv-widget-search .gv-search-box {
  /* flex: auto; */
  margin: 0px;
  min-width: auto;
}

body.single-gravityview .gv-widget-search select {
  width: 100%;
}

body.single-gravityview input[type="search"],
body.single-gravityview input[type="text"] {
  padding: 0px 16px;
  width: 100%;
}

body.single-gravityview .gv-widget-search .gv-search-box.gv-search-date input {
  margin-bottom: 0px;
}

body.single-gravityview .gv-grid-col-1-1 {
  padding-right: 0px;
}

body.single-gravityview .gv-search-box-submit .gv-search-clear {
  background: red;
  border-radius: 2px;
}

body.single-gravityview .gv-search-box-submit .gv-search-clear:hover {
  color: #fff;
}

body .cs-cvsa-exam-report .ginput_container_select {
  position: relative;
}

body .cs-cvsa-exam-report .ginput_container_select:after {
  content: "\276F";
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  right: 0px;
  transform: rotate(90deg);
  margin: 16px;
  pointer-events: none;
  color: #5a5959;
}

body.single-gravityview .gv-search-box.gv-search-box-submit {
  flex-basis: 0%;
  margin-bottom: 0.75em;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

body.single-gravityview .gv-search-box.gv-search-box-submit .button {
  padding: 14px;
  margin: 0px;
  width: 100%;
  line-height: normal;
}

body .cs-cvsa-exam-report .gfield_checkbox .gfield-choice-input:checked+label:after {
  left: 3px;
}

.cs-cvsa-exam-report_wrapper .gform_required_legend {
  display: none;
}

body .cs-cvsa-exam-report .gfield_checkbox .gfield-choice-input+label {
  padding-left: 22px;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gform_fields>.gfield:first-child,
.gform_wrapper.gform-theme .cs-cvsa-exam-report .gform_fields>.gfield:nth-child(2) {
  margin-top: 0px;
}

.cs-cvsa-exam-report .gfield_checkbox .gfield-choice-input:checked+label:after {
  left: 3px;
  width: auto;
  height: auto;
  background-color: transparent;
  content: "✔";
}

.cs-cvsa-exam-report .gfield_checkbox .gfield-choice-input:checked+label:before {
  background-color: transparent;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gfield_checkbox .gfield-choice-input {
  display: none;
}

button.gform_button_select_files {
  color: #fff;
}

.gform_wrapper.gform-theme .cs-cvsa-exam-report .gform-grid-row .ginput_container {
  max-width: 100%;
  flex: 1;
}

.gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper .gfield_label {
  margin-bottom: 2px;
  margin-top: 16px;
  font-size: 16px;
  color: #212529;
  margin-bottom: 10px;
}

.gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper legend.gfield_label,
.gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper .ginput_container.ginput_container_radio {
  float: left;
  width: 100%;
}

.cs-cvsa-exam-report input[type="email"]:focus,
.cs-cvsa-exam-report input[type="search"]:focus,
.cs-cvsa-exam-report input[type=number]:focus,
.cs-cvsa-exam-report input[type="password"]:focus,
.cs-cvsa-exam-report input[type=tel]:focus,
.cs-cvsa-exam-report input[type="text"]:focus,
.cs-cvsa-exam-report textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #eaeaea;
}

.cs-cvsa-exam-report .gfield_radio {
  padding-top: 6px;
}

.gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper .ginput_container.no_prefix.ginput_complex {
  flex-flow: wrap;
}

.cs-cvsa-exam-report .gfield_radio {
  align-items: center;
  flex-direction: row !important;
}

.gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper .gfield-choice-input+label {
  margin-bottom: 7px;
}

.page-id-21127 .gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper .gfield_description .gform_wrapper.gform-theme.cs-cvsa-exam-report_wrapper .gform_validation_errors {
  display: none;
}

body .gform_wrapper.gform-theme .cs-cvsa-exam-report .cs_mt_8 {
  margin-top: 8px;
}

.cs_button_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cs_button_list a {
  padding: 10px 20px;
  background-color: #ffd800;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

/*** remove this css **/
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single {
  border: 1px solid #eaeaea !important;
  box-shadow: none;
  height: 48px;
  line-height: 48px;
  outline: none !important;
  background-image: none !important;
}

body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-search input[type=text],
.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active) {
  outline: none !important;
}

body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active) {
  --gf-local-border-color: #eaeaea;
}

body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
  box-shadow: inset 3px 0px 0px #ffd800;
}


/* mmm */

/* remove-id */
.page-id-25167 .tgg-applicant-card {
  padding: 15px 25px;
  background-color: #fff;
}

.page-id-25167 .field-main-menu {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cs_styled_version_wrapper .gform_validation_errors:focus {
  border-color: #c02b0a40 !important;
  outline: none !important;
}

.cs_styled_version_wrapper .gform_validation_errors {
  margin-bottom: 10px !important;
}

.cs_styled_version .gfield--type-html.html-block {
  margin: 0;
  padding: 10px;
  background: #fff3cd;
  font-weight: normal !important;
  border: 1px solid #ffd800;
}

.cs_styled_version .gfield--type-html.html-block p {
  margin: 0;
}

.cs_styled_version .gfield--type-html.html-block p span {
  color: #856404 !important;
}

/* warning-msg */

.gfield--input-type-html.warning-msg {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  padding: 10px;
  font-weight: normal !important;
}

.cs_styled_version .gfield--input-type-html.warning-msg p {
  margin: 0;
}

.cs_styled_version .gfield--input-type-html.warning-msg p span {
  color: #0c5460 !important;
}

/* warning-msg */

.cs_styled_version_wrapper .gform_heading p.gform_description {
  margin: 0;
}

.cs_styled_version_wrapper .gform-loader {
  margin-bottom: 15px;
}

/* checkboc-slider-css */

.cs_styled_version .gfield-choice-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cs_styled_version .gchoice label {
  position: relative;
  padding-left: 55px;
  cursor: pointer;
  line-height: 24px;
  margin-left: 0;
}

.cs_styled_version .gchoice label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 24px;
  background: #ccc;
  border-radius: 25px;
  transition: 0.3s;
}

.cs_styled_version .gchoice label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.cs_styled_version .gfield-choice-input:checked+label:before {
  background: #ffd800;
}

.cs_styled_version .gfield-choice-input:checked+label:after {
  transform: translateX(21px);
}

.cs_styled_version .checked-box-space .gchoice {
  margin: 12px 0;
}

/* checkboc-slider-css-end */

/* scroll-css */

/* .textarea.large::-webkit-scrollbar,
select::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}

.textarea.large::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb{
  background-color: #ffd800;
  border-radius: 7px;
} */
.textarea.large::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.textarea.large::-webkit-scrollbar-thumb {
  background-color: #ffd800;
  border-radius: 7px;
}

/* scroll-css-end */

.cs_styled_version .gfield-choice-input:before {
  color: #ffd800 !important;
  background-color: #fff;
  font-size: 15px !important;
}

.cs_styled_version .gfield-choice-input:checked::before {
  border: 1px solid #ffd800 !important;
}

.cs_styled_version .address-container .ginput_full.address_line_1,
.address-container .ginput_full.address_line_2 {
  width: 50%;
}

.cs_styled_version .address-container .ginput_left.address_city,
.cs_styled_version .address-container .ginput_right.address_state,
.cs_styled_version .address-container .ginput_left.address_zip {
  width: 33.33%;
}

.cs_styled_version .border-style {
  border-top: 2px solid #f3e9b6;
  margin-top: 20px;
  padding-top: 20px;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper.gform-theme .cs_styled_version .gfield--type-section {
  border-bottom: none;
}

.cs_styled_version .gfield_error .ginput_container input,
.cs_styled_version .gfield_error .ginput_container select.gfield_select,
.cs_styled_version .gfield_error .ginput_container textarea.textarea.large,
.cs_styled_version .gform_validation_errors {
  color: #c02b0a;
  border-color: #c02b0a40 !important;
  background-color: #c02b0a08 !important;
}

.cs_styled_version .gfield_error .validation_message {
  display: none;
}

.cs_styled_version .gfield .ginput_container input,
.cs_styled_version .gfield .ginput_container select.gfield_select,
.cs_styled_version .gfield .ginput_container textarea.textarea.large {
  border: 1px solid #F1F4F9;
  box-shadow: none;
  height: 48px;
  line-height: 48px;
  outline: none;
  background-color: #F1F4F9;
}

.cs_styled_version .gfield .ginput_container input:focus,
.cs_styled_version .gfield .ginput_container select.gfield_select:focus,
.cs_styled_version .gfield .ginput_container textarea.textarea.large:focus {
  border: 1px solid #ffd800 !important;
}

.cs_styled_version .gfield--input-type-datepicker .ginput_container_date input {
  width: 100%;
}

.cs_styled_version .gfield .ginput_container .gfield-choice-input[type="checkbox"] {
  height: 20px;
  border: none !important;
  visibility: hidden;
}

.gform_wrapper.gform-theme .cs_styled_version .gfield_label {
  margin-top: 5px;
  font-size: 16px;
  color: #212529;
  margin-bottom: 5px;
  font-weight: 500;
  flex-wrap: nowrap;
  display: block;
  
}
.gform_wrapper.gform-theme .cs_styled_version .gfield_label span.gfield_required{
    padding-left: 2px;
}

.gform_wrapper.gform-theme .cs_styled_version .gform-field-label--type-sub {
  margin-top: 4px;
}

.gform_wrapper.gform-theme .cs_styled_version .gfield_description {
  margin-bottom: 5px;
}

.cs_styled_version .gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: end;
}

.gform_wrapper.gform-theme .cs_styled_version .gform-footer input.gform_button {
  border: 2px solid #ffd800 !important;
  padding: 15px 22px !important;
  color: #212529 !important;
  background: var(--bg-white) !important;
  margin-left: 0px;
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.gform_wrapper.gform-theme .cs_styled_version .gform-footer input.gform_button:hover {
  background: #ffd800 !important;
  border: 2px solid #ffd800 !important;
  color: #fff !important;
}

.gform_wrapper.gform-theme .cs_styled_version .gform-footer input.gform_button:focus {
  outline: none !important;
}

.gform_wrapper.gform-theme .cs_styled_version .gfield--width-five-twelfths,
.gform_wrapper.gform-theme .cs_styled_version .gfield--width-quarter {
  grid-column: span 4;
}

.cs_styled_version .field-main-menu a {
  font-weight: 500;
}

.gform-theme--foundation .cs_styled_version .gform_fields {
  row-gap: 15px;
}

.gform-theme--foundation .cs_styled_version h3.gsection_title {
  margin: 10px 0 0px;
  background-color: #ffd800;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.msg-box {
  padding: 12px 20px;
  background: #e6f8f0;
  border: 1px solid #3cb371;
  color: #145c38;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border-radius: 6px;
  width: fit-content;
  margin: 20px auto;
  display: flex;
  align-items: start;
  gap: 8px;
  width: 100%;
}

/* Circle with check mark */
.msg-box .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3cb371;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-box .icon::before {
  content: "✓";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width:1140px) {

  .gform_wrapper.gform-theme .cs_styled_version .gfield--width-five-twelfths,
  .gform_wrapper.gform-theme .cs_styled_version .gfield--width-quarter,
  .gform_wrapper.gform-theme .cs_styled_version .gfield--width-third {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width:640px) {
  .cs_styled_version_wrapper .gform_submission_error {
    flex-direction: row !important;
    align-items: center;
  }
}

@media screen and (max-width:767px) {
  #menu-field-menu-on-top-of-view a {
    width: 100%;
  }

  #menu-field-menu-on-top-of-view {
    justify-content: space-between;
  }

  #menu-field-menu-on-top-of-view li {
    width: calc(50% - 5px);
  }

  .cs_styled_version .address-container .ginput_left.address_city,
  .cs_styled_version .address-container .ginput_right.address_state,
  .cs_styled_version .address-container .ginput_left.address_zip {
    width: 100%;
  }

  .page-id-25167 .tgg-applicants,
  .page-id-25167 .tgg-applicant-card {
    padding: 10px;
  }
}

@media screen and (max-width:530px) {
  #menu-field-menu-on-top-of-view li {
    width: 100%;
  }
}

/* mmm */


@media screen and (min-width:768px) {
  .page-id-21127 .single-page__content {
    margin-top: 16px;
  }
}

@media screen and (max-width:767px) {
  form.cs-cvsa-exam-report {
    padding: 16px;
  }

  .single-page__content table.gv-datatables.dataTable,
  .single-gravityview table.gv-datatables.dataTable {
    /** used inline **/
    width: 1000px !important;
  }

  body .cs-cvsa-exam-report_wrapper .gsection_title {
    font-size: 22px;
  }

  .cs_button_list a {
    flex: 48%;
  }

  .gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step.gf_step_first:before,
  .gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step.gf_step_last:before,
  .gform_wrapper.gform-theme .cs-cvsa-exam-report .gf_step:nth-child(2):before {
    bottom: -74px;
    font-size: 16px;
    white-space: normal;
  }
}

@media screen and (max-width:640px) {

  .single-page__content .dataTables_wrapper.d-flex,
  .single-gravityview .dataTables_wrapper.d-flex {
    margin-top: 116px;
  }

  body.single-gravityview .gv-widget-search .gv-search-box {
    flex: 0 0 100%;
  }

  body.single-gravityview .gv-search-box.gv-search-box-submit .button {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .cs-thanks-msg a.btn {
    max-width: 100%;
  }
}