@charset "UTF-8";
/*!*General form element*!*/
.form-item .form-control {
  font-size: 1rem;
}

.input-group {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  max-width: 100%;
}

.input-group .form-control[readonly] {
  border-bottom: 1px dashed #ccc;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-item .input-group {
  max-width: 100% !important;
}

.form-item .form-item--error-message {
  font-size: 10px;
  color: var(--bs-danger);
  padding: 3px;
}

.form-item > .cke {
  width: 100%;
  margin-top: 10px;
}

.select-wrapper {
  width: 100%;
  margin-top: 0.25rem;
}

.select-wrapper .select2-container {
  margin-top: 0 !important;
}

.form-type-radio input, .form-type-radio label,
.form-type-checkbox input,
.form-type-checkbox label {
  display: inline-block;
  color: #344767 !important;
}

div[class*="field--widget"] > .form-group {
  margin-bottom: 0;
}

fieldset.form-fieldset {
  -webkit-box-shadow: none;
          box-shadow: none;
}

fieldset legend.control-label > span {
  font-size: 0.6875rem !important;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #7b809a;
}

/*=========================================*/
/*Entity create/edit form*/
.form-group.container-inline-block > div.form-actions {
  float: none;
  margin-top: 22px;
}

form details .details-wrapper > div.field--type-entity-reference.field--widget-inline-entity-form-complex {
  display: block;
}

.container-inline-block .details-wrapper > div.form-actions {
  float: none;
  margin-top: 27px;
}

.field-group-html-element.container-inline-block > div,
.container-inline-block > .field,
details.container-inline-block > .details-wrapper > .field {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  min-width: 180px;
}

/* Date time element==============================================*/
.field--type-datetime > fieldset,
.field--type-timestamp > fieldset {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}

.field--type-datetime > fieldset legend,
.field--type-timestamp > fieldset legend {
  padding: 0;
  margin-bottom: .5rem;
  border: 0;
  color: #aaa;
  line-height: 1.1;
  font-size: .875rem;
  font-weight: normal;
}

.field--type-datetime > fieldset h4.card__title,
.field--type-timestamp > fieldset h4.card__title {
  padding: 0;
  text-transform: none;
  margin-bottom: 10px;
  border-bottom: 0;
  font-size: 14px;
  color: #aaa;
}

.field--type-datetime > fieldset .card__block,
.field--type-timestamp > fieldset .card__block {
  padding: 0;
}

.field--type-datetime > fieldset .form-inline > .form-item,
.field--type-datetime > div .form-inline > .form-item,
.field--type-timestamp > fieldset .form-inline > .form-item,
.field--type-timestamp > div .form-inline > .form-item {
  padding-top: 0;
}

.field--type-datetime > fieldset .form-inline .form-type-date,
.field--type-datetime > div .form-inline .form-type-date,
.field--type-timestamp > fieldset .form-inline .form-type-date,
.field--type-timestamp > div .form-inline .form-type-date {
  display: inline-block;
  vertical-align: top;
}

.field--type-datetime > fieldset .form-inline .form-type-date:nth-child(2),
.field--type-datetime > div .form-inline .form-type-date:nth-child(2),
.field--type-timestamp > fieldset .form-inline .form-type-date:nth-child(2),
.field--type-timestamp > div .form-inline .form-type-date:nth-child(2) {
  width: 90px;
}

.field--type-datetime > fieldset .form-inline .form-type-date:nth-child(2) input,
.field--type-datetime > div .form-inline .form-type-date:nth-child(2) input,
.field--type-timestamp > fieldset .form-inline .form-type-date:nth-child(2) input,
.field--type-timestamp > div .form-inline .form-type-date:nth-child(2) input {
  min-width: 10px;
  margin-top: .25rem;
  border-radius: 0 !important;
}

.field--type-datetime.date-time .form-inline .form-type-date:nth-child(1),
.field--type-timestamp.date-time .form-inline .form-type-date:nth-child(1) {
  width: calc(100% - 100px);
}

.field--type-datetime.date-time .form-inline .form-type-date:nth-child(1) input,
.field--type-timestamp.date-time .form-inline .form-type-date:nth-child(1) input {
  margin-top: .25rem;
}

#ui-datepicker-div.ui-datepicker,
.ui-timepicker-wrapper,
.select2-container--open {
  z-index: 1261 !important;
}

.form-type-date {
  width: 100%;
  margin-bottom: 0;
}

.form-type-date .form-date.form-control {
  width: 100%;
}

.form-type-date input[type='text'].form-date {
  min-width: 150px;
}

/*Select/select2 element*/
.field--widget-select2-entity-reference .select-wrapper:after {
  display: none !important;
}

.form-type-select .input-group .select-wrapper .select-dropdown {
  margin-bottom: 0;
}

.form-type-select .input-group {
  max-width: 100%;
}

.form-type-select .input-group .input-group-addon {
  display: none;
}

.form-type-select .input-group .select-wrapper {
  width: 100%;
}

.form-type-select .input-group .select-wrapper select {
  width: 100%;
}

.form-item .select2.select2-container {
  min-width: 150px;
  width: 100% !important;
  margin-top: 0.25rem;
}

.form-item .select2.select2-container .select2-selection--single {
  height: 35.5px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-item .select2.select2-container .select2-selection {
  border: 1px solid #d2d6da;
  font-size: 14px;
}

.form-item .select2.select2-container .select2-selection input {
  height: 35px;
}

.form-item .select2.select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px;
}

.form-item .select2.select2-container .select2-selection.select2-selection--multiple {
  padding: 0;
}

.form-item .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
  line-height: 22px;
}

.form-item .select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.form-item .select2.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
  font-size: 1rem;
}

.form-item .select2.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background-image: linear-gradient(to top, #acafb3 1px, rgba(33, 150, 243, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
  outline: none;
}

.form-item .select2.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5e72e4;
}

.form-item .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d2d6da;
  line-height: 28px;
  border-radius: 5px;
}

.ui-dialog .select2-container {
  min-width: 150px;
  max-width: 100%;
  width: 100% !important;
}

.select2-container.select2-container--open .select2-dropdown {
  border-color: #d2d2d2;
}

.field--type-serial {
  display: none;
}

.button .label {
  font-size: 100%;
  font-weight: normal;
}

button.btn-primary,
a.btn-primary {
  background-color: #5e72e4;
}

.btn-flat, .btn-flat:hover, .btn-flat:focus {
  color: #29abe2 !important;
  fill: #29abe2;
}

.btn-flat {
  color: #29abe2 !important;
  background-color: transparent;
  border-color: transparent;
  fill: #29abe2;
  white-space: normal;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-icon {
  font-size: 1rem;
  line-height: 21px;
  height: 21px;
  width: 21px;
  vertical-align: middle;
}

.btn-link,
.btn-link:hover,
.btn-flat:hover,
.btn-link:focus,
.btn-flat:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.card__link, .card__link:focus,
.card__link:hover,
.view--who-liked .views-field-view-user a,
.comment__reply-btn,
.nav-book .menu-item--active-trail > a {
  color: #344767 !important;
  fill: #344767 !important;
}

.bootstrap-select button.dropdown-toggle {
  border: inherit !important;
}

/*Actions*/
.form-actions {
  text-align: right;
}

.form-actions > * {
  margin-right: 10px;
}

.form-actions.form-item-customize-view a {
  margin-right: 0;
}

table.table {
  font-size: 0.875rem !important;
  color: inherit;
}

table.table td {
  border-left-width: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-color: #f0f2f5;
  border-bottom-width: 1px;
  font-size: 1rem !important;
}

table.table td a {
  color: inherit;
  font-weight: inherit !important;
}

table.table th, table.table th a {
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  color: #8392ab !important;
  text-transform: uppercase !important;
}

table.table th {
  border: inherit;
  border-bottom: 1px solid #e9ecef;
  padding: 0.75rem 1.25rem;
}

table.table th a:hover,
table.table td a:hover {
  color: var(--bs-link-hover-color) !important;
}

table.table td, table.table th {
  white-space: initial;
}

table.table .tablesort {
  vertical-align: middle;
}

table.table .tablesort .icon-tablesort {
  fill: #5e72e4;
}

table.table caption a {
  color: #fff;
  text-decoration: underline;
}

table.sticky-header {
  background-color: #8392ab;
  top: 50px !important;
  z-index: 9999;
}

table.sticky-header th,
table.sticky-header th a {
  color: white !important;
}

table tfoot tr td {
  font-weight: bold;
}

table td .message-revision-log {
  display: inline-block;
  vertical-align: top;
}

table td .message-revision-log .avatar {
  display: inline-block;
  vertical-align: top;
}

table tr.draggable td .indentation {
  width: 20px;
}

.card__block--table table tr th:first-child,
.card__block--table table tr td:first-child,
.card__block--table table tbody td {
  padding: 12px 8px !important;
}

.path-node .body-text table tr {
  border-bottom: 1px solid #d2d6da;
}

/*Autocomplete*/
.form-type-entity-autocomplete .input-group .form-control-feedback {
  opacity: 0.5;
  top: 8px;
  position: absolute;
  right: 0;
}

.form-type-entity-autocomplete .input-group .input-group-addon {
  display: none;
}

.field--name-moderation-state div[class*="-current"] {
  display: none !important;
}

span.form-required {
  color: #d9534f;
}

/*Downloaded from https://www.codeseek.co/shantikumarsingh/bootstrap-3-stepper-OOgGzG */
.stepper .nav-tabs {
  position: relative;
}

.stepper .nav-tabs > li {
  position: relative;
}

.stepper .nav-tabs > li .state-label {
  color: #333;
  fill: #333;
}

.stepper .nav-tabs > li:after {
  content: '';
  position: absolute;
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 5px;
  top: 18px;
  left: 0;
  z-index: 1;
}

.stepper .nav-tabs > li.completed::after {
  background: #dc3545;
}

.stepper .nav-tabs > li:last-child::after {
  background: transparent;
}

.stepper .nav-tabs > li.active:last-child .round-tab {
  background: #dc3545;
}

.stepper .nav-tabs > li.active:last-child .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}

.stepper .nav-tabs [data-toggle='tab'] {
  width: 25px;
  height: 25px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #f1f1f1;
}

.stepper .nav-tabs [data-toggle='tab']:hover {
  background: transparent;
  border: none;
}

.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
  color: #dc3545;
  cursor: default;
  border: none;
}

.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}

.stepper .round-tab {
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #dc3545;
  color: #dc3545;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
}

.stepper .completed .round-tab {
  background: #dc3545;
}

.stepper .completed .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}

.stepper .active .round-tab {
  background: #fff;
  border: 2px solid #dc3545;
}

.stepper .active .round-tab:hover {
  background: #fff;
  border: 2px solid #dc3545;
}

.stepper .active .round-tab::after {
  display: none;
}

.stepper .disabled .round-tab {
  background: #fff;
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}

.stepper .disabled .round-tab::after {
  display: none;
}

.stepper .state-label {
  position: absolute;
  left: 0;
  top: 30px;
}

.stepper ul li a {
  border: 0 !important;
}

.stepper .nav-tabs > li > a:hover,
.stepper .nav-tabs > li > a:focus {
  background-color: transparent;
}

.stepper .nav-tabs > li > a:hover .round-tab {
  font-weight: bold;
}

.simple-workflow > .workflow-operations {
  text-align: right;
  margin-bottom: 20px;
}

.card-file__link {
  height: 65px;
  padding: 10px;
}

li.card-file,
li.card-file:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}

.draggable > td .file {
  display: inline-block;
}

.draggable .form-managed-file .file-icon img {
  display: inline-block;
}

.card > .card-body > .card-body {
  padding: 0;
}

.views-field-media-library-select-form .form-no-label.checkbox label {
  display: none;
}

.horizontal-tabs {
  border: 0;
}

.horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0;
}

.horizontal-tabs .horizontal-tabs-list li.selected,
.horizontal-tabs .horizontal-tabs-list li.selected a:hover {
  background-color: #1a47a1;
}

.horizontal-tabs .horizontal-tabs-list li.selected a {
  color: #fff;
}

.horizontal-tabs .horizontal-tabs-list strong {
  font-weight: normal;
}

.ief-form > .form-wrapper button,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper button,
.ief-form > .card__block > .form-wrapper button,
.ief-form > .panel-body > .form-wrapper button,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper button,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper button {
  margin-bottom: 5px;
}

.ief-form > .form-wrapper > .form-group,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group,
.ief-form > .card__block > .form-wrapper > .form-group,
.ief-form > .panel-body > .form-wrapper > .form-group,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.ief-form > .form-wrapper > .form-group > .form-group,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group > .form-group,
.ief-form > .card__block > .form-wrapper > .form-group > .form-group,
.ief-form > .panel-body > .form-wrapper > .form-group > .form-group,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group > .form-group,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group > .form-group {
  margin-bottom: 5px !important;
}

.ief-form > .form-wrapper > .form-group.field--name-unit-price > .form-type-checkbox,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.field--name-unit-price > .form-type-checkbox,
.ief-form > .card__block > .form-wrapper > .form-group.field--name-unit-price > .form-type-checkbox,
.ief-form > .panel-body > .form-wrapper > .form-group.field--name-unit-price > .form-type-checkbox,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.field--name-unit-price > .form-type-checkbox,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.field--name-unit-price > .form-type-checkbox {
  display: none;
}

.ief-form > .form-wrapper > .form-group.field--name-purchased-entity,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.field--name-purchased-entity,
.ief-form > .card__block > .form-wrapper > .form-group.field--name-purchased-entity,
.ief-form > .panel-body > .form-wrapper > .form-group.field--name-purchased-entity,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.field--name-purchased-entity,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.field--name-purchased-entity {
  width: 250px;
}

.ief-form > .form-wrapper > .form-group.form-type-commerce-number,
.ief-form > .form-wrapper > .form-group.form-type-select,
.ief-form > .form-wrapper > .form-group.form-type-commerce-price,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-commerce-number,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-select,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-commerce-price,
.ief-form > .card__block > .form-wrapper > .form-group.form-type-commerce-number,
.ief-form > .card__block > .form-wrapper > .form-group.form-type-select,
.ief-form > .card__block > .form-wrapper > .form-group.form-type-commerce-price,
.ief-form > .panel-body > .form-wrapper > .form-group.form-type-commerce-number,
.ief-form > .panel-body > .form-wrapper > .form-group.form-type-select,
.ief-form > .panel-body > .form-wrapper > .form-group.form-type-commerce-price,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-commerce-number,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-select,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-commerce-price,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-commerce-number,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-select,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper > .form-group.form-type-commerce-price {
  margin-right: 0;
}

.ief-form > .form-wrapper .field--type-commerce-price .form-type-commerce-number,
.ief-form > .form-wrapper .field--type-commerce-price .form-type-select,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper .field--type-commerce-price .form-type-commerce-number,
.ief-form > #inline-entity-form-ajax-wrapper > .form-wrapper .field--type-commerce-price .form-type-select,
.ief-form > .card__block > .form-wrapper .field--type-commerce-price .form-type-commerce-number,
.ief-form > .card__block > .form-wrapper .field--type-commerce-price .form-type-select,
.ief-form > .panel-body > .form-wrapper .field--type-commerce-price .form-type-commerce-number,
.ief-form > .panel-body > .form-wrapper .field--type-commerce-price .form-type-select,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper .field--type-commerce-price .form-type-commerce-number,
.ief-form > .card__block > #inline-entity-form-ajax-wrapper > .form-wrapper .field--type-commerce-price .form-type-select,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper .field--type-commerce-price .form-type-commerce-number,
.ief-form > .panel-body > #inline-entity-form-ajax-wrapper > .form-wrapper .field--type-commerce-price .form-type-select {
  margin-bottom: 0 !important;
}

.ief-form .form-item .form-textarea {
  height: 36px !important;
  margin-top: 0.25rem;
}

.ief-form .field--type-string-long {
  width: 200px;
}

.ief-form .field--type-boolean {
  margin-top: 40px;
}

.ief-form .field--widget-inline-entity-form-complex {
  display: block !important;
  margin-left: 100px;
}

.ief-form .form-inline {
  margin-bottom: 0;
}

.field--name-field-party-profile .ief-form > .panel-body > .form-wrapper > .form-group.field--type-address {
  display: block;
}

.ief-entity-table .ief-tabledrag-handle {
  width: 30px;
  vertical-align: top !important;
}

.ief-entity-table .ief-tabledrag-handle .tabledrag-handle {
  padding-top: 5px;
}

.field--widget-inline-entity-form-complex .ief-entity-operations {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.field--widget-inline-entity-form-complex .ief-entity-operations button[type="submit"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.field--widget-inline-entity-form-complex .panel-heading {
  margin-bottom: 20px;
}

.mentions-input textarea {
  padding: 10px;
}

.dropdown .show > .btn.btn-default.dropdown-toggle,
.dropdown .show > .btn.dropdown-toggle,
.dropdown .show > .btn.btn-default.dropdown-toggle:focus,
.dropdown .show > .btn.dropdown-toggle:focus {
  background-color: transparent !important;
}

.dropdown .btn-default {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown .dropdown-menu li a {
  text-decoration: none;
}

.dropdown .dropdown-menu li a b {
  margin-right: 3px;
}

.form-item .help-block {
  font-size: 80%;
}

.form-item.form-disabled .help-block {
  display: none;
}

.ajax-throbber.sk-circle .sk-child:before {
  background-color: #5e72e4 !important;
}

.ui-dialog .ajax-progress-throbber {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ui-dialog .form-item .ajax-progress-throbber:before {
  display: none;
}

.ajax-progress.ajax-progress-throbber {
  display: inline-block;
  vertical-align: middle;
}

.form-check .form-check-input.form-control {
  border-radius: 0.5rem !important;
}

.form-check input[disabled] {
  padding: 6px;
}

form.social-user-login-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

form.social-user-login-form #edit-username-login .panel-heading {
  margin-bottom: 15px;
}

form.social-user-login-form #edit-username-login .panel-heading b {
  font-weight: 500;
  color: #5e72e4;
}

form.social-user-login-form .form-item-pass {
  display: block;
}

form.social-user-login-form .form-item-pass input {
  width: 100% !important;
}

form.social-user-login-form .form-item-pass #edit-pass--description {
  clear: both;
}

.file {
  padding-left: 3px;
}

.entity-share-form .form-item-users {
  margin-top: 2rem;
  margin-bottom: 1rem !important;
}

.webform-submission-form .webform-signature-pad {
  width: 100%;
  position: relative;
}

.webform-submission-form .webform-signature-pad > button {
  float: right;
}

.webform-submission-form .form-color {
  max-width: 24px;
  margin: 0;
}

.webform-submission-form input.form-color-output {
  display: none;
}

.webform-submission-form .form-type-date {
  width: 200px;
}

.webform-submission-form .form-type-date > input.form-text {
  width: 150px;
}

.webform-submission-form .form-type-date > img.ui-datepicker-trigger {
  width: 18px;
  height: 18px;
}

.webform-terms-of-service-details.js-hide {
  display: block !important;
}

.password-strength .password-strength__meter {
  margin-top: 3.5em;
}

.password-strength .password-strength__title {
  margin-left: 30px;
}

.form-type-managed-file input[type="file"]::file-selector-button {
  margin-bottom: 10px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  line-height: 10px;
}

@media (min-width: 768px) {
  details.container-inline-block-3-cols > .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  details.container-inline-block-3-cols > .details-wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .stepper ul li {
    margin-bottom: 50px;
  }
  .stepper ul li:after {
    display: none !important;
  }
}
