.path-civicrm #crm-main-content-wrapper {
    background: #fff;
    box-shadow: 0px 0px 20px #2a6ca726;
    border: 1px solid #EFF4F8;
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 50px 75px;
    margin: 75px auto 50px;
}

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

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

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

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

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

.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,
.path-civicrm .crm-submit-buttons .crm-form-submit, 
.path-civicrm .CRM_Event_Form_Registration_ThankYou .event_info_link-section a{
    background-color: #1d8f4c !important;
    border-color: #1d8f4c !important;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.path-civicrm .crm-section select {
    height: calc(1.0em + 1.0rem + 1px);
}

.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"] {
    height: calc(1.0em + .5rem + 1px);
}


.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"], 
.path-civicrm #crm-container.crm-public select {
    display: block;
    padding: .375rem .75rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #707070;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.path-civicrm #crm-container.crm-public input[type="text"]:focus, 
.path-civicrm #crm-container.crm-public input[type="password"]:focus, 
.path-civicrm #crm-container.crm-public input[type="email"]:focus, 
.path-civicrm #crm-container.crm-public select:focus{
    outline: none;
}

.path-civicrm .CRM_Event_Form_Registration_Register #editrow-country-Primary .content {
    height: calc(1.5em + .75rem + 2px);
}

.path-civicrm .crm-container fieldset {
    border-top: 0px;
}

.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 #707070;
    border-radius: .25rem;
}

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

.path-civicrm .test_drive-section, 
.path-civicrm #crm-event-register-different, 
.path-civicrm #crm-submit-buttons i, 
.path-civicrm label.crm-inline-error, 
.path-civicrm .form-item label.error {
    display: none !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:focus, 
.path-civicrm .crm-form-text:focus {
    box-shadow: 0 0 0;
}

.path-civicrm .crm-container input.crm-form-text {
    border: unset;
}

.path-civicrm .crm-container input.crm-form-text:focus {
    border: unset;
}

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

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

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

#block-affiliatescivicrmevents .card-body .plain-theme-button {
    color: #1D8F4C !important;
}

#block-affiliatescivicrmevents .card-body .plain-theme-button:hover { 
    color: #fff !important;
}

#noOfparticipants #additional_participants {
    height: calc(1.5em + .5rem + 1px);
}

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

#editrow-country-Primary .custom-civi-field-error {
    margin-top: 10px;
}

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

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

.path-civicrm #s2id_country-Primary {
    width: -webkit-fill-available;
}    

.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 .event-info .crm-actionlinks-top .register_link-top {
    display: none;
}

.path-civicrm #ThankYou .action-link .fa-stack{
    color: black;
}

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

.path-civicrm .crm-container a.button,
.path-civicrm .crm-container a.button:link,
.path-civicrm .crm-container a.button:visited,
.path-civicrm .crm-container input.crm-form-submit, 
.path-civicrm .crm-container .ui-dialog-buttonset .ui-button, 
.path-civicrm .crm-container input[type=button], 
.path-civicrm .crm-container .crm-button {
    background: #1d8f4c !important;
}

.path-civicrm .crm-container a.button:hover, 
.path-civicrm .crm-container .crm-button:hover,
.path-civicrm .crm-container input.crm-form-submit:hover, 
.path-civicrm .crm-container .ui-dialog-buttonset .ui-button:hover, 
.path-civicrm .crm-container input[type=button]:hover {
    color: #fff !important;
    background: #2A6CA7 !important;
    box-shadow: 0 1px 5px #555;
}

.path-civicrm .event_date_time-section .dtstart,
.path-civicrm .event_date_time-section .dtend {
    text-decoration: auto;
}

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

.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;
    }
    
}