/*select {
  border-bottom: solid 10px transparent !important;
  border-left: solid 8px transparent !important;
  border-right: solid 8px transparent !important;
  border-top: solid 10px transparent !important;
}*/

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(60, 133, 170, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(60, 133, 170, 1);
  box-shadow: 0px 0px 5px 0px rgba(60, 133, 170, 1);
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.payment-summary {

}

.payment-summary .middleColumn {
  padding: 10px;
  background: #F8F8F8;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.payment-summary .middleColumn .summary-row {
  display: table;
}

.payment-summary .middleColumn .summary-row.large {
  font-size: 20px;
}

.payment-summary .middleColumn .summary-row .summary-cell {
  display: table-cell;
}

.payment-summary .middleColumn .summary-row .summary-cell-label {
  width: 100px
}

.iti {
  display: block;
}

.fileattachment ul.file-attachment-field-previews .dropzone-action img,
.fileattachment ul.file-attachment-field-previews .check-holder img {
    height: 25px;
    width: 25px;
}

.fileattachment ul.file-attachment-field-previews .dropzone-action img {
    margin-top: 13px;
}

.required label::after {
    content:" *";
    color: red;
}