.path-civicrm .form-item .required:focus,
.path-civicrm .crm-form-text:focus {
  box-shadow: 0 0 0;
  border-color: #1D8F4C !important;
}

.path-civicrm .crm-submit-buttons .crm-form-submit,
.path-civicrm .CRM_Event_Form_Registration_ThankYou .event_info_link-section a {
  display: inline-block;
  background-color: #1D8F4C !important;
  border-color: #1D8F4C !important;
  color: #fff !important;
  padding: 0 15px;
  line-height: 34px;
  border-radius: 5px;
  transition: 0.2s background ease-out;
  text-decoration: none !important;
  box-shadow: 0 0 0;
  font-family: 'Calibri Regular';
  font-weight: 400;
  font-size: 17px;
}


.path-civicrm .crm-submit-buttons .crm-form-submit:hover,
.path-civicrm .crm-submit-buttons .crm-form-submit:focus,
.path-civicrm .CRM_Event_Form_Registration_ThankYou .event_info_link-section a:hover,
.path-civicrm .CRM_Event_Form_Registration_ThankYou .event_info_link-section a:focus {
  background-color: #DF522C !important;
  border-color: #DF522C !important;
  text-decoration: none !important;
  box-shadow: 0 0 0;
}

.path-civicrm #crm-main-content-wrapper {
    background: #fff;
    border: 3px solid #EFF4F8;
    border-radius: 10px;
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 50px 75px;
    margin: 75px auto;
}

.path-civicrm #crm-container.crm-public .crm-section, .crm-section {
  display: block;
  margin-bottom: 0.5rem;
}

.path-civicrm .crm-container .crm-section .label label {
    white-space: normal;
    font-size: 1rem;
    font-weight: 400;
}

.path-civicrm #crm-container.crm-public .label, #crm-container.crm-public .price-field-amount {
  padding-top: 0px;
}

.path-civicrm .crm-container .crm-section .content {
  margin-left: 0px;
}

.path-civicrm .crm-container .crm-section .label {
  float: unset;
  width: auto;
  text-align: unset;
}

.path-civicrm #crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"] {
  width: calc(100% - 10px);
}
.path-civicrm .crm-container fieldset {
  border-top: 0px;
}

.path-civicrm label {
  margin-bottom: .5rem;
}

.path-civicrm div.crm-container label {
  display: inline-block;
}

.path-civicrm #crm-container.crm-public .price-set-row input, #crm-container.crm-public .price-set-row label {
  display: inline;
}

.path-civicrm .crm-container .crm-marker {
  color: red;
}

.path-civicrm .crm-container .crm-button.crm-i-button input[type="button"], 
.path-civicrm .event-info .crm-actionlinks-bottom .crm-register-button,
.crm-container .crm-button.crm-i-button input.crm-form-submit {
    background-color: #1D8F4C !important;
    border-color: #1D8F4C !important;
    color: #fff !important;
    padding: 0 15px;
    line-height: 34px;
    border-radius: 5px;
    transition: 0.2s background ease-out;
    text-decoration: none !important;
    box-shadow: 0 0 0;
    font-family: 'Calibri Bold';
    text-shadow: 0 0 0;
}

.path-civicrm .crm-container .crm-button.crm-i-button input[type="button"]:hover,
 .path-civicrm .event-info .crm-actionlinks-bottom .crm-register-button:hover,
.crm-container .crm-button.crm-i-button input.crm-form-submit:hover {
  background-color: #DF522C !important;
  border-color: #DF522C !important;
  text-decoration: none !important;
  box-shadow: 0 0 0;
}

.path-civicrm .crm-container .crm-button.crm-i-button input[type="button"]:focus,
.path-civicrm .event-info .crm-actionlinks-bottom .crm-register-button:focus,
.crm-container .crm-button.crm-i-button input.crm-form-submit:focus {
  background-color: #DF522C !important;
  border-color: #DF522C !important;
  text-decoration: none !important;
  box-shadow: 0 0 0;
  border: #DF522C !important;
}

.path-civicrm #civicrm-footer{
  display: none;
}

.path-civicrm .crm-container .crm-error, .crm-container .crm-inline-error {
  color: red;
}
.path-civicrm #pricevalue {
    background-color: #e9ecef;
    opacity: 1;
    border-radius: 0;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.path-civicrm .crm-container span.crm-button {
  background-color: #fff !important;
  border-color: #fff !important;
  border-radius: 5px;
  padding: 0;
}

.CRM_Event_Form_Registration_Register #crm-submit-buttons {
  margin-top: 0 !important;
}

.path-civicrm .test_drive-section, .path-civicrm #crm-event-register-different,
#crm-submit-buttons i,
label.crm-inline-error,
.form-item label.error {
  display: none !important;
}

.path-civicrm .form-item.civi-error-form-item .select2-choice {
  border: 2px solid red !important
}

.path-civicrm .form-item .required.error {
  border-color: red !important;
  border-width: 2px !important;
}

.path-civicrm .form-item .required.error:focus {
  border-color: red !important;
  border-width: 2px !important;
}

.path-civicrm .form-item .required.error:focus-visible {
  border-color: red !important;
  border-width: 2px !important;
}

.path-civicrm .event-info .crm-actionlinks-top .register_link-top {
  display: none;
}

.path-civicrm .event-info .iCal_links-section {
  display: none;
}

.path-civicrm .crm-container a.button, .crm-container a.button:link {
  background: #1D8F4C !important;
}

.path-civicrm .event-info .crm-section .label {
  font-weight: bolder;
}

.path-civicrm abbr[data-original-title], 
.path-civicrm abbr[title] {
  text-decoration: unset;
}

.path-civicrm .crm-container a.button, .crm-container a.button:link
.path-civicrm .crm-container .crm-button.crm-i-button input[type="button"], 
.path-civicrm .event-info .crm-actionlinks-bottom .crm-register-button, 
.path-civicrm .crm-container .crm-button.crm-i-button input.crm-form-submit {
  font-size: 17px;
  font-family: 'Calibri Regular';
  font-weight: 400;
}

.path-civicrm .crm-container .crm-error, 
.path-civicrm .crm-container .crm-inline-error {
  background: #fbe3e400 none repeat scroll 0 0;
}

.path-civicrm .error-er {
  border-color: red !important;
  border-radius: 3px;
  border-width: 2px !important;
}

.path-civicrm .CRM_Event_Form_Registration_Register .messages, 
.path-civicrm .CRM_Event_Form_Registration_AdditionalParticipant .messages {
  border: 2px solid;
  border-color: red;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
}

.path-civicrm .CRM_Event_Form_Registration_Register .messages i, 
.path-civicrm .CRM_Event_Form_Registration_AdditionalParticipant .messages i {
  display: none;
}

.path-civicrm .CRM_Event_Form_Registration_Register .outer,
.path-civicrm .CRM_Event_Form_Registration_AdditionalParticipant .outer {
  list-style-type: none;
}

.path-civicrm .CRM_Event_Form_Registration_Confirm #crm-submit-buttons {
  margin-bottom: 20px;
}

.path-civicrm #crm-container.crm-public input[type="text"], 
.path-civicrm #crm-container.crm-public input[type="password"], 
.path-civicrm #crm-container.crm-public input[type="email"]
{
  display: block;
  width: -webkit-fill-available;
  height: calc(1.0em + .5rem + 1px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.path-civicrm .crm-container a.button, 
.path-civicrm .crm-container a.button:link, 
.path-civicrm .crm-container a.button:visited, 
.path-civicrm .crm-container .ui-dialog-buttonset .ui-button, 
.path-civicrm .crm-container .crm-button {
  text-shadow: unset;
}

.path-civicrm .crm-section select {
  height: calc(1.0em + 1.0rem + 1px);
  display: block;
  width: -webkit-fill-available;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.path-civicrm .CRM_Event_Form_Registration_ThankYou .event_info_link-section a i {
  display: none;
}

.path-civicrm #ThankYou .action-link {
  margin-top: 25px;
}

.path-civicrm .crm-container div.select2-container {
  width: 100%;
}

.path-civicrm .custom-civi-field-error{
  font-size: 1rem;
  font-weight: bolder;
  color: red;
}

.crm-container fieldset { 
  padding: 0px;
  margin: 0px;
}

#crm-container.crm-public select { 
      max-width: unset;
      width: 100%;
}

.path-civicrm #s2id_country-Primary {
     width: -webkit-fill-available;
  }
  
.path-civicrm #crm-container.crm-public input[type="text"] { 
      width: -webkit-fill-available;
      width: -moz-available;
}

.path-civicrm .crm-form-select {

    width: -webkit-fill-available!important;
    width: -moz-available!important;

}

.path-civicrm .form-item--error-message {
  Display:none;
}

@media (max-width: 650px) {
  .path-civicrm #ThankYou .action-link {
      Display:contents;
  }
  
  .path-civicrm #ThankYou .event_info_link-section a {
      margin-bottom:10px;
  }
  
}