/* Extra small devices (portrait phones, less than 576px) */

.vidchui-help-block label {
  display: block;
}

.vidchui-help-block input:not([type="radio"]):not([type="checkbox"]) {
  background-color: unset;
  border: none;
  border-bottom: 2px solid #ffb6c1;
  display: block;
  height: 34px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
}

.vidchui-help-block input[type="radio"] {
  margin-right: 15px;
}

.vidchui-help-block .vhb-button {
  background-color: #ffb6c1;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
}

.vidchui-help-block .vhb-button:not([disabled]):hover {
  background-color: #213364;
  color: #ffffff;
}

.vidchui-help-block .vhb-button[disabled] {
  cursor: not-allowed;
}

.vidchui-help-block .vhb-button:not(:first-child) {
  margin-top: 5px;
}

.vidchui-help-block select {
  background-color: transparent;
  background-position: calc(100% - 10px) center;
  border: 2px solid #ffb6c1;
  font-size: 12px;
  height: 28px;
  line-height: 1;
  margin-left: 5px;
  padding: 0 5px;
  width: 120px;
}

.vidchui-help-block .vhb-date-picker {
  display: inline-block !important;
  height: 24px !important;
  margin-left: 5px;
  padding: 0 5px !important;
  vertical-align: top;
  width: 100px !important;
}

.vidchui-help-block p {
  font-size: inherit;
}

.vidchui-help-block a {
  background-color: #ffb6c1;
}

.vidchui-help-block a:after {
  display: none;
}

.vidchui-help-block a:hover {
  background-color: #213364;
  color: #ffffff;
}

.vidchui-help-block a.vhb-button {
  display: inline-block;
  line-height: 1;
}

.vidchui-help-block .vhb-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vidchui-help-block .vhb-row:after,
.vidchui-help-block .vhb-policy-agreement {
  clear: both;
  content: '';
  display: table;
}

.vidchui-help-block .vhb-body {
  background-color: #d1e8ff;
  border-radius: 0 0 10px 10px;
}

.vidchui-help-block .vhb-tab-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00bfff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.vidchui-help-block .vhb-tab-label:first-child {
  border-radius: 10px 10px 0 0;
}

.vidchui-help-block .vhb-tab-active {
  background-color: #d1e8ff;
}

.vidchui-help-block .vhb-tab-content {
  display: none;
  padding: 20px;
}

.vidchui-help-block .vhb-tab-content[data-tab="organization-details"] {
  padding: 30px 20px;
}

.vidchui-help-block .vhb-tab-content[data-tab="another-help"] {
  padding: 40px 50px;
}

.vidchui-help-block .vhb-footer {
  background-color: #00bfff;
  padding: 15px 20px;
}

.vidchui-help-block .vhb-column-label {
  color: darkgray;
  text-align: center;
}

.vidchui-help-block .vhb-column-content {
  padding: 30px 0;
}

.vidchui-help-block input.vhb-custom-amount {
  display: inline-block !important;
  height: 24px !important;
  max-width: 100%;
  padding: 0 5px !important;
  width: 50px !important;
}

.vidchui-help-block .vhb-input-wrapper:not(:first-child) {
  margin-top: 15px;
}

.vidchui-help-block .vhb-background-pink {
  background-color: #ffb6c1;
}

.vidchui-help-block .vhb-policy-agreement input,
.vidchui-help-block .vhb-policy-agreement .vhb-input-special-label {
  display: inline-block;
  vertical-align: middle;
}

.vidchui-help-block .vhb-policy-agreement .vhb-input-special-label {
  width: calc(100% - 18px);
  padding-left: 5px;
}

.vidchui-help-block .vhb-text-center {
  text-align: center;
}

.vidchui-help-block .vhb-button.large {
  border-radius: 8px;
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
}

.vidchui-help-block .vhb-margin-top-40 {
  margin-top: 40px !important;
}

.vidchui-help-block .vhb-error-message {
  color: #f7494e;
}

.vidchui-help-block .vhb-input-wrapper > .vhb-error-message {
  text-align: center;
}

.vidchui-help-block .vhb-inline-block {
  display: inline-block;
}

.ui-datepicker {
  z-index: 30 !important;
}

.ui-datepicker a {
  -moz-transition: unset !important;
  -o-transition: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 3px !important;
}

.ui-datepicker table {
  margin: 0 0 .4em !important;
}

.ui-datepicker table thead {
  background-color: unset !important;
  border: unset !important;
}

.ui-datepicker table tbody {
  background-color: unset !important;
  border: unset !important;
}

.ui-datepicker table tbody tr:nth-child(even) {
  background-color: unset !important;
}

.ui-datepicker table tbody td {
  padding: 1px !important;
}

.vidchui-help-block .vhb-expand {
  display: none;
  margin-top: 20px;
  overflow: hidden;
}

.vidchui-modal-popup .wpcf7-form textarea {
  height: auto;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .vidchui-help-block .vhb-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vidchui-help-block .vhb-tab-label {
    border-radius: 10px 10px 0 0;
    margin: 0;
    margin-left: 2px;
    width: calc(25% - 2px);
  }

  .vidchui-help-block .vhb-tab-label:first-child {
    margin: 0;
    width: 25%;
  }

  .vidchui-help-block .vhb-button {
    display: inline-block;
  }

  .vidchui-help-block .vhb-button:not(:first-child) {
    margin: 0;
    margin-left: 5px;
  }

  .vidchui-help-block .vhb-column-label {
    padding: 0 30px;
  }

  .vidchui-help-block .vhb-column-content {
    padding: 30px;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .vidchui-help-block .vhb-policy-agreement {
    text-align: center;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .vidchui-help-block {
    margin: 0 18px;
  }

  .vidchui-help-block .vhb-policy-agreement .vhb-input-special-label {
    width: calc(100% - 38px);
  }

  .vidchui-help-block .vhb-column-label {
    margin-bottom: 20px;
    text-align: left;
  }

  .vidchui-help-block .vhb-column {
    float: left;
  }

  .vidchui-help-block .vhb-row.columns-2 .vhb-column {
    width: 50%;
  }

  .vidchui-help-block .vhb-row.columns-3 .vhb-column {
    width: 33.3333333%;
  }

  .vidchui-help-block .vhb-row.columns-2 .vhb-column:first-of-type .vhb-column-content {
    border-right: 2px solid #ffb6c1;
  }

  .vidchui-help-block .vhb-row.columns-3 .vhb-column:nth-of-type(2) .vhb-column-content {
    border-left: 2px solid #ffb6c1;
    border-right: 2px solid #ffb6c1;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .vidchui-help-block {
    margin: 0 120px;
  }

  .vidchui-help-block .vhb-policy-agreement .vhb-input-special-label {
    width: calc(100% - 79px);
  }
}
