.c-confirmButton-component {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
   background-color: #fff;
  > .confirmButton {
    box-shadow: 0px 0px 18px 0px var(--theme-primary);
    border-radius: 20px;
    background: var(--theme-primary);
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    padding: 12px;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    outline: 0 none;
    user-select: none;
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid var(--theme-primary);
    border-radius: 4px;
    display: block;
    width: 100%;
    box-shadow: 0 0 18px 0 var(--theme-primary);
    border-radius: 20px;
    background: var(--theme-primary);
    white-space: nowrap;
  }
}
