@import "../colors/colors";

.fx-modal {
  .fx-modal-footer--payment {
    background-color: $gray-05;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    padding-top: 8px;
    span {
      color: $gray-50;
      font-size: 14px;
      position: relative;
      font-weight: normal;
      bottom: 4px;
      margin-left: 2px;
      right: 4px;
      i {
        margin-right: 8px;
        font-size: 16px;
      }
    }
    object {
      margin: 0 6px;
      &.with-margin {
        position: relative;
        top: 2px;
      }
    }
  }
}