@charset "UTF-8";

.octm-apply-bottom-wrapper {
  background-color: var(--octm-color-blue);
  display: flex;
  position: sticky;
  right: 0;
  bottom:0;
  left: 0;
  z-index: 904;
  width: 100%; }

.octm-apply-bottom-wrapper .button-wrapper {
  display: flex;
  height: 70px;
  padding-right : 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }  
  @media screen and (max-width: 575.98px) {
    .octm-apply-bottom-wrapper .button-wrapper {
      justify-content: space-around; }}
  
.octm-apply-bottom-wrapper .button-wrapper button {
  margin: 0 1.5rem; }
  @media screen and (max-width: 575.98px) {
    .octm-apply-bottom-wrapper .button-wrapper {
      margin-right: 0;
      padding-right: 0; }}
