.r6modal-dialog.r6modal-dialog--warning .r6modal-header h4 {
  color: #7D400D;
  overflow: hidden;
}

.address-button {
  margin-top: 0.9rem;
}

.r6mod-reportfunction > .r6layout-content-padder > .r6layout-content-main {
  overflow: auto;
}

.r6layout-logo {
  background: url("logo_clear.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 46px;
  left: 18px;
  top: 15px;
  width: 191px;
}

.report-table-header {
  padding-left: 30px !important;
  border-radius: 4px 4px 0 0;
}

.report-table-tr-border {
  border-bottom: 1px solid #e8e8e8;
}

.report-category-name {
  padding-left: 30px !important;
}

.report-category-btn {
  padding-right: 30px !important;
}

.r6btn--edituserprofilelistref-align {
  float: right;
  margin: -2px 10px 0px 10px;
}

.edituserprofilelistref-solid-line {
  border-bottom: 2px solid;
  clear: both;
}

.edituserprofilelistref-registration-count {
  display: block;
  margin: 12px 20px 8px 10px;
  text-align: center;
  float: right;
  font-size: 14px;
  line-height: 25px;
}

.serviceuserprofilereport-text-align {
  margin-right: 10px;
  width: 100px;
  float: left;
  clear: both;
}

.serviceuserprofilereport-input-align {
  margin: 0.5em 0 0.2em;
}

.serviceuserprofilereport-tbody-border {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.serviceuserprofilereport-table-height-initial {
  height: initial;
}

.serviceuserprofilereport-status-red {
  border-color: #FC5F13;
  background-color: #EF9038;
}

.serviceuserprofilereport-status-green {
  border-color: #428533;
  background-color: #86C35F;
}

.serviceuserprofilereport-status-blue {
  border-color: #006ee5;
  background-color: #007bff;
}

.serviceuserprofile-passwordmodal-body-notearea {
  font-size: 11px;
  margin-top: 15px;
}

.r6widget-list-item-title {
  white-space: initial;
  word-break: break-all;
}

.r6nav--popover > li > a{
  white-space: initial;
  word-break: break-all;
}

/*請求書送付先項目拡張*/
.smaB_recipient_textboxClass .r6form-control{
  width: auto;
}

/*請求書送付先テキストボックス拡張*/
#smaB_recipient{
  width: 42em;
}

.reportcsvdownload-text-align {
  margin-right: 10px;
  width: 100px;
  float: left;
  clear: both;
}

.reportcsvdownload-input-align {
  margin: 0.5em 0 0.2em;
}

.reportcsvdownload-tbody-border {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.reportcsvdownload-table-height-initial {
  height: initial;
}

.user-menu-custom-popover{
  min-width: 150px;
}

.auditlog-table-header {
  padding-left: 30px !important;
  border-radius: 4px 4px 0 0;
}

.auditlog-table-tr-border {
  border-bottom: 1px solid #e8e8e8;
}

.auditlog-category-name {
  padding-left: 30px !important;
}

.auditlog-category-btn {
  padding-right: 30px !important;
}

.r6mod-estimation .r6form {
  background: var(--bynd-wizard-panel-background);
  border-radius: var(--bynd-wizard-panel-border-radius);
}
/* Padding for form input */
.r6mod-estimation .r6wizard-content {
  padding: 2rem;
}

.r6modal-dialog--edit-billing-address {
  width: 750px;
}

.r6modal-dialog--edit-paymentmethod {
  width: 400px;
}

/* reportfunction */
.r6mod-reportfunction .r6layout-content-main {
  overflow: auto;
}

.r6mod-reportfunction [r6-breadcrumbed] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.r6mod-reportfunction .r6breadcrumb-container {
  height: 24px;
}