.mobile_style .mobile_button {
  display: flex;
  align-items: center;
  background-color: #005BAC;
  height: 44px;
  padding: 0 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: .4rem;
}

.mobile_style .mobile_button_action {
  white-space: nowrap;
  background-color: #fff;
  color: #005BAC;
  border: 1px solid #005BAC;
}

.mobile_style .mobile_button_action span {
  margin-right: .5rem;
}

.mobile_style .mobile_button_action span:last-child {
  margin-right: 0;
}

.mobile_style .mobile_button:hover {
  text-decoration: none;
}

.mobile_style .button_action_accordion {
  justify-content: flex-start;
}

.mobile_style .button_action_accordion span:last-child {
  text-align: right;
}

.mobile_style .mobile_button_action_accordion:after,
.mobile_style .mobile_button_action_accordion_enable:after {
  font-family: 'Material Icons';
  width: 100%;
  text-align: right;
  font-size: 2.4rem;
}

.mobile_style .mobile_button_action_accordion:after {
  content: "\e313";
}

.mobile_style .mobile_button_action_accordion_enable {
  border-radius: .4rem .4rem 0 0;
}

.mobile_style .mobile_button_action_accordion_enable:after {
  content: "\e316";
}

.mobile_style .mobile_button_cancel {
  background-color: #D7D7D7;
  color: #333;
}

.mobile_style .mobile_button_liquid {
  justify-content: center;
  width: 100%;
}

.mobile_style .mobile_button_remove {
  background-color: #C53939;
  color: #fff;
}

.mobile_style .mobile_button_inline-flex {
  display: inline-flex;
}

.mobile_style .mobile_pagination_calendar_select .mobile_button {
  border-radius: 0 .4rem .4rem 0;
}
